@gqty/solid
Advanced tools
Comparing version 0.1.0 to 1.0.0-canary-20240508121542.91645786c29b6b8cf28c5aa00663f49fcb38e145
{ | ||
"name": "@gqty/solid", | ||
"version": "0.1.0", | ||
"version": "1.0.0-canary-20240508121542.91645786c29b6b8cf28c5aa00663f49fcb38e145", | ||
"type": "module", | ||
@@ -44,7 +44,7 @@ "private": false, | ||
"vitest": "^1.6.0", | ||
"gqty": "^3.0.0-canary-20240508114814.1a3f55074b41c286cc67d9f099644ab389e44301" | ||
"gqty": "^3.0.0-canary-20240508121542.91645786c29b6b8cf28c5aa00663f49fcb38e145" | ||
}, | ||
"peerDependencies": { | ||
"gqty": "^3.0.0", | ||
"solid-js": "^1.6.0" | ||
"solid-js": "^1.6.0", | ||
"gqty": "^3.0.0-canary-20240508121542.91645786c29b6b8cf28c5aa00663f49fcb38e145" | ||
}, | ||
@@ -51,0 +51,0 @@ "peerDependenciesMeta": { |
@@ -17,13 +17,15 @@ <p align="center"> | ||
--- | ||
Data requirements within your application are picked up automatically, freeing | ||
you from having to maintain GraphQL queries by-hand. It offers a first-class | ||
TypeScript experience. See API documentation at all times within autocomplete. | ||
Head over to [gqty.dev](https://gqty.dev) to explore features and documentation. | ||
Make breaking changes to your API, and see type-errors exactly where things are | ||
breaking, in realtime. No more running a separate validation step. | ||
--- | ||
**Head over to [gqty.dev](https://gqty.dev) to explore features and | ||
documentations!** | ||
## Get involved | ||
Documentation, bug reports, pull requests, and all other contributions are | ||
welcome! See [`CONTRIBUTING.md`](CONTRIBUTING.md). | ||
Docs powered by [Vercel](https://vercel.com/?utm_source=gqty&utm_campaign=oss) | ||
Documentation, bug reports, pull requests, and other contributions are welcomed! | ||
See [`CONTRIBUTING.md`](CONTRIBUTING.md) for more information. |
Sorry, the diff of this file is not supported yet
10245
31