@vantreeseba/drizzle-graphql 4.0.0 → 4.2.0
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/README.md +115 -1
- package/dist/README.md +115 -1
- package/dist/index.cjs +320 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +53 -1
- package/dist/index.d.ts +53 -1
- package/dist/index.js +340 -29
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
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": "4.
|
|
5
|
+
"version": "4.2.0",
|
|
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": "4.
|
|
5
|
+
"version": "4.2.0",
|
|
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",
|