Skip to content

Commit c0b794e

Browse files
committed
Fixed type mismatches on entities (fixes #12)
1 parent 24aa77f commit c0b794e

File tree

10 files changed

+3093
-2628
lines changed

10 files changed

+3093
-2628
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "drizzle-graphql",
33
"type": "module",
44
"author": "Drizzle Team",
5-
"version": "0.8.2",
5+
"version": "0.8.3",
66
"description": "Automatically generate GraphQL schema or customizable schema config fields from Drizzle ORM schema",
77
"scripts": {
88
"build": "pnpm tsx scripts/build.ts",
@@ -45,7 +45,7 @@
4545
"dockerode": "^4.0.2",
4646
"dprint": "^0.45.1",
4747
"drizzle-kit": "^0.21.4",
48-
"drizzle-orm": "0.30.10",
48+
"drizzle-orm": "0.31.1",
4949
"get-port": "^7.0.0",
5050
"glob": "^10.3.10",
5151
"graphql": "^16.3.0",

0 commit comments

Comments
 (0)