@vantreeseba/drizzle-graphql 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@vantreeseba/drizzle-graphql",
3
3
  "type": "module",
4
4
  "author": "Drizzle Team",
5
- "version": "1.0.0",
5
+ "version": "1.0.2",
6
6
  "description": "Automatically generate GraphQL schema or customizable schema config fields from Drizzle ORM schema",
7
7
  "scripts": {
8
8
  "build": "tsx scripts/build.ts",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@vantreeseba/drizzle-graphql",
3
3
  "type": "module",
4
4
  "author": "Drizzle Team",
5
- "version": "1.0.0",
5
+ "version": "1.0.2",
6
6
  "description": "Automatically generate GraphQL schema or customizable schema config fields from Drizzle ORM schema",
7
7
  "scripts": {
8
8
  "build": "tsx scripts/build.ts",