Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/smart-mirrors-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@graphql-mesh/plugin-jwt-auth": patch
"@graphql-hive/gateway": patch
"@graphql-hive/gateway-runtime": patch
---

Resolve to latest @envelop/core that includes instrumentation changes

2 changes: 1 addition & 1 deletion packages/plugins/jwt-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@envelop/core": "5.3.0",
"@envelop/core": "^5.3.0",
"@envelop/generic-auth": "9.1.3",
"graphql": "^16.10.0",
"graphql-yoga": "^5.15.1",
Expand Down
16 changes: 2 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3511,7 +3511,7 @@ __metadata:
languageName: node
linkType: hard

"@envelop/core@npm:5.3.0, @envelop/core@npm:^5.3.0":
"@envelop/core@npm:^5.0.0, @envelop/core@npm:^5.1.0, @envelop/core@npm:^5.2.3, @envelop/core@npm:^5.3.0":
version: 5.3.0
resolution: "@envelop/core@npm:5.3.0"
dependencies:
Expand All @@ -3523,18 +3523,6 @@ __metadata:
languageName: node
linkType: hard

"@envelop/core@npm:^5.0.0, @envelop/core@npm:^5.1.0, @envelop/core@npm:^5.2.3":
version: 5.2.3
resolution: "@envelop/core@npm:5.2.3"
dependencies:
"@envelop/instrumentation": "npm:^1.0.0"
"@envelop/types": "npm:^5.2.1"
"@whatwg-node/promise-helpers": "npm:^1.2.4"
tslib: "npm:^2.5.0"
checksum: 10c0/77ba5807ddee5d08d6a4f47b2787735f0ad5aef71dcd809d51f5004f937de4c6a0b9a32651f2c6b81a0b9ef0510a917af408813c485e93da151c91d33b453061
languageName: node
linkType: hard

"@envelop/disable-introspection@npm:^8.0.0":
version: 8.0.0
resolution: "@envelop/disable-introspection@npm:8.0.0"
Expand Down Expand Up @@ -4676,7 +4664,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@graphql-mesh/plugin-jwt-auth@workspace:packages/plugins/jwt-auth"
dependencies:
"@envelop/core": "npm:5.3.0"
"@envelop/core": "npm:^5.3.0"
"@envelop/generic-auth": "npm:9.1.3"
"@graphql-mesh/types": "npm:^0.104.8"
"@graphql-mesh/utils": "npm:^0.104.11"
Expand Down
Loading