@graphql-mesh/plugin-jwt-auth 2.0.11 → 2.0.12-alpha-b3608710456dfd49b7089966fbd6303558d97db6
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/CHANGELOG.md +9 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @graphql-mesh/plugin-jwt-auth
|
|
2
2
|
|
|
3
|
+
## 2.0.12-alpha-b3608710456dfd49b7089966fbd6303558d97db6
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- [#2328](https://github.com/graphql-hive/gateway/pull/2328) [`05d1088`](https://github.com/graphql-hive/gateway/commit/05d108860ffb18a87b366308b609be1aef721c25) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
|
9
|
+
|
|
10
|
+
- Updated dependency [`@graphql-mesh/types@0.105.0-alpha-20260508144502-aa9e10247ea4ce2543eca32553a49fff3784bba7` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.105.0) (from `^0.104.27`, in `dependencies`)
|
|
11
|
+
|
|
3
12
|
## 2.0.11
|
|
4
13
|
### Patch Changes
|
|
5
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/plugin-jwt-auth",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.12-alpha-b3608710456dfd49b7089966fbd6303558d97db6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"graphql": "^15.9.0 || ^16.9.0"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@graphql-mesh/types": "
|
|
45
|
+
"@graphql-mesh/types": "0.105.0-alpha-20260508144502-aa9e10247ea4ce2543eca32553a49fff3784bba7",
|
|
46
46
|
"@graphql-mesh/utils": "^0.104.36",
|
|
47
47
|
"@graphql-yoga/plugin-jwt": "^3.10.2",
|
|
48
48
|
"tslib": "^2.4.0"
|