From 42b120a776076135f2b635a382a9dbe4a391a9a1 Mon Sep 17 00:00:00 2001 From: Erik Arvidsson Date: Mon, 12 Apr 2021 14:59:01 -0700 Subject: [PATCH] Bump version to 6.2.0. --- VERSION | 2 +- licenses/BSL.txt | 4 ++-- package-lock.json | 11 +++++++++-- package.json | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 1879c1be..4ac4fded 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.4 \ No newline at end of file +6.2.0 \ No newline at end of file diff --git a/licenses/BSL.txt b/licenses/BSL.txt index 22a80bac..31c86852 100644 --- a/licenses/BSL.txt +++ b/licenses/BSL.txt @@ -4,14 +4,14 @@ Parameters Licensor: Rocicorp, LLC -Licensed Work: replicache 6.1.4 +Licensed Work: replicache 6.2.0 The Licensed Work is (c) 2020 Rocicorp, LLC. Additional Use Grant: You may use the Licensed Work when your application uses the Licensed Work with a total of less than 100 client instances for any purpose. -Change Date: 2023-03-26 +Change Date: 2023-04-12 Change License: Apache License, Version 2.0 diff --git a/package-lock.json b/package-lock.json index 7ce752c4..76015680 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "replicache", - "version": "6.1.4", + "version": "6.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "6.1.3", + "version": "6.2.0", "hasInstallScript": true, "license": "BSL-1.1", "devDependencies": { @@ -3112,6 +3112,7 @@ "dependencies": { "anymatch": "~3.1.1", "braces": "~3.0.2", + "fsevents": "~2.1.2", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", @@ -3899,6 +3900,7 @@ "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==", "dev": true, "dependencies": { + "@types/yauzl": "^2.9.1", "debug": "^4.1.1", "get-stream": "^5.1.0", "yauzl": "^2.10.0" @@ -4303,6 +4305,7 @@ "minimist": "^1.2.5", "neo-async": "^2.6.0", "source-map": "^0.6.1", + "uglify-js": "^3.1.4", "wordwrap": "^1.0.0" }, "bin": { @@ -6088,6 +6091,9 @@ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.44.0.tgz", "integrity": "sha512-rGSF4pLwvuaH/x4nAS+zP6UNn5YUDWf/TeEU5IoXSZKBbKRNTCI3qMnYXKZgrC0D2KzS2baiOZt1OlqhMu5rnQ==", "dev": true, + "dependencies": { + "fsevents": "~2.3.1" + }, "bin": { "rollup": "dist/bin/rollup" }, @@ -6712,6 +6718,7 @@ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, "dependencies": { + "graceful-fs": "^4.1.6", "universalify": "^2.0.0" }, "optionalDependencies": { diff --git a/package.json b/package.json index dd36face..eafa94ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "replicache", "description": "Realtime sync for any backend stack", - "version": "6.1.4", + "version": "6.2.0", "repository": "github:rocicorp/replicache", "license": "BSL-1.1", "scripts": {