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 44 ],
55 "npmClient" : " yarn" ,
66 "useWorkspaces" : true ,
7- "version" : " 4.1 .0" ,
7+ "version" : " 4.2 .0" ,
88 "command" : {
99 "publish" : {
1010 "message" : " chore: release"
Original file line number Diff line number Diff line change 11{
22 "name" : " @nestjsx/crud-request" ,
33 "description" : " NestJs CRUD for RESTful APIs - request query builder" ,
4- "version" : " 4.1 .0" ,
4+ "version" : " 4.2 .0" ,
55 "license" : " MIT" ,
66 "main" : " lib/index.js" ,
77 "typings" : " lib/index.d.ts" ,
4848 "build" : " npx tsc -b"
4949 },
5050 "dependencies" : {
51- "@nestjsx/util" : " ^4.1 .0"
51+ "@nestjsx/util" : " ^4.2 .0"
5252 }
5353}
Original file line number Diff line number Diff line change 11{
22 "name" : " @nestjsx/crud-typeorm" ,
33 "description" : " NestJs CRUD for RESTful APIs - TypeORM" ,
4- "version" : " 4.1 .0" ,
4+ "version" : " 4.2 .0" ,
55 "license" : " MIT" ,
66 "main" : " lib/index.js" ,
77 "typings" : " lib/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @nestjsx/crud" ,
33 "description" : " NestJs CRUD for RESTful APIs" ,
4- "version" : " 4.1 .0" ,
4+ "version" : " 4.2 .0" ,
55 "license" : " MIT" ,
66 "main" : " lib/index.js" ,
77 "typings" : " lib/index.d.ts" ,
4040 "build" : " npx tsc -b"
4141 },
4242 "dependencies" : {
43- "@nestjsx/crud-request" : " ^4.1 .0" ,
44- "@nestjsx/util" : " ^4.1 .0" ,
43+ "@nestjsx/crud-request" : " ^4.2 .0" ,
44+ "@nestjsx/util" : " ^4.2 .0" ,
4545 "deepmerge" : " ^3.2.0"
4646 },
4747 "peerDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @nestjsx/util" ,
33 "description" : " NestJs CRUD for RESTful APIs - util" ,
4- "version" : " 4.1 .0" ,
4+ "version" : " 4.2 .0" ,
55 "license" : " MIT" ,
66 "main" : " lib/index.js" ,
77 "typings" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments