Skip to content

Commit 1145d9a

Browse files
committed
v1.6.4
1 parent 00339f2 commit 1145d9a

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"modules/*"
55
],
6-
"useWorkspaces":true,
6+
"useWorkspaces": true,
77
"npmClient": "yarn",
8-
"version": "1.6.3"
8+
"version": "1.6.4"
99
}

modules/format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sp2/format",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "@sp2/format provides fundamental types and functions used in sp2.",
55
"bugs": "https://github.com/phenyl/sp2/issues",
66
"repository": "phenyl/sp2",

modules/main/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sp2",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "Immutable updater of objects using JSON operation.",
55
"bugs": "https://github.com/phenyl/sp2/issues",
66
"repository": "phenyl/sp2",
@@ -30,8 +30,8 @@
3030
"type-check": "tsc --noEmit"
3131
},
3232
"dependencies": {
33-
"@sp2/format": "^1.6.3",
34-
"@sp2/retriever": "^1.6.3",
35-
"@sp2/updater": "^1.6.3"
33+
"@sp2/format": "^1.6.4",
34+
"@sp2/retriever": "^1.6.4",
35+
"@sp2/updater": "^1.6.4"
3636
}
3737
}

modules/retriever/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sp2/retriever",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "@sp2/retriever retrieves objects in array by MongoDB-like find operations.",
55
"bugs": "https://github.com/phenyl/sp2/issues",
66
"repository": "phenyl/sp2",
@@ -23,7 +23,7 @@
2323
"watch": "tsc --declaration --watch"
2424
},
2525
"dependencies": {
26-
"@sp2/format": "^1.6.3",
26+
"@sp2/format": "^1.6.4",
2727
"fast-deep-equal": "^3.0.0"
2828
},
2929
"publishConfig": {

modules/updater/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sp2/updater",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "@sp2/updater provides core update() function of sp2.",
55
"bugs": "https://github.com/phenyl/sp2/issues",
66
"repository": "phenyl/sp2",
@@ -23,8 +23,8 @@
2323
"watch": "tsc --declaration --watch"
2424
},
2525
"dependencies": {
26-
"@sp2/format": "^1.6.3",
27-
"@sp2/retriever": "^1.6.3",
26+
"@sp2/format": "^1.6.4",
27+
"@sp2/retriever": "^1.6.4",
2828
"fast-deep-equal": "^3.0.0"
2929
},
3030
"publishConfig": {

0 commit comments

Comments
 (0)