Skip to content

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jul 21, 2023
1 parent 10f4227 commit d7a5ac9
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.1.3"
"version": "2.1.4"
}
4 changes: 2 additions & 2 deletions packages/common-test-case/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/common-test-case",
"version": "2.1.3",
"version": "2.1.4",
"description": "Common Test Case for KVS",
"homepage": "https://github.com/azu/kvs/tree/master/packages/common-test-case/",
"bugs": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"trailingComma": "none"
},
"dependencies": {
"@kvs/types": "^2.1.1"
"@kvs/types": "^2.1.4"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/env",
"version": "2.1.3",
"version": "2.1.4",
"description": "Universal Storage for KVS.",
"keywords": [
"kvs",
Expand Down Expand Up @@ -46,8 +46,8 @@
"trailingComma": "none"
},
"dependencies": {
"@kvs/indexeddb": "^2.1.3",
"@kvs/node-localstorage": "^2.1.3"
"@kvs/indexeddb": "^2.1.4",
"@kvs/node-localstorage": "^2.1.4"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/indexeddb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/indexeddb",
"version": "2.1.3",
"version": "2.1.4",
"description": "IndexedDB for KVS",
"keywords": [
"kvs",
Expand Down Expand Up @@ -49,10 +49,10 @@
"trailingComma": "none"
},
"dependencies": {
"@kvs/types": "^2.1.1"
"@kvs/types": "^2.1.4"
},
"devDependencies": {
"@kvs/common-test-case": "^2.1.3",
"@kvs/common-test-case": "^2.1.4",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.2",
"mocha": "^10.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/localstorage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/localstorage",
"version": "2.1.3",
"version": "2.1.4",
"description": "localstorage for KVS.",
"keywords": [
"kvs",
Expand Down Expand Up @@ -49,7 +49,7 @@
"trailingComma": "none"
},
"dependencies": {
"@kvs/storage": "^2.1.3"
"@kvs/storage": "^2.1.4"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/memorystorage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/memorystorage",
"version": "2.1.3",
"version": "2.1.4",
"description": "Node.js localstorage for KVS.",
"keywords": [
"kvs",
Expand Down Expand Up @@ -45,7 +45,7 @@
"trailingComma": "none"
},
"devDependencies": {
"@kvs/common-test-case": "^2.1.3",
"@kvs/common-test-case": "^2.1.4",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.2",
"mocha": "^10.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/node-localstorage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/node-localstorage",
"version": "2.1.3",
"version": "2.1.4",
"description": "Node.js localstorage for KVS.",
"keywords": [
"kvs",
Expand Down Expand Up @@ -45,13 +45,13 @@
"trailingComma": "none"
},
"dependencies": {
"@kvs/storage": "^2.1.3",
"@kvs/storage": "^2.1.4",
"app-root-path": "^3.1.0",
"mkdirp": "^3.0.1",
"node-localstorage": "^2.1.6"
},
"devDependencies": {
"@kvs/common-test-case": "^2.1.3",
"@kvs/common-test-case": "^2.1.4",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.2",
"mocha": "^10.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/storage-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/storage-sync",
"version": "2.1.3",
"version": "2.1.4",
"description": "Storage(localStorage, sessionStorage) helper for KVS.",
"keywords": [
"kvs",
Expand Down Expand Up @@ -49,10 +49,10 @@
"trailingComma": "none"
},
"dependencies": {
"@kvs/types": "^2.1.1"
"@kvs/types": "^2.1.4"
},
"devDependencies": {
"@kvs/common-test-case": "^2.1.3",
"@kvs/common-test-case": "^2.1.4",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.2",
"mocha": "^10.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/storage",
"version": "2.1.3",
"version": "2.1.4",
"description": "Storage(localStorage, sessionStorage) helper for KVS.",
"keywords": [
"kvs",
Expand Down Expand Up @@ -49,7 +49,7 @@
"trailingComma": "none"
},
"dependencies": {
"@kvs/types": "^2.1.1"
"@kvs/types": "^2.1.4"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kvs/types",
"version": "2.1.1",
"version": "2.1.4",
"description": "A type definition for KVS.",
"keywords": [
"types",
Expand Down

0 comments on commit d7a5ac9

Please sign in to comment.