File tree 5 files changed +8
-8
lines changed
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" : " 4.3.3 " ,
7
+ "version" : " 4.4.0 " ,
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" : " @nestjsx/crud-request" ,
3
3
"description" : " NestJs CRUD for RESTful APIs - request query builder" ,
4
- "version" : " 4.3.3 " ,
4
+ "version" : " 4.4.0 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " lib/index.js" ,
7
7
"typings" : " lib/index.d.ts" ,
47
47
"build" : " npx tsc -b"
48
48
},
49
49
"dependencies" : {
50
- "@nestjsx/util" : " ^4.3.3 " ,
50
+ "@nestjsx/util" : " ^4.4.0 " ,
51
51
"qs" : " ^6.8.0"
52
52
}
53
53
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestjsx/crud-typeorm" ,
3
3
"description" : " NestJs CRUD for RESTful APIs - TypeORM" ,
4
- "version" : " 4.3.3 " ,
4
+ "version" : " 4.4.0 " ,
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" : " @nestjsx/crud" ,
3
3
"description" : " NestJs CRUD for RESTful APIs" ,
4
- "version" : " 4.3.3 " ,
4
+ "version" : " 4.4.0 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " lib/index.js" ,
7
7
"typings" : " lib/index.d.ts" ,
39
39
"build" : " npx tsc -b"
40
40
},
41
41
"dependencies" : {
42
- "@nestjsx/crud-request" : " ^4.3.3 " ,
43
- "@nestjsx/util" : " ^4.3.3 " ,
42
+ "@nestjsx/crud-request" : " ^4.4.0 " ,
43
+ "@nestjsx/util" : " ^4.4.0 " ,
44
44
"deepmerge" : " ^3.2.0"
45
45
},
46
46
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nestjsx/util" ,
3
3
"description" : " NestJs CRUD for RESTful APIs - util" ,
4
- "version" : " 4.3.3 " ,
4
+ "version" : " 4.4.0 " ,
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