drizzle-graphql-plus 0.8.11 → 0.8.13
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/index.cjs +38 -5
- package/index.cjs.map +1 -1
- package/index.js +38 -5
- package/index.js.map +1 -1
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "drizzle-graphql-plus",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"author": "alcala.rao@gmail.com (Roy Alcala)",
|
|
5
|
-
"version": "0.8.
|
|
5
|
+
"version": "0.8.13",
|
|
6
6
|
"description": "Automatically generate GraphQL schema or customizable schema config fields from Drizzle ORM schema",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "pnpm tsx scripts/build.ts",
|