@urql/exchange-auth
Advanced tools
Comparing version 0.0.0-canary-20230308233502 to 0.0.0-canary-20230308234137
# Changelog | ||
## 0.0.0-canary-20230308233502 | ||
## 0.0.0-canary-20230308234137 | ||
@@ -41,3 +41,3 @@ ### Major Changes | ||
``` | ||
By [@kitten](https://github.com/kitten) (See [#3012](https://github.com/urql-graphql/urql/pull/3012)) | ||
Submitted by [@kitten](https://github.com/kitten) (See [#3012](https://github.com/urql-graphql/urql/pull/3012)) | ||
@@ -47,5 +47,5 @@ ### Patch Changes | ||
- ⚠️ Fix `willAuthError` not being called for operations that are waiting on the authentication state to update. This can actually lead to a common issue where operations that came in during the authentication initialization (on startup) will never have `willAuthError` called on them. This can cause an easy mistake where the initial authentication state is never checked to be valid | ||
By [@kitten](https://github.com/kitten) (See [#3017](https://github.com/urql-graphql/urql/pull/3017)) | ||
Submitted by [@kitten](https://github.com/kitten) (See [#3017](https://github.com/urql-graphql/urql/pull/3017)) | ||
- Updated dependencies (See [#3007](https://github.com/urql-graphql/urql/pull/3007), [#2962](https://github.com/urql-graphql/urql/pull/2962), [#3007](https://github.com/urql-graphql/urql/pull/3007), and [#3015](https://github.com/urql-graphql/urql/pull/3015)) | ||
- @urql/core@0.0.0-canary-20230308233502 | ||
- @urql/core@0.0.0-canary-20230308234137 | ||
@@ -52,0 +52,0 @@ ## 1.0.0 |
{ | ||
"name": "@urql/exchange-auth", | ||
"version": "0.0.0-canary-20230308233502", | ||
"version": "0.0.0-canary-20230308234137", | ||
"description": "An exchange for managing authentication and token refresh in urql", | ||
@@ -42,3 +42,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@urql/core": "0.0.0-canary-20230308233502", | ||
"@urql/core": "0.0.0-canary-20230308234137", | ||
"wonka": "^6.0.0" | ||
@@ -51,3 +51,3 @@ }, | ||
"graphql": "^16.0.0", | ||
"@urql/core": "0.0.0-canary-20230308233502" | ||
"@urql/core": "0.0.0-canary-20230308234137" | ||
}, | ||
@@ -54,0 +54,0 @@ "publishConfig": { |
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
40766
+ Added@urql/core@0.0.0-canary-20230308234137(transitive)
- Removed@urql/core@0.0.0-canary-20230308233502(transitive)