Skip to content

Commit

Permalink
v1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sasurau4 committed Mar 10, 2020
1 parent e9034b9 commit b23c367
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"modules/*"
],
"npmClient": "yarn",
"version": "1.6.2"
"version": "1.6.3"
}
2 changes: 1 addition & 1 deletion modules/format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sp2/format",
"version": "1.6.2",
"version": "1.6.3",
"description": "@sp2/format provides fundamental types and functions used in sp2.",
"bugs": "https://github.com/phenyl/sp2/issues",
"repository": "phenyl/sp2",
Expand Down
8 changes: 4 additions & 4 deletions modules/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sp2",
"version": "1.6.2",
"version": "1.6.3",
"description": "Immutable updater of objects using JSON operation.",
"bugs": "https://github.com/phenyl/sp2/issues",
"repository": "phenyl/sp2",
Expand Down Expand Up @@ -30,9 +30,9 @@
"type-check": "upbin tsc --noEmit"
},
"dependencies": {
"@sp2/format": "^1.6.2",
"@sp2/retriever": "^1.6.2",
"@sp2/updater": "^1.6.2"
"@sp2/format": "^1.6.3",
"@sp2/retriever": "^1.6.3",
"@sp2/updater": "^1.6.3"
},
"devDependencies": {
"upbin": "0.9.2"
Expand Down
4 changes: 2 additions & 2 deletions modules/retriever/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sp2/retriever",
"version": "1.6.2",
"version": "1.6.3",
"description": "@sp2/retriever retrieves objects in array by MongoDB-like find operations.",
"bugs": "https://github.com/phenyl/sp2/issues",
"repository": "phenyl/sp2",
Expand All @@ -23,7 +23,7 @@
"watch": "upbin tsc --declaration --watch"
},
"dependencies": {
"@sp2/format": "^1.6.2",
"@sp2/format": "^1.6.3",
"fast-deep-equal": "^3.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions modules/updater/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sp2/updater",
"version": "1.6.2",
"version": "1.6.3",
"description": "@sp2/updater provides core update() function of sp2.",
"bugs": "https://github.com/phenyl/sp2/issues",
"repository": "phenyl/sp2",
Expand All @@ -23,8 +23,8 @@
"watch": "upbin tsc --declaration --watch"
},
"dependencies": {
"@sp2/format": "^1.6.2",
"@sp2/retriever": "^1.6.2",
"@sp2/format": "^1.6.3",
"@sp2/retriever": "^1.6.3",
"fast-deep-equal": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit b23c367

Please sign in to comment.