Skip to content

Commit 5660dab

Browse files
enisdenjoCopilot
andauthored
Resolve to latest @envelop/core that includes intrumentation changes (#1428)
Co-authored-by: Copilot <[email protected]>
1 parent 5f46ba8 commit 5660dab

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

.changeset/smart-mirrors-shave.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@graphql-mesh/plugin-jwt-auth": patch
3+
"@graphql-hive/gateway": patch
4+
"@graphql-hive/gateway-runtime": patch
5+
---
6+
7+
Resolve to latest @envelop/core that includes instrumentation changes
8+

packages/plugins/jwt-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"tslib": "^2.4.0"
4949
},
5050
"devDependencies": {
51-
"@envelop/core": "5.3.0",
51+
"@envelop/core": "^5.3.0",
5252
"@envelop/generic-auth": "9.1.3",
5353
"graphql": "^16.10.0",
5454
"graphql-yoga": "^5.15.1",

yarn.lock

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3511,7 +3511,7 @@ __metadata:
35113511
languageName: node
35123512
linkType: hard
35133513

3514-
"@envelop/core@npm:5.3.0, @envelop/core@npm:^5.3.0":
3514+
"@envelop/core@npm:^5.0.0, @envelop/core@npm:^5.1.0, @envelop/core@npm:^5.2.3, @envelop/core@npm:^5.3.0":
35153515
version: 5.3.0
35163516
resolution: "@envelop/core@npm:5.3.0"
35173517
dependencies:
@@ -3523,18 +3523,6 @@ __metadata:
35233523
languageName: node
35243524
linkType: hard
35253525

3526-
"@envelop/core@npm:^5.0.0, @envelop/core@npm:^5.1.0, @envelop/core@npm:^5.2.3":
3527-
version: 5.2.3
3528-
resolution: "@envelop/core@npm:5.2.3"
3529-
dependencies:
3530-
"@envelop/instrumentation": "npm:^1.0.0"
3531-
"@envelop/types": "npm:^5.2.1"
3532-
"@whatwg-node/promise-helpers": "npm:^1.2.4"
3533-
tslib: "npm:^2.5.0"
3534-
checksum: 10c0/77ba5807ddee5d08d6a4f47b2787735f0ad5aef71dcd809d51f5004f937de4c6a0b9a32651f2c6b81a0b9ef0510a917af408813c485e93da151c91d33b453061
3535-
languageName: node
3536-
linkType: hard
3537-
35383526
"@envelop/disable-introspection@npm:^8.0.0":
35393527
version: 8.0.0
35403528
resolution: "@envelop/disable-introspection@npm:8.0.0"
@@ -4676,7 +4664,7 @@ __metadata:
46764664
version: 0.0.0-use.local
46774665
resolution: "@graphql-mesh/plugin-jwt-auth@workspace:packages/plugins/jwt-auth"
46784666
dependencies:
4679-
"@envelop/core": "npm:5.3.0"
4667+
"@envelop/core": "npm:^5.3.0"
46804668
"@envelop/generic-auth": "npm:9.1.3"
46814669
"@graphql-mesh/types": "npm:^0.104.8"
46824670
"@graphql-mesh/utils": "npm:^0.104.11"

0 commit comments

Comments
 (0)