We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebacb1d commit cb87111Copy full SHA for cb87111
package.json
@@ -2,7 +2,7 @@
2
"name": "drizzle-graphql",
3
"type": "module",
4
"author": "Drizzle Team",
5
- "version": "0.3.1",
+ "version": "0.3.2",
6
"description": "Automatically generate GraphQL schema or customizable schema config fields from Drizzle ORM schema",
7
"scripts": {
8
"build": "pnpm tsx scripts/build.ts",
@@ -93,7 +93,7 @@
93
"graphql-parse-resolve-info": "^4.13.0"
94
},
95
"peerDependencies": {
96
- "drizzle-orm": ">=0.30.8-3d06cf2",
+ "drizzle-orm": ">=0.30.9",
97
"graphql": ">=16.3.0"
98
}
99
0 commit comments