File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
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.0.1 " ,
7
+ "version" : " 4.1.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.0.1 " ,
4
+ "version" : " 4.1.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-typeorm" ,
3
3
"description" : " NestJs CRUD for RESTful APIs - TypeORM" ,
4
- "version" : " 4.0.1 " ,
4
+ "version" : " 4.1.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.0.1 " ,
4
+ "version" : " 4.1.0 " ,
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
- "@nestjsx/crud-request" : " ^4.0.1 " ,
44
- "@nestjsx/util" : " ^4.0.1 " ,
43
+ "@nestjsx/crud-request" : " ^4.1.0 " ,
44
+ "@nestjsx/util" : " ^4.1.0 " ,
45
45
"deepmerge" : " ^3.2.0"
46
46
},
47
47
"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.0.1 " ,
4
+ "version" : " 4.1.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