graphql-suite 0.9.0 → 0.9.1

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/client.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- /** graphql-suite v0.9.0 | MIT */
1
+ /** graphql-suite v0.9.1 | MIT */
2
2
  export * from '@graphql-suite/client'
package/client.js CHANGED
@@ -1,2 +1,2 @@
1
- /** graphql-suite v0.9.0 | MIT */
1
+ /** graphql-suite v0.9.1 | MIT */
2
2
  export * from '@graphql-suite/client'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphql-suite",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Auto-generated GraphQL CRUD, type-safe clients, and React Query hooks from Drizzle PostgreSQL schemas",
5
5
  "license": "MIT",
6
6
  "author": "https://github.com/dmythro",
@@ -52,9 +52,9 @@
52
52
  }
53
53
  },
54
54
  "dependencies": {
55
- "@graphql-suite/schema": "0.9.0",
56
- "@graphql-suite/client": "0.9.0",
57
- "@graphql-suite/query": "0.9.0"
55
+ "@graphql-suite/schema": "0.9.1",
56
+ "@graphql-suite/client": "0.9.1",
57
+ "@graphql-suite/query": "0.9.1"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "drizzle-orm": ">=0.44.0",
package/query.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- /** graphql-suite v0.9.0 | MIT */
1
+ /** graphql-suite v0.9.1 | MIT */
2
2
  export * from '@graphql-suite/query'
package/query.js CHANGED
@@ -1,2 +1,2 @@
1
- /** graphql-suite v0.9.0 | MIT */
1
+ /** graphql-suite v0.9.1 | MIT */
2
2
  export * from '@graphql-suite/query'
package/schema.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- /** graphql-suite v0.9.0 | MIT */
1
+ /** graphql-suite v0.9.1 | MIT */
2
2
  export * from '@graphql-suite/schema'
package/schema.js CHANGED
@@ -1,2 +1,2 @@
1
- /** graphql-suite v0.9.0 | MIT */
1
+ /** graphql-suite v0.9.1 | MIT */
2
2
  export * from '@graphql-suite/schema'