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
Binary file modified examples/apq-subgraphs/example.tar.gz
Binary file not shown.
438 changes: 235 additions & 203 deletions examples/apq-subgraphs/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/apq-subgraphs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@graphql-mesh/compose-cli": "^1.3.12",
"graphql": "^16.9.0",
"tslib": "^2.8.1",
"@graphql-hive/gateway": "^1.10.3"
"@graphql-hive/gateway": "^1.10.4"
},
"overrides": {
"esbuild": "^0.25.0"
Expand Down
Binary file modified examples/extra-fields/example.tar.gz
Binary file not shown.
450 changes: 241 additions & 209 deletions examples/extra-fields/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/extra-fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"graphql": "^16.9.0",
"graphql-yoga": "^5.12.0",
"tslib": "^2.8.1",
"@graphql-hive/gateway": "^1.10.3"
"@graphql-hive/gateway": "^1.10.4"
},
"devDependencies": {
"tsx": "^4.19.3"
Expand Down
Binary file modified examples/federation-example/example.tar.gz
Binary file not shown.
464 changes: 248 additions & 216 deletions examples/federation-example/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/federation-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@apollo/server": "^4.10.3",
"@apollo/subgraph": "^2.7.2",
"graphql": "^16.9.0",
"@graphql-hive/gateway": "^1.10.3"
"@graphql-hive/gateway": "^1.10.4"
},
"overrides": {
"esbuild": "^0.25.0"
Expand Down
Binary file modified examples/federation-mixed/example.tar.gz
Binary file not shown.
438 changes: 235 additions & 203 deletions examples/federation-mixed/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/federation-mixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@apollo/server": "^4.10.3",
"@apollo/subgraph": "^2.7.2",
"fets": "^0.8.4",
"@graphql-hive/gateway": "^1.10.3"
"@graphql-hive/gateway": "^1.10.4"
},
"devDependencies": {
"tsx": "^4.19.3",
Expand Down
Binary file modified examples/federation-subscriptions-passthrough/example.tar.gz
Binary file not shown.
427 changes: 210 additions & 217 deletions examples/federation-subscriptions-passthrough/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/federation-subscriptions-passthrough/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@example/federation-subscriptions-passthrough",
"private": true,
"dependencies": {
"@graphql-mesh/transport-ws": "^1.0.3",
"@graphql-mesh/transport-ws": "^1.0.4",
"@whatwg-node/fetch": "^0.10.4",
"graphql": "^16.9.0",
"tslib": "^2.8.1",
Expand All @@ -15,7 +15,7 @@
"graphql-sse": "^2.5.3",
"graphql-ws": "^6.0.2",
"ws": "^8.17.1",
"@graphql-hive/gateway": "^1.10.3"
"@graphql-hive/gateway": "^1.10.4"
},
"devDependencies": {
"tsx": "^4.19.3",
Expand Down
Binary file modified examples/file-upload/example.tar.gz
Binary file not shown.
450 changes: 241 additions & 209 deletions examples/file-upload/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@graphql-mesh/compose-cli": "^1.3.12",
"graphql": "^16.9.0",
"tslib": "^2.8.1",
"@graphql-hive/gateway": "^1.10.3"
"@graphql-hive/gateway": "^1.10.4"
},
"devDependencies": {
"tsx": "^4.19.3"
Expand Down
Binary file modified examples/hmac-auth-https/example.tar.gz
Binary file not shown.
Loading
Loading