@subql/apollo-links
Advanced tools
Comparing version 0.5.9-3 to 1.0.0
@@ -10,2 +10,6 @@ # Changelog | ||
## [1.0.0] - 2023-08-25 | ||
Breaking change for `dictHttpLink` and `deploymentHttpLink`, use `const { link } = ...` for get the link. | ||
## [0.5.7] - 2023-08-04 | ||
@@ -66,3 +70,4 @@ | ||
[unreleased]: https://github.com/subquery/network-clients/compare/v0.5.7...HEAD | ||
[unreleased]: https://github.com/subquery/network-clients/compare/v1.0.0...HEAD | ||
[1.0.0]: https://github.com/subquery/network-clients/compare/v0.5.7...v1.0.0 | ||
[0.5.7]: https://github.com/subquery/network-clients/compare/v0.5.5...v0.5.7 | ||
@@ -69,0 +74,0 @@ [0.5.5]: https://github.com/subquery/network-clients/compare/v0.5.3...v0.5.5 |
{ | ||
"name": "@subql/apollo-links", | ||
"version": "0.5.9-3", | ||
"version": "1.0.0", | ||
"description": "SubQuery Network - graphql links", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -5,7 +5,7 @@ # @subql/apollo-links | ||
- This package contains an extended version of apollo-link and various utilities to perform authentication with our network services. | ||
- This package contains an extended version of apollo-link and various utilities to perform authentication with our network services. | ||
- This package is use to authenticate with the subquery network's auth center. | ||
- This package is use to authenticate with the subquery network's auth center. | ||
## Usage | ||
## Usage | ||
@@ -29,3 +29,3 @@ For example of usage see our [test cases](../../test/authLink.test.ts) | ||
const link = await authHttpLink(options); | ||
const { link } = await authHttpLink(options); | ||
const client = new ApolloClient({ | ||
@@ -53,1 +53,2 @@ cache: new InMemoryCache({ resultCaching: true }), | ||
[CHANGELOG.md](./CHANGELOG.md) | ||
``` |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
202729
1
52