prisma-nestjs-graphql
Advanced tools
Comparing version 16.0.1 to 17.0.0
{ | ||
"name": "prisma-nestjs-graphql", | ||
"version": "16.0.1", | ||
"version": "17.0.0", | ||
"license": "MIT", | ||
@@ -55,3 +55,3 @@ "description": "Generate object types, inputs, args, etc. from prisma schema file for usage with @nestjs/graphql module", | ||
"dependencies": { | ||
"@prisma/generator-helper": "^3.14.0", | ||
"@prisma/generator-helper": "^4.0.0", | ||
"await-event-emitter": "^2.0.2", | ||
@@ -77,3 +77,3 @@ "filenamify": "4.X", | ||
"@paljs/plugins": "^4.1.0", | ||
"@prisma/client": "^3.14.0", | ||
"@prisma/client": "^4.0.0", | ||
"@semantic-release/changelog": "^6.0.1", | ||
@@ -119,3 +119,3 @@ "@semantic-release/git": "^10.0.1", | ||
"prettier": "^2.6.2", | ||
"prisma": "^3.14.0", | ||
"prisma": "^4.0.0", | ||
"prisma-graphql-type-decimal": "^2.0.2", | ||
@@ -122,0 +122,0 @@ "reflect-metadata": "^0.1.13", |
@@ -13,2 +13,4 @@ # prisma-nestjs-graphql | ||
Prisma v3 | ||
```sh | ||
@@ -18,2 +20,8 @@ npm install --save-dev prisma-nestjs-graphql | ||
Prisma v4 | ||
``` | ||
npm install --save-dev prisma-nestjs-graphql@next | ||
``` | ||
## Usage | ||
@@ -708,2 +716,3 @@ | ||
- https://github.com/jasonraimondi/prisma-generator-nestjs-graphql | ||
- https://github.com/omar-dulaimi/prisma-class-validator-generator | ||
@@ -710,0 +719,0 @@ - https://github.com/kimjbstar/prisma-class-generator |
Sorry, the diff of this file is too big to display
90873
2176
734
+ Added@prisma/debug@4.16.2(transitive)
+ Added@prisma/generator-helper@4.16.2(transitive)
+ Added@types/debug@4.1.8(transitive)
+ Addedkleur@4.1.5(transitive)
- Removed@prisma/debug@3.15.2(transitive)
- Removed@prisma/generator-helper@3.15.2(transitive)
- Removed@types/debug@4.1.7(transitive)
- Removedansi-styles@4.3.0(transitive)
- Removedchalk@4.1.2(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedsupports-color@7.2.0(transitive)