File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" modules/*"
5
5
],
6
- "useWorkspaces" :true ,
6
+ "useWorkspaces" : true ,
7
7
"npmClient" : " yarn" ,
8
- "version" : " 1.6.3 "
8
+ "version" : " 1.6.4 "
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sp2/format" ,
3
- "version" : " 1.6.3 " ,
3
+ "version" : " 1.6.4 " ,
4
4
"description" : " @sp2/format provides fundamental types and functions used in sp2." ,
5
5
"bugs" : " https://github.com/phenyl/sp2/issues" ,
6
6
"repository" : " phenyl/sp2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sp2" ,
3
- "version" : " 1.6.3 " ,
3
+ "version" : " 1.6.4 " ,
4
4
"description" : " Immutable updater of objects using JSON operation." ,
5
5
"bugs" : " https://github.com/phenyl/sp2/issues" ,
6
6
"repository" : " phenyl/sp2" ,
30
30
"type-check" : " tsc --noEmit"
31
31
},
32
32
"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 "
36
36
}
37
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sp2/retriever" ,
3
- "version" : " 1.6.3 " ,
3
+ "version" : " 1.6.4 " ,
4
4
"description" : " @sp2/retriever retrieves objects in array by MongoDB-like find operations." ,
5
5
"bugs" : " https://github.com/phenyl/sp2/issues" ,
6
6
"repository" : " phenyl/sp2" ,
23
23
"watch" : " tsc --declaration --watch"
24
24
},
25
25
"dependencies" : {
26
- "@sp2/format" : " ^1.6.3 " ,
26
+ "@sp2/format" : " ^1.6.4 " ,
27
27
"fast-deep-equal" : " ^3.0.0"
28
28
},
29
29
"publishConfig" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sp2/updater" ,
3
- "version" : " 1.6.3 " ,
3
+ "version" : " 1.6.4 " ,
4
4
"description" : " @sp2/updater provides core update() function of sp2." ,
5
5
"bugs" : " https://github.com/phenyl/sp2/issues" ,
6
6
"repository" : " phenyl/sp2" ,
23
23
"watch" : " tsc --declaration --watch"
24
24
},
25
25
"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 " ,
28
28
"fast-deep-equal" : " ^3.0.0"
29
29
},
30
30
"publishConfig" : {
You can’t perform that action at this time.
0 commit comments