@0no-co/graphql.web
Advanced tools
Comparing version 0.0.0-canary-20230324112433 to 0.0.0-canary-20230425125907
{ | ||
"name": "@0no-co/graphql.web", | ||
"description": "A spec-compliant client-side GraphQL implementation", | ||
"version": "0.0.0-canary-20230324112433", | ||
"version": "0.0.0-canary-20230425125907", | ||
"author": "0no.co <hi@0no.co>", | ||
@@ -95,3 +95,4 @@ "source": "./src/index.ts", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -98,0 +99,0 @@ "scripts": { |
@@ -19,8 +19,8 @@ <div align="center"> | ||
`@0no-co/graphql.web` is an **experimental** library, aiming to provide an | ||
absolute minimum of features and exports of `graphql` utilities that typical | ||
GraphQL web apps or GraphQL clients need. | ||
`@0no-co/graphql.web` is a utility library, aiming to provide the minimum of | ||
functions that typical GraphQL clients need and would usually import from | ||
`graphql`, e.g. a GraphQL query parser, printer, and visitor. | ||
While its goal isn’t to be an exact match to [the GraphQL.js | ||
API](https://graphql.org/graphql-js/graphql/) it aims to provide API- and | ||
API](https://graphql.org/graphql-js/graphql/) it aims to remain API- and | ||
type-compatible where possible and necessary. However, its goal is to provide | ||
@@ -30,7 +30,11 @@ the smallest implementation for common GraphQL utilities that are still either | ||
> **Note:** While this library can be used as a drop-in replacement for | ||
> `graphql` in _some cases_, the [`graphql-web-lite` | ||
> project](https://github.com/0no-co/graphql-web-lite) is maintained to be | ||
> a full shim/alias for the `graphql` package. | ||
> **Note:** If you’re instead looking for a drop-in replacement for the | ||
> `graphql` package that you can just alias into your web apps, read more about | ||
> the [`graphql-web-lite` project](https://github.com/0no-co/graphql-web-lite), | ||
> which uses this library to shim the `graphql` package. | ||
[`@urql/core`](https://github.com/urql-graphql/urql) depends on this package to | ||
power its GraphQL query parsing and printing. **If you’re using `@urql/core@^4` | ||
you’re already using this library! ✨** | ||
### Overview | ||
@@ -37,0 +41,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
152383
79