File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
],
5
5
"npmClient" : " yarn" ,
6
6
"useWorkspaces" : true ,
7
- "version" : " 5.0.12 " ,
7
+ "version" : " 5.0.13 " ,
8
8
"command" : {
9
9
"publish" : {
10
10
"message" : " chore: release"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rewiko/crud-request" ,
3
3
"description" : " NestJs CRUD for RESTful APIs - request query builder" ,
4
- "version" : " 5.0.12 " ,
4
+ "version" : " 5.0.13 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " lib/index.js" ,
7
7
"typings" : " lib/index.d.ts" ,
48
48
"build" : " npx tsc -b"
49
49
},
50
50
"dependencies" : {
51
- "@rewiko/util" : " ^5.0.12 " ,
51
+ "@rewiko/util" : " ^5.0.13 " ,
52
52
"qs" : " ^6.8.0"
53
53
},
54
54
"gitHead" : " d9e468bd6e47762cf0de415d049f56078195ddb3"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rewiko/crud-typeorm" ,
3
3
"description" : " NestJs CRUD for RESTful APIs - TypeORM" ,
4
- "version" : " 5.0.12 " ,
4
+ "version" : " 5.0.13 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " lib/index.js" ,
7
7
"typings" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rewiko/crud" ,
3
3
"description" : " NestJs CRUD for RESTful APIs" ,
4
- "version" : " 5.0.12 " ,
4
+ "version" : " 5.0.13 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " lib/index.js" ,
7
7
"typings" : " lib/index.d.ts" ,
40
40
"build" : " npx tsc -b"
41
41
},
42
42
"dependencies" : {
43
- "@rewiko/crud-request" : " ^5.0.12 " ,
44
- "@rewiko/util" : " ^5.0.12 " ,
43
+ "@rewiko/crud-request" : " ^5.0.13 " ,
44
+ "@rewiko/util" : " ^5.0.13 " ,
45
45
"deepmerge" : " ^3.2.0" ,
46
46
"pluralize" : " ^8.0.0"
47
47
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rewiko/util" ,
3
3
"description" : " NestJs CRUD for RESTful APIs - util" ,
4
- "version" : " 5.0.12 " ,
4
+ "version" : " 5.0.13 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " lib/index.js" ,
7
7
"typings" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments