From 16dbc7efea6fb7062f13cc686e974e8fe56a0a59 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Mon, 1 Jul 2024 15:57:26 +0300 Subject: [PATCH] Lockfile --- e2e/auto-type-merging/package.json | 1 - e2e/cjs-project/package.json | 1 - e2e/compose-to-output/package.json | 1 - e2e/esm-config-in-cjs-project/package.json | 1 - e2e/esm-project/package.json | 1 - e2e/json-schema-subscriptions/package.json | 1 - .../package.json | 1 - e2e/mysql-employees/package.json | 1 - e2e/mysql-rfam/package.json | 1 - e2e/neo4j-example/package.json | 1 - e2e/openapi-javascript-wiki/package.json | 1 - e2e/openapi-subscriptions/package.json | 1 - e2e/programmatic-batching/package.json | 1 - e2e/soap-demo/package.json | 1 - e2e/sqlite-chinook/package.json | 1 - e2e/thrift-calculator/package.json | 1 - e2e/type-merging-batching/package.json | 1 - .../v1-next/hive-example/gateway/package.json | 1 - .../v1-next/hive-example/my-rest/package.json | 1 - .../v1-next/json-schema-reddit/package.json | 1 - yarn.lock | 1004 ++++++++--------- 21 files changed, 502 insertions(+), 522 deletions(-) diff --git a/e2e/auto-type-merging/package.json b/e2e/auto-type-merging/package.json index 26dca7707ffc1..35a31e2220fbe 100644 --- a/e2e/auto-type-merging/package.json +++ b/e2e/auto-type-merging/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/auto-type-merging", - "version": null, "private": true, "devDependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/cjs-project/package.json b/e2e/cjs-project/package.json index 9701ff5ce1311..550788ae6c5f5 100644 --- a/e2e/cjs-project/package.json +++ b/e2e/cjs-project/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/cjs-project", - "version": null, "type": "commonjs", "private": true, "dependencies": { diff --git a/e2e/compose-to-output/package.json b/e2e/compose-to-output/package.json index 4410ed40c71e8..51584952eb441 100644 --- a/e2e/compose-to-output/package.json +++ b/e2e/compose-to-output/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/compose-to-output", - "version": null, "type": "module", "private": true, "dependencies": { diff --git a/e2e/esm-config-in-cjs-project/package.json b/e2e/esm-config-in-cjs-project/package.json index ebc77c71f67ce..8dfd785bdce31 100644 --- a/e2e/esm-config-in-cjs-project/package.json +++ b/e2e/esm-config-in-cjs-project/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/esm-config-in-cjs-project", - "version": null, "type": "commonjs", "private": true, "dependencies": { diff --git a/e2e/esm-project/package.json b/e2e/esm-project/package.json index a168b3940b339..cb21b34bcf095 100644 --- a/e2e/esm-project/package.json +++ b/e2e/esm-project/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/esm-project", - "version": null, "type": "module", "private": true, "dependencies": { diff --git a/e2e/json-schema-subscriptions/package.json b/e2e/json-schema-subscriptions/package.json index be7d4647b686e..90137014673f9 100644 --- a/e2e/json-schema-subscriptions/package.json +++ b/e2e/json-schema-subscriptions/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/json-schema-subscriptions", - "version": null, "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/logs-to-stderr-results-to-stdout/package.json b/e2e/logs-to-stderr-results-to-stdout/package.json index 0255a8af5891c..85168b5c5359f 100644 --- a/e2e/logs-to-stderr-results-to-stdout/package.json +++ b/e2e/logs-to-stderr-results-to-stdout/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/logs-to-stderr-results-to-stdout", - "version": null, "type": "module", "private": true, "dependencies": { diff --git a/e2e/mysql-employees/package.json b/e2e/mysql-employees/package.json index 324ff3b6edae9..100e34befafd7 100644 --- a/e2e/mysql-employees/package.json +++ b/e2e/mysql-employees/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/mysql-employees", - "version": null, "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/mysql-rfam/package.json b/e2e/mysql-rfam/package.json index c23c99ea8a43f..58388c7a3ebda 100644 --- a/e2e/mysql-rfam/package.json +++ b/e2e/mysql-rfam/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/mysql-rfam", - "version": null, "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/neo4j-example/package.json b/e2e/neo4j-example/package.json index 9888846ea03f9..5b2b54755f0da 100644 --- a/e2e/neo4j-example/package.json +++ b/e2e/neo4j-example/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/neo4j-example", - "version": null, "license": "MIT", "private": true, "dependencies": { diff --git a/e2e/openapi-javascript-wiki/package.json b/e2e/openapi-javascript-wiki/package.json index c4a64e700821a..de63dc59e8962 100644 --- a/e2e/openapi-javascript-wiki/package.json +++ b/e2e/openapi-javascript-wiki/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/openapi-javascript-wiki", - "version": null, "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/openapi-subscriptions/package.json b/e2e/openapi-subscriptions/package.json index 1591a31b4a945..96d97ffae175f 100644 --- a/e2e/openapi-subscriptions/package.json +++ b/e2e/openapi-subscriptions/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/openapi-subscriptions", - "version": null, "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/programmatic-batching/package.json b/e2e/programmatic-batching/package.json index 0e3352d533d95..67941b8acfa6d 100644 --- a/e2e/programmatic-batching/package.json +++ b/e2e/programmatic-batching/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/programmatic-batching-example", - "version": null, "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/soap-demo/package.json b/e2e/soap-demo/package.json index 05a8142a37093..2b10a22d15bdb 100644 --- a/e2e/soap-demo/package.json +++ b/e2e/soap-demo/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/soap-demo", - "version": null, "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/sqlite-chinook/package.json b/e2e/sqlite-chinook/package.json index ef0948c517de5..d8a4800641c53 100644 --- a/e2e/sqlite-chinook/package.json +++ b/e2e/sqlite-chinook/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/sqlite-chinook", - "version": null, "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/thrift-calculator/package.json b/e2e/thrift-calculator/package.json index 6e03f78b51b75..be0899ddeb9e3 100644 --- a/e2e/thrift-calculator/package.json +++ b/e2e/thrift-calculator/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/thrift-calculator", - "version": null, "type": "module", "private": true, "scripts": { diff --git a/e2e/type-merging-batching/package.json b/e2e/type-merging-batching/package.json index 485fe6b4037eb..0df1d241332e6 100644 --- a/e2e/type-merging-batching/package.json +++ b/e2e/type-merging-batching/package.json @@ -1,6 +1,5 @@ { "name": "@e2e/type-merging-batching", - "version": null, "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/examples/v1-next/hive-example/gateway/package.json b/examples/v1-next/hive-example/gateway/package.json index 2dfefec65a495..84c1f6d1ff03f 100644 --- a/examples/v1-next/hive-example/gateway/package.json +++ b/examples/v1-next/hive-example/gateway/package.json @@ -1,6 +1,5 @@ { "name": "@examples/hive-example-gateway", - "version": null, "private": true, "scripts": { "gateway:start": "yarn mesh-serve" diff --git a/examples/v1-next/hive-example/my-rest/package.json b/examples/v1-next/hive-example/my-rest/package.json index 83456a6c3183d..1fb6f7841ae1e 100644 --- a/examples/v1-next/hive-example/my-rest/package.json +++ b/examples/v1-next/hive-example/my-rest/package.json @@ -1,6 +1,5 @@ { "name": "@examples/hive-example-rest-service", - "version": null, "private": true, "scripts": { "compose": "yarn mesh-compose --subgraph myrest > typeDefs.graphql", diff --git a/examples/v1-next/json-schema-reddit/package.json b/examples/v1-next/json-schema-reddit/package.json index 0228ca6f162d3..c622ac32ecc57 100644 --- a/examples/v1-next/json-schema-reddit/package.json +++ b/examples/v1-next/json-schema-reddit/package.json @@ -1,6 +1,5 @@ { "name": "@examples/reddit-example", - "version": null, "private": true, "scripts": { "compose": "yarn mesh-compose", diff --git a/yarn.lock b/yarn.lock index f125da1670fdc..5f5a13bc3823d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3734,7 +3734,7 @@ __metadata: "@graphql-mesh/compose-cli": "workspace:*" "@graphql-mesh/fusion-runtime": "workspace:*" "@graphql-mesh/serve-cli": "workspace:*" - "@omnigraph/thrift": "npm:^0.3.0" + "@omnigraph/thrift": "npm:^0.3.1" express: "npm:^4.18.2" graphql: "npm:^16.8.1" thrift: "npm:^0.20.0" @@ -4634,48 +4634,48 @@ __metadata: "@apollo/client": "npm:3.10.8" peerDependencies: "@apollo/client": ^3.5.9 - "@graphql-mesh/runtime": ^0.99.11 + "@graphql-mesh/runtime": ^0.99.12 "@graphql-tools/utils": ^10.2.3 graphql: ^15.2.0 || ^16.0.0 tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/cache-cfw-kv@npm:0.98.9, @graphql-mesh/cache-cfw-kv@npm:^0.98.9, @graphql-mesh/cache-cfw-kv@workspace:packages/cache/cfw-kv": +"@graphql-mesh/cache-cfw-kv@npm:0.98.10, @graphql-mesh/cache-cfw-kv@npm:^0.98.10, @graphql-mesh/cache-cfw-kv@workspace:packages/cache/cfw-kv": version: 0.0.0-use.local resolution: "@graphql-mesh/cache-cfw-kv@workspace:packages/cache/cfw-kv" dependencies: "@cloudflare/workers-types": "npm:4.20240620.0" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/cache-file@npm:0.98.9, @graphql-mesh/cache-file@workspace:packages/cache/file": +"@graphql-mesh/cache-file@npm:0.98.10, @graphql-mesh/cache-file@workspace:packages/cache/file": version: 0.0.0-use.local resolution: "@graphql-mesh/cache-file@workspace:packages/cache/file" dependencies: dataloader: "npm:2.2.2" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/cache-localforage@npm:0.98.9, @graphql-mesh/cache-localforage@npm:^0.98.9, @graphql-mesh/cache-localforage@workspace:packages/cache/localforage": +"@graphql-mesh/cache-localforage@npm:0.98.10, @graphql-mesh/cache-localforage@npm:^0.98.10, @graphql-mesh/cache-localforage@workspace:packages/cache/localforage": version: 0.0.0-use.local resolution: "@graphql-mesh/cache-localforage@workspace:packages/cache/localforage" dependencies: localforage: "npm:1.10.0" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -4690,15 +4690,15 @@ __metadata: ioredis: "npm:^5.3.2" ioredis-mock: "npm:^8.8.3" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/cli@npm:0.91.1, @graphql-mesh/cli@workspace:packages/legacy/cli": +"@graphql-mesh/cli@npm:0.91.2, @graphql-mesh/cli@workspace:packages/legacy/cli": version: 0.0.0-use.local resolution: "@graphql-mesh/cli@workspace:packages/legacy/cli" dependencies: @@ -4708,13 +4708,13 @@ __metadata: "@graphql-codegen/typescript-generic-sdk": "npm:^3.1.0" "@graphql-codegen/typescript-operations": "npm:^4.0.0" "@graphql-codegen/typescript-resolvers": "npm:^4.0.0" - "@graphql-mesh/config": "npm:^0.100.11" - "@graphql-mesh/cross-helpers": "npm:^0.4.3" - "@graphql-mesh/http": "npm:^0.99.11" - "@graphql-mesh/runtime": "npm:^0.99.11" - "@graphql-mesh/store": "npm:^0.98.9" - "@graphql-mesh/types": "npm:^0.98.9" - "@graphql-mesh/utils": "npm:^0.98.9" + "@graphql-mesh/config": "npm:^0.100.12" + "@graphql-mesh/cross-helpers": "npm:^0.4.4" + "@graphql-mesh/http": "npm:^0.99.12" + "@graphql-mesh/runtime": "npm:^0.99.12" + "@graphql-mesh/store": "npm:^0.98.10" + "@graphql-mesh/types": "npm:^0.98.10" + "@graphql-mesh/utils": "npm:^0.98.10" "@graphql-tools/utils": "npm:^10.2.3" "@types/lodash.get": "npm:4.4.9" "@types/mkdirp": "npm:2.0.0" @@ -4755,13 +4755,13 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/compose-cli@npm:^0.4.1, @graphql-mesh/compose-cli@workspace:*, @graphql-mesh/compose-cli@workspace:packages/compose-cli": +"@graphql-mesh/compose-cli@npm:^0.4.2, @graphql-mesh/compose-cli@workspace:*, @graphql-mesh/compose-cli@workspace:packages/compose-cli": version: 0.0.0-use.local resolution: "@graphql-mesh/compose-cli@workspace:packages/compose-cli" dependencies: "@commander-js/extra-typings": "npm:^12.0.1" - "@graphql-mesh/fusion-composition": "npm:^0.0.7" - "@graphql-mesh/utils": "npm:^0.98.9" + "@graphql-mesh/fusion-composition": "npm:^0.0.8" + "@graphql-mesh/utils": "npm:^0.98.10" "@graphql-tools/graphql-file-loader": "npm:8.0.1" "@graphql-tools/load": "npm:^8.0.1" "@graphql-tools/schema": "npm:^10.0.4" @@ -4771,21 +4771,21 @@ __metadata: dotenv: "npm:^16.3.1" tsx: "npm:^4.7.1" peerDependencies: - "@graphql-mesh/types": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 graphql: "*" bin: mesh-compose: dist/esm/bin.js languageName: unknown linkType: soft -"@graphql-mesh/config@npm:0.100.11, @graphql-mesh/config@npm:^0.100.11, @graphql-mesh/config@workspace:packages/legacy/config": +"@graphql-mesh/config@npm:0.100.12, @graphql-mesh/config@npm:^0.100.12, @graphql-mesh/config@workspace:packages/legacy/config": version: 0.0.0-use.local resolution: "@graphql-mesh/config@workspace:packages/legacy/config" dependencies: "@envelop/core": "npm:^5.0.0" - "@graphql-mesh/cache-localforage": "npm:^0.98.9" - "@graphql-mesh/merger-bare": "npm:^0.98.9" - "@graphql-mesh/merger-stitching": "npm:^0.98.9" + "@graphql-mesh/cache-localforage": "npm:^0.98.10" + "@graphql-mesh/merger-bare": "npm:^0.98.10" + "@graphql-mesh/merger-stitching": "npm:^0.98.10" "@graphql-tools/code-file-loader": "npm:^8.0.0" "@graphql-tools/graphql-file-loader": "npm:^8.0.0" "@graphql-tools/load": "npm:^8.0.0" @@ -4795,11 +4795,11 @@ __metadata: param-case: "npm:^3.0.4" pascal-case: "npm:^3.1.2" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/runtime": ^0.99.11 - "@graphql-mesh/store": ^0.98.9 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/runtime": ^0.99.12 + "@graphql-mesh/store": ^0.98.10 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -4810,31 +4810,31 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/container@workspace:packages/legacy/container" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/config": "npm:0.100.11" - "@graphql-mesh/graphql": "npm:0.98.10" - "@graphql-mesh/grpc": "npm:0.100.0" - "@graphql-mesh/json-schema": "npm:0.101.0" - "@graphql-mesh/odata": "npm:0.99.0" - "@graphql-mesh/openapi": "npm:0.101.0" - "@graphql-mesh/plugin-mock": "npm:0.98.9" - "@graphql-mesh/postgraphile": "npm:0.98.9" - "@graphql-mesh/runtime": "npm:0.99.11" - "@graphql-mesh/soap": "npm:0.100.0" - "@graphql-mesh/transform-cache": "npm:0.98.9" - "@graphql-mesh/transform-encapsulate": "npm:0.98.9" - "@graphql-mesh/transform-extend": "npm:0.98.10" - "@graphql-mesh/transform-filter-schema": "npm:0.98.9" - "@graphql-mesh/transform-prefix": "npm:0.98.9" - "@graphql-mesh/transform-rename": "npm:0.98.9" - "@graphql-mesh/transform-resolvers-composition": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/config": "npm:0.100.12" + "@graphql-mesh/graphql": "npm:0.98.11" + "@graphql-mesh/grpc": "npm:0.100.1" + "@graphql-mesh/json-schema": "npm:0.101.1" + "@graphql-mesh/odata": "npm:0.99.1" + "@graphql-mesh/openapi": "npm:0.101.1" + "@graphql-mesh/plugin-mock": "npm:0.98.10" + "@graphql-mesh/postgraphile": "npm:0.98.10" + "@graphql-mesh/runtime": "npm:0.99.12" + "@graphql-mesh/soap": "npm:0.100.1" + "@graphql-mesh/transform-cache": "npm:0.98.10" + "@graphql-mesh/transform-encapsulate": "npm:0.98.10" + "@graphql-mesh/transform-extend": "npm:0.98.11" + "@graphql-mesh/transform-filter-schema": "npm:0.98.10" + "@graphql-mesh/transform-prefix": "npm:0.98.10" + "@graphql-mesh/transform-rename": "npm:0.98.10" + "@graphql-mesh/transform-resolvers-composition": "npm:0.98.10" peerDependencies: graphql: ^16.6.0 tslib: ^2.5.0 languageName: unknown linkType: soft -"@graphql-mesh/cross-helpers@npm:^0.4.3, @graphql-mesh/cross-helpers@workspace:packages/cross-helpers": +"@graphql-mesh/cross-helpers@npm:^0.4.4, @graphql-mesh/cross-helpers@workspace:packages/cross-helpers": version: 0.0.0-use.local resolution: "@graphql-mesh/cross-helpers@workspace:packages/cross-helpers" dependencies: @@ -4845,11 +4845,11 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/fusion-composition@npm:^0.0.7, @graphql-mesh/fusion-composition@workspace:packages/fusion/composition": +"@graphql-mesh/fusion-composition@npm:^0.0.8, @graphql-mesh/fusion-composition@workspace:packages/fusion/composition": version: 0.0.0-use.local resolution: "@graphql-mesh/fusion-composition@workspace:packages/fusion/composition" dependencies: - "@graphql-mesh/utils": "npm:^0.98.9" + "@graphql-mesh/utils": "npm:^0.98.10" "@graphql-tools/schema": "npm:^10.0.4" "@graphql-tools/stitching-directives": "npm:^3.0.2" "@graphql-tools/utils": "npm:^10.2.3" @@ -4867,15 +4867,15 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/fusion-runtime@npm:^0.4.0, @graphql-mesh/fusion-runtime@workspace:*, @graphql-mesh/fusion-runtime@workspace:packages/fusion/runtime": +"@graphql-mesh/fusion-runtime@npm:^0.4.1, @graphql-mesh/fusion-runtime@workspace:*, @graphql-mesh/fusion-runtime@workspace:packages/fusion/runtime": version: 0.0.0-use.local resolution: "@graphql-mesh/fusion-runtime@workspace:packages/fusion/runtime" dependencies: "@envelop/core": "npm:^5.0.1" - "@graphql-mesh/runtime": "npm:^0.99.11" - "@graphql-mesh/transport-common": "npm:^0.3.0" - "@graphql-mesh/types": "npm:^0.98.9" - "@graphql-mesh/utils": "npm:^0.98.9" + "@graphql-mesh/runtime": "npm:^0.99.12" + "@graphql-mesh/transport-common": "npm:^0.3.1" + "@graphql-mesh/types": "npm:^0.98.10" + "@graphql-mesh/utils": "npm:^0.98.10" "@graphql-tools/delegate": "npm:^10.0.12" "@graphql-tools/executor": "npm:^1.2.8" "@graphql-tools/federation": "npm:^2.1.1" @@ -4892,7 +4892,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/graphql@npm:0.98.10, @graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql": +"@graphql-mesh/graphql@npm:0.98.11, @graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql": version: 0.0.0-use.local resolution: "@graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql" dependencies: @@ -4902,23 +4902,23 @@ __metadata: "@graphql-tools/url-loader": "npm:^8.0.0" lodash.get: "npm:^4.4.2" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/store": ^0.98.9 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/store": ^0.98.10 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/grpc@npm:0.100.0, @graphql-mesh/grpc@workspace:packages/legacy/handlers/grpc": +"@graphql-mesh/grpc@npm:0.100.1, @graphql-mesh/grpc@workspace:packages/legacy/handlers/grpc": version: 0.0.0-use.local resolution: "@graphql-mesh/grpc@workspace:packages/legacy/handlers/grpc" dependencies: "@ardatan/grpc-reflection-js": "npm:^0.0.2" "@graphql-mesh/string-interpolation": "npm:^0.5.4" - "@graphql-mesh/transport-common": "npm:^0.3.0" + "@graphql-mesh/transport-common": "npm:^0.3.1" "@grpc/grpc-js": "npm:^1.1.7" "@grpc/proto-loader": "npm:^0.7.8" "@types/lodash.has": "npm:4.5.9" @@ -4930,17 +4930,17 @@ __metadata: long: "npm:4.0.0" protobufjs: "npm:^7.2.5" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/store": ^0.98.9 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/store": ^0.98.10 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/http@npm:^0.99.11, @graphql-mesh/http@workspace:packages/legacy/http": +"@graphql-mesh/http@npm:^0.99.12, @graphql-mesh/http@workspace:packages/legacy/http": version: 0.0.0-use.local resolution: "@graphql-mesh/http@workspace:packages/legacy/http" dependencies: @@ -4952,44 +4952,44 @@ __metadata: "@whatwg-node/server": "npm:^0.9.34" graphql-yoga: "npm:^5.6.0" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/runtime": ^0.99.11 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/runtime": ^0.99.12 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/json-schema@npm:0.101.0, @graphql-mesh/json-schema@workspace:packages/legacy/handlers/json-schema": +"@graphql-mesh/json-schema@npm:0.101.1, @graphql-mesh/json-schema@workspace:packages/legacy/handlers/json-schema": version: 0.0.0-use.local resolution: "@graphql-mesh/json-schema@workspace:packages/legacy/handlers/json-schema" dependencies: "@graphql-mesh/string-interpolation": "npm:0.5.4" "@json-schema-tools/meta-schema": "npm:1.7.5" - "@omnigraph/json-schema": "npm:0.101.0" + "@omnigraph/json-schema": "npm:0.101.1" graphql-compose: "npm:9.0.11" json-machete: "npm:0.97.3" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/store": ^0.98.9 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/store": ^0.98.10 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/merger-bare@npm:^0.98.9, @graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare": +"@graphql-mesh/merger-bare@npm:^0.98.10, @graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare": version: 0.0.0-use.local resolution: "@graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare" dependencies: - "@graphql-mesh/merger-stitching": "npm:0.98.9" + "@graphql-mesh/merger-stitching": "npm:0.98.10" "@graphql-tools/schema": "npm:10.0.4" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5004,17 +5004,17 @@ __metadata: "@graphql-tools/schema": "npm:^10.0.0" "@graphql-tools/wrap": "npm:^10.0.5" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/store": ^0.98.9 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/store": ^0.98.10 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/merger-stitching@npm:0.98.9, @graphql-mesh/merger-stitching@npm:^0.98.9, @graphql-mesh/merger-stitching@workspace:packages/legacy/mergers/stitching": +"@graphql-mesh/merger-stitching@npm:0.98.10, @graphql-mesh/merger-stitching@npm:^0.98.10, @graphql-mesh/merger-stitching@workspace:packages/legacy/mergers/stitching": version: 0.0.0-use.local resolution: "@graphql-mesh/merger-stitching@workspace:packages/legacy/mergers/stitching" dependencies: @@ -5022,16 +5022,16 @@ __metadata: "@graphql-tools/schema": "npm:^10.0.0" "@graphql-tools/stitch": "npm:^9.2.10" peerDependencies: - "@graphql-mesh/store": ^0.98.9 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/store": ^0.98.10 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/mongoose@npm:0.98.9, @graphql-mesh/mongoose@workspace:packages/legacy/handlers/mongoose": +"@graphql-mesh/mongoose@npm:0.98.10, @graphql-mesh/mongoose@workspace:packages/legacy/handlers/mongoose": version: 0.0.0-use.local resolution: "@graphql-mesh/mongoose@workspace:packages/legacy/handlers/mongoose" dependencies: @@ -5042,44 +5042,44 @@ __metadata: graphql-compose-pagination: "npm:^8.3.0" mongoose: "npm:8.4.4" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" mongoose: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/mysql@npm:0.99.0, @graphql-mesh/mysql@workspace:packages/legacy/handlers/mysql": +"@graphql-mesh/mysql@npm:0.99.1, @graphql-mesh/mysql@workspace:packages/legacy/handlers/mysql": version: 0.0.0-use.local resolution: "@graphql-mesh/mysql@workspace:packages/legacy/handlers/mysql" dependencies: - "@omnigraph/mysql": "npm:^0.3.0" + "@omnigraph/mysql": "npm:^0.3.1" peerDependencies: - "@graphql-mesh/store": ^0.98.9 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/store": ^0.98.10 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/neo4j@npm:0.99.0, @graphql-mesh/neo4j@workspace:packages/legacy/handlers/neo4j": +"@graphql-mesh/neo4j@npm:0.99.1, @graphql-mesh/neo4j@workspace:packages/legacy/handlers/neo4j": version: 0.0.0-use.local resolution: "@graphql-mesh/neo4j@workspace:packages/legacy/handlers/neo4j" dependencies: - "@omnigraph/neo4j": "npm:^0.3.0" + "@omnigraph/neo4j": "npm:^0.3.1" peerDependencies: - "@graphql-mesh/store": ^0.98.9 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/store": ^0.98.10 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/odata@npm:0.99.0, @graphql-mesh/odata@workspace:packages/legacy/handlers/odata": +"@graphql-mesh/odata@npm:0.99.1, @graphql-mesh/odata@workspace:packages/legacy/handlers/odata": version: 0.0.0-use.local resolution: "@graphql-mesh/odata@workspace:packages/legacy/handlers/odata" dependencies: @@ -5097,26 +5097,26 @@ __metadata: pascal-case: "npm:^3.1.2" url-join: "npm:^4.0.1" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/store": ^0.98.9 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/store": ^0.98.10 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/openapi@npm:0.101.0, @graphql-mesh/openapi@workspace:packages/legacy/handlers/openapi": +"@graphql-mesh/openapi@npm:0.101.1, @graphql-mesh/openapi@workspace:packages/legacy/handlers/openapi": version: 0.0.0-use.local resolution: "@graphql-mesh/openapi@workspace:packages/legacy/handlers/openapi" dependencies: "@graphql-mesh/string-interpolation": "npm:0.5.4" - "@omnigraph/openapi": "npm:0.101.0" + "@omnigraph/openapi": "npm:0.101.1" peerDependencies: - "@graphql-mesh/store": ^0.98.9 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/store": ^0.98.10 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5128,22 +5128,22 @@ __metadata: dependencies: "@whatwg-node/fetch": "npm:0.9.18" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-hive@npm:0.98.11, @graphql-mesh/plugin-hive@npm:^0.98.11, @graphql-mesh/plugin-hive@workspace:packages/plugins/hive": +"@graphql-mesh/plugin-hive@npm:0.98.12, @graphql-mesh/plugin-hive@npm:^0.98.12, @graphql-mesh/plugin-hive@workspace:packages/plugins/hive": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-hive@workspace:packages/plugins/hive" dependencies: "@graphql-hive/client": "npm:^0.32.0" "@graphql-mesh/string-interpolation": "npm:0.5.4" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5157,8 +5157,8 @@ __metadata: "@whatwg-node/fetch": "npm:^0.9.0" http-cache-semantics: "npm:4.1.1" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5171,14 +5171,14 @@ __metadata: "@envelop/core": "npm:5.0.1" "@whatwg-node/fetch": "npm:^0.9.0" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-live-query@npm:0.98.9, @graphql-mesh/plugin-live-query@workspace:*, @graphql-mesh/plugin-live-query@workspace:packages/plugins/live-query": +"@graphql-mesh/plugin-live-query@npm:0.98.10, @graphql-mesh/plugin-live-query@workspace:*, @graphql-mesh/plugin-live-query@workspace:packages/plugins/live-query": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-live-query@workspace:packages/plugins/live-query" dependencies: @@ -5187,20 +5187,20 @@ __metadata: "@graphql-mesh/string-interpolation": "npm:0.5.4" "@n1ru4l/in-memory-live-query-store": "npm:0.10.0" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-mock@npm:0.98.9, @graphql-mesh/plugin-mock@workspace:packages/plugins/mock": +"@graphql-mesh/plugin-mock@npm:0.98.10, @graphql-mesh/plugin-mock@workspace:packages/plugins/mock": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-mock@workspace:packages/plugins/mock" dependencies: "@envelop/core": "npm:5.0.1" - "@graphql-mesh/cache-localforage": "npm:0.98.9" + "@graphql-mesh/cache-localforage": "npm:0.98.10" "@graphql-mesh/string-interpolation": "npm:^0.5.4" "@graphql-tools/mock": "npm:^9.0.3" "@graphql-tools/schema": "npm:^10.0.0" @@ -5208,9 +5208,9 @@ __metadata: faker: "npm:5.5.3" graphql-scalars: "npm:^1.22.4" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5229,9 +5229,9 @@ __metadata: graphql-yoga: "npm:5.6.0" newrelic: "npm:10.6.2" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" graphql-yoga: ^4.0.5 || ^5.0.0 newrelic: ^7 || ^8.0.0 || ^10.0.0 @@ -5239,14 +5239,14 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/plugin-operation-field-permissions@npm:0.98.9, @graphql-mesh/plugin-operation-field-permissions@npm:^0.98.9, @graphql-mesh/plugin-operation-field-permissions@workspace:packages/plugins/operation-field-permissions": +"@graphql-mesh/plugin-operation-field-permissions@npm:0.98.10, @graphql-mesh/plugin-operation-field-permissions@npm:^0.98.10, @graphql-mesh/plugin-operation-field-permissions@workspace:packages/plugins/operation-field-permissions": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-operation-field-permissions@workspace:packages/plugins/operation-field-permissions" dependencies: "@envelop/operation-field-permissions": "npm:6.0.0" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5256,9 +5256,9 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-operation-headers@workspace:packages/plugins/operation-headers" peerDependencies: - "@graphql-mesh/serve-runtime": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/serve-runtime": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5268,12 +5268,12 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-prometheus@workspace:packages/plugins/prometheus" dependencies: - "@graphql-mesh/serve-runtime": "npm:^0.4.3" + "@graphql-mesh/serve-runtime": "npm:^0.4.4" "@graphql-yoga/plugin-prometheus": "npm:^5.0.0" prom-client: "npm:15.1.3" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" graphql-yoga: ^4.0.5 || ^5.0.0 prom-client: ^13 || ^14.0.0 || ^15.0.0 @@ -5281,7 +5281,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/plugin-rate-limit@npm:0.98.9, @graphql-mesh/plugin-rate-limit@npm:^0.98.9, @graphql-mesh/plugin-rate-limit@workspace:packages/plugins/rate-limit": +"@graphql-mesh/plugin-rate-limit@npm:0.98.10, @graphql-mesh/plugin-rate-limit@npm:^0.98.10, @graphql-mesh/plugin-rate-limit@workspace:packages/plugins/rate-limit": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-rate-limit@workspace:packages/plugins/rate-limit" dependencies: @@ -5289,15 +5289,15 @@ __metadata: "@graphql-mesh/string-interpolation": "npm:0.5.4" minimatch: "npm:9.0.5" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-response-cache@npm:0.98.10, @graphql-mesh/plugin-response-cache@npm:^0.98.10, @graphql-mesh/plugin-response-cache@workspace:packages/plugins/response-cache": +"@graphql-mesh/plugin-response-cache@npm:0.98.11, @graphql-mesh/plugin-response-cache@npm:^0.98.11, @graphql-mesh/plugin-response-cache@workspace:packages/plugins/response-cache": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-response-cache@workspace:packages/plugins/response-cache" dependencies: @@ -5307,15 +5307,15 @@ __metadata: "@graphql-yoga/plugin-response-cache": "npm:^3.1.1" graphql-yoga: "npm:^5.6.0" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-snapshot@npm:0.98.9, @graphql-mesh/plugin-snapshot@workspace:packages/plugins/snapshot": +"@graphql-mesh/plugin-snapshot@npm:0.98.10, @graphql-mesh/plugin-snapshot@workspace:packages/plugins/snapshot": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-snapshot@workspace:packages/plugins/snapshot" dependencies: @@ -5323,9 +5323,9 @@ __metadata: "@whatwg-node/fetch": "npm:^0.9.0" minimatch: "npm:9.0.5" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5338,15 +5338,15 @@ __metadata: "@envelop/statsd": "npm:5.0.0" hot-shots: "npm:10.0.0" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" hot-shots: ^8.0.0 || ^9.0.0 || ^10.0.0 tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/postgraphile@npm:0.98.9, @graphql-mesh/postgraphile@workspace:packages/legacy/handlers/postgraphile": +"@graphql-mesh/postgraphile@npm:0.98.10, @graphql-mesh/postgraphile@workspace:packages/legacy/handlers/postgraphile": version: 0.0.0-use.local resolution: "@graphql-mesh/postgraphile@workspace:packages/legacy/handlers/postgraphile" dependencies: @@ -5356,10 +5356,10 @@ __metadata: postgraphile: "npm:^4.13.0" postgraphile-core: "npm:^4.13.0" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/store": ^0.98.9 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/store": ^0.98.10 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5369,17 +5369,17 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/raml@workspace:packages/legacy/handlers/raml" dependencies: - "@omnigraph/raml": "npm:0.101.0" + "@omnigraph/raml": "npm:0.101.1" peerDependencies: - "@graphql-mesh/store": ^0.98.9 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/store": ^0.98.10 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/runtime@npm:0.99.11, @graphql-mesh/runtime@npm:^0.99.11, @graphql-mesh/runtime@workspace:packages/legacy/runtime": +"@graphql-mesh/runtime@npm:0.99.12, @graphql-mesh/runtime@npm:^0.99.12, @graphql-mesh/runtime@workspace:packages/legacy/runtime": version: 0.0.0-use.local resolution: "@graphql-mesh/runtime@workspace:packages/legacy/runtime" dependencies: @@ -5395,24 +5395,24 @@ __metadata: "@whatwg-node/fetch": "npm:^0.9.0" graphql-jit: "npm:0.8.2" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/serve-cli@npm:^0.6.3, @graphql-mesh/serve-cli@workspace:*, @graphql-mesh/serve-cli@workspace:packages/serve-cli": +"@graphql-mesh/serve-cli@npm:^0.6.4, @graphql-mesh/serve-cli@workspace:*, @graphql-mesh/serve-cli@workspace:packages/serve-cli": version: 0.0.0-use.local resolution: "@graphql-mesh/serve-cli@workspace:packages/serve-cli" dependencies: "@commander-js/extra-typings": "npm:^12.0.1" - "@graphql-mesh/cross-helpers": "npm:^0.4.3" - "@graphql-mesh/serve-runtime": "npm:^0.4.3" - "@graphql-mesh/types": "npm:^0.98.9" - "@graphql-mesh/utils": "npm:^0.98.9" + "@graphql-mesh/cross-helpers": "npm:^0.4.4" + "@graphql-mesh/serve-runtime": "npm:^0.4.4" + "@graphql-mesh/types": "npm:^0.98.10" + "@graphql-mesh/utils": "npm:^0.98.10" "@graphql-tools/utils": "npm:^10.2.3" "@parcel/watcher": "npm:^2.3.0" "@types/spinnies": "npm:^0.5.3" @@ -5439,18 +5439,18 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/serve-runtime@npm:^0.4.3, @graphql-mesh/serve-runtime@workspace:packages/serve-runtime": +"@graphql-mesh/serve-runtime@npm:^0.4.4, @graphql-mesh/serve-runtime@workspace:packages/serve-runtime": version: 0.0.0-use.local resolution: "@graphql-mesh/serve-runtime@workspace:packages/serve-runtime" dependencies: "@envelop/core": "npm:^5.0.0" "@graphql-hive/client": "npm:^0.32.0" - "@graphql-mesh/cross-helpers": "npm:^0.4.3" - "@graphql-mesh/fusion-runtime": "npm:^0.4.0" - "@graphql-mesh/plugin-hive": "npm:^0.98.11" - "@graphql-mesh/transport-common": "npm:^0.3.0" - "@graphql-mesh/transport-http": "npm:^0.2.0" - "@graphql-mesh/utils": "npm:^0.98.9" + "@graphql-mesh/cross-helpers": "npm:^0.4.4" + "@graphql-mesh/fusion-runtime": "npm:^0.4.1" + "@graphql-mesh/plugin-hive": "npm:^0.98.12" + "@graphql-mesh/transport-common": "npm:^0.3.1" + "@graphql-mesh/transport-http": "npm:^0.2.1" + "@graphql-mesh/utils": "npm:^0.98.10" "@graphql-tools/delegate": "npm:^10.0.12" "@graphql-tools/executor-http": "npm:^1.0.6" "@graphql-tools/executor-yoga": "npm:^3.0.0" @@ -5465,33 +5465,33 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/soap@npm:0.100.0, @graphql-mesh/soap@workspace:packages/legacy/handlers/soap": +"@graphql-mesh/soap@npm:0.100.1, @graphql-mesh/soap@workspace:packages/legacy/handlers/soap": version: 0.0.0-use.local resolution: "@graphql-mesh/soap@workspace:packages/legacy/handlers/soap" dependencies: - "@graphql-mesh/cross-helpers": "npm:^0.4.3" + "@graphql-mesh/cross-helpers": "npm:^0.4.4" "@graphql-mesh/string-interpolation": "npm:^0.5.4" - "@omnigraph/soap": "npm:0.100.0" + "@omnigraph/soap": "npm:0.100.1" peerDependencies: - "@graphql-mesh/store": ^0.98.9 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/store": ^0.98.10 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/store@npm:^0.98.9, @graphql-mesh/store@workspace:packages/legacy/store": +"@graphql-mesh/store@npm:^0.98.10, @graphql-mesh/store@workspace:packages/legacy/store": version: 0.0.0-use.local resolution: "@graphql-mesh/store@workspace:packages/legacy/store" dependencies: "@graphql-inspector/core": "npm:6.1.0" graphql: "npm:16.9.0" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5511,7 +5511,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/supergraph@npm:0.4.11, @graphql-mesh/supergraph@workspace:packages/legacy/handlers/supergraph": +"@graphql-mesh/supergraph@npm:0.4.12, @graphql-mesh/supergraph@workspace:packages/legacy/handlers/supergraph": version: 0.0.0-use.local resolution: "@graphql-mesh/supergraph@workspace:packages/legacy/handlers/supergraph" dependencies: @@ -5521,53 +5521,53 @@ __metadata: "@graphql-tools/utils": "npm:^10.2.2" lodash.get: "npm:^4.4.2" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/store": ^0.98.9 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/store": ^0.98.10 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/thrift@npm:0.100.0, @graphql-mesh/thrift@workspace:packages/legacy/handlers/thrift": +"@graphql-mesh/thrift@npm:0.100.1, @graphql-mesh/thrift@workspace:packages/legacy/handlers/thrift": version: 0.0.0-use.local resolution: "@graphql-mesh/thrift@workspace:packages/legacy/handlers/thrift" dependencies: - "@omnigraph/thrift": "npm:^0.3.0" + "@omnigraph/thrift": "npm:^0.3.1" "@types/thrift": "npm:0.10.17" "@types/url-join": "npm:4.0.3" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/store": ^0.98.9 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/store": ^0.98.10 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-cache@npm:0.98.9, @graphql-mesh/transform-cache@workspace:packages/legacy/transforms/cache": +"@graphql-mesh/transform-cache@npm:0.98.10, @graphql-mesh/transform-cache@workspace:packages/legacy/transforms/cache": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-cache@workspace:packages/legacy/transforms/cache" dependencies: - "@graphql-mesh/cache-localforage": "npm:0.98.9" + "@graphql-mesh/cache-localforage": "npm:0.98.10" "@graphql-mesh/string-interpolation": "npm:^0.5.4" "@graphql-tools/resolvers-composition": "npm:^7.0.0" "@graphql-tools/schema": "npm:^10.0.0" dayjs: "npm:^1.11.7" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-encapsulate@npm:0.98.9, @graphql-mesh/transform-encapsulate@workspace:packages/legacy/transforms/encapsulate": +"@graphql-mesh/transform-encapsulate@npm:0.98.10, @graphql-mesh/transform-encapsulate@workspace:packages/legacy/transforms/encapsulate": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-encapsulate@workspace:packages/legacy/transforms/encapsulate" dependencies: @@ -5575,15 +5575,15 @@ __metadata: "@graphql-tools/schema": "npm:10.0.4" "@graphql-tools/wrap": "npm:^10.0.5" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-extend@npm:0.98.10, @graphql-mesh/transform-extend@workspace:packages/legacy/transforms/extend": +"@graphql-mesh/transform-extend@npm:0.98.11, @graphql-mesh/transform-extend@workspace:packages/legacy/transforms/extend": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-extend@workspace:packages/legacy/transforms/extend" dependencies: @@ -5592,16 +5592,16 @@ __metadata: "@graphql-tools/load": "npm:8.0.2" "@graphql-tools/schema": "npm:10.0.4" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-federation@npm:0.98.9, @graphql-mesh/transform-federation@workspace:packages/legacy/transforms/federation": +"@graphql-mesh/transform-federation@npm:0.98.10, @graphql-mesh/transform-federation@workspace:packages/legacy/transforms/federation": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-federation@workspace:packages/legacy/transforms/federation" dependencies: @@ -5612,15 +5612,15 @@ __metadata: dset: "npm:^3.1.2" graphql-transform-federation: "npm:^2.2.0" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-filter-schema@npm:0.98.9, @graphql-mesh/transform-filter-schema@workspace:packages/legacy/transforms/filter-schema": +"@graphql-mesh/transform-filter-schema@npm:0.98.10, @graphql-mesh/transform-filter-schema@workspace:packages/legacy/transforms/filter-schema": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-filter-schema@workspace:packages/legacy/transforms/filter-schema" dependencies: @@ -5629,15 +5629,15 @@ __metadata: "@types/minimatch": "npm:5.1.2" minimatch: "npm:^9.0.0" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-hive@npm:0.98.9, @graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive": +"@graphql-mesh/transform-hive@npm:0.98.10, @graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive" dependencies: @@ -5645,8 +5645,8 @@ __metadata: "@graphql-mesh/string-interpolation": "npm:^0.5.4" "@graphql-tools/delegate": "npm:^10.0.12" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5657,22 +5657,22 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transform-hoist-field@workspace:packages/legacy/transforms/hoist-field" dependencies: - "@graphql-mesh/cache-localforage": "npm:0.98.9" + "@graphql-mesh/cache-localforage": "npm:0.98.10" "@graphql-tools/delegate": "npm:^10.0.12" "@graphql-tools/wrap": "npm:^10.0.5" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/transform-naming-convention@npm:0.98.9, @graphql-mesh/transform-naming-convention@workspace:packages/legacy/transforms/naming-convention": +"@graphql-mesh/transform-naming-convention@npm:0.98.10, @graphql-mesh/transform-naming-convention@workspace:packages/legacy/transforms/naming-convention": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-naming-convention@workspace:packages/legacy/transforms/naming-convention" dependencies: - "@graphql-mesh/cache-localforage": "npm:^0.98.9" + "@graphql-mesh/cache-localforage": "npm:^0.98.10" "@graphql-tools/delegate": "npm:^10.0.12" "@graphql-tools/schema": "npm:10.0.4" "@graphql-tools/wrap": "npm:^10.0.5" @@ -5681,26 +5681,26 @@ __metadata: lower-case: "npm:^2.0.2" upper-case: "npm:^2.0.2" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.5.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-prefix@npm:0.98.9, @graphql-mesh/transform-prefix@workspace:packages/legacy/transforms/prefix": +"@graphql-mesh/transform-prefix@npm:0.98.10, @graphql-mesh/transform-prefix@workspace:packages/legacy/transforms/prefix": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-prefix@workspace:packages/legacy/transforms/prefix" dependencies: - "@graphql-mesh/cache-localforage": "npm:0.98.9" + "@graphql-mesh/cache-localforage": "npm:0.98.10" "@graphql-tools/delegate": "npm:^10.0.12" "@graphql-tools/schema": "npm:10.0.4" "@graphql-tools/wrap": "npm:^10.0.5" graphql-scalars: "npm:^1.22.4" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5711,7 +5711,7 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transform-prune@workspace:packages/legacy/transforms/prune" peerDependencies: - "@graphql-mesh/types": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5722,33 +5722,33 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transform-rate-limit@workspace:packages/legacy/transforms/rate-limit" dependencies: - "@graphql-mesh/cache-localforage": "npm:0.98.9" + "@graphql-mesh/cache-localforage": "npm:0.98.10" "@graphql-mesh/string-interpolation": "npm:^0.5.4" "@graphql-tools/schema": "npm:10.0.4" "@graphql-tools/wrap": "npm:10.0.5" minimatch: "npm:^9.0.0" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-rename@npm:0.98.9, @graphql-mesh/transform-rename@workspace:packages/legacy/transforms/rename": +"@graphql-mesh/transform-rename@npm:0.98.10, @graphql-mesh/transform-rename@workspace:packages/legacy/transforms/rename": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-rename@workspace:packages/legacy/transforms/rename" dependencies: - "@graphql-mesh/cache-localforage": "npm:0.98.9" + "@graphql-mesh/cache-localforage": "npm:0.98.10" "@graphql-tools/delegate": "npm:^10.0.12" "@graphql-tools/schema": "npm:10.0.4" "@graphql-tools/wrap": "npm:^10.0.5" graphql-scalars: "npm:^1.22.4" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5759,29 +5759,29 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transform-replace-field@workspace:packages/legacy/transforms/replace-field" dependencies: - "@graphql-mesh/cache-localforage": "npm:0.98.9" + "@graphql-mesh/cache-localforage": "npm:0.98.10" "@graphql-tools/code-file-loader": "npm:^8.0.0" "@graphql-tools/graphql-file-loader": "npm:^8.0.0" "@graphql-tools/load": "npm:^8.0.0" "@graphql-tools/schema": "npm:10.0.4" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-resolvers-composition@npm:0.98.9, @graphql-mesh/transform-resolvers-composition@workspace:packages/legacy/transforms/resolvers-composition": +"@graphql-mesh/transform-resolvers-composition@npm:0.98.10, @graphql-mesh/transform-resolvers-composition@workspace:packages/legacy/transforms/resolvers-composition": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-resolvers-composition@workspace:packages/legacy/transforms/resolvers-composition" dependencies: "@graphql-tools/resolvers-composition": "npm:^7.0.0" "@graphql-tools/schema": "npm:^10.0.0" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5794,46 +5794,46 @@ __metadata: "@types/micromatch": "npm:4.0.8" micromatch: "npm:4.0.7" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/transform-type-merging@npm:0.98.9, @graphql-mesh/transform-type-merging@workspace:packages/legacy/transforms/type-merging": +"@graphql-mesh/transform-type-merging@npm:0.98.10, @graphql-mesh/transform-type-merging@workspace:packages/legacy/transforms/type-merging": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-type-merging@workspace:packages/legacy/transforms/type-merging" dependencies: "@graphql-tools/delegate": "npm:^10.0.12" "@graphql-tools/stitching-directives": "npm:^3.0.0" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transport-common@npm:^0.3.0, @graphql-mesh/transport-common@workspace:packages/transports/common": +"@graphql-mesh/transport-common@npm:^0.3.1, @graphql-mesh/transport-common@workspace:packages/transports/common": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-common@workspace:packages/transports/common" dependencies: "@graphql-tools/delegate": "npm:^10.0.12" "@graphql-tools/utils": "npm:^10.2.3" peerDependencies: - "@graphql-mesh/types": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transport-http@npm:^0.2.0, @graphql-mesh/transport-http@workspace:packages/transports/http": +"@graphql-mesh/transport-http@npm:^0.2.1, @graphql-mesh/transport-http@workspace:packages/transports/http": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-http@workspace:packages/transports/http" dependencies: "@envelop/core": "npm:^5.0.0" - "@graphql-mesh/transport-common": "npm:^0.3.0" + "@graphql-mesh/transport-common": "npm:^0.3.1" "@graphql-tools/executor-http": "npm:^1.0.6" peerDependencies: graphql: "*" @@ -5841,15 +5841,15 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-mysql@npm:^0.3.0, @graphql-mesh/transport-mysql@workspace:packages/transports/mysql": +"@graphql-mesh/transport-mysql@npm:^0.3.1, @graphql-mesh/transport-mysql@workspace:packages/transports/mysql": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-mysql@workspace:packages/transports/mysql" dependencies: - "@graphql-mesh/cross-helpers": "npm:^0.4.3" + "@graphql-mesh/cross-helpers": "npm:^0.4.4" "@graphql-mesh/string-interpolation": "npm:^0.5.4" - "@graphql-mesh/transport-common": "npm:^0.3.0" - "@graphql-mesh/types": "npm:^0.98.9" - "@graphql-mesh/utils": "npm:^0.98.9" + "@graphql-mesh/transport-common": "npm:^0.3.1" + "@graphql-mesh/types": "npm:^0.98.10" + "@graphql-mesh/utils": "npm:^0.98.10" "@graphql-tools/delegate": "npm:^10.0.12" "@graphql-tools/utils": "npm:^10.2.3" graphql-fields: "npm:^2.0.3" @@ -5861,13 +5861,13 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-neo4j@npm:^0.3.0, @graphql-mesh/transport-neo4j@workspace:packages/transports/neo4j": +"@graphql-mesh/transport-neo4j@npm:^0.3.1, @graphql-mesh/transport-neo4j@workspace:packages/transports/neo4j": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-neo4j@workspace:packages/transports/neo4j" dependencies: - "@graphql-mesh/transport-common": "npm:^0.3.0" - "@graphql-mesh/types": "npm:^0.98.9" - "@graphql-mesh/utils": "npm:^0.98.9" + "@graphql-mesh/transport-common": "npm:^0.3.1" + "@graphql-mesh/types": "npm:^0.98.10" + "@graphql-mesh/utils": "npm:^0.98.10" "@graphql-tools/delegate": "npm:^10.0.12" "@graphql-tools/utils": "npm:^10.2.3" "@neo4j/graphql": "npm:^5.0.0" @@ -5879,7 +5879,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-rest@npm:^0.3.0, @graphql-mesh/transport-rest@workspace:packages/transports/rest": +"@graphql-mesh/transport-rest@npm:^0.3.1, @graphql-mesh/transport-rest@workspace:packages/transports/rest": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-rest@workspace:packages/transports/rest" dependencies: @@ -5890,10 +5890,10 @@ __metadata: qs: "npm:6.12.1" url-join: "npm:4.0.1" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/transport-common": ^0.3.0 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/transport-common": ^0.3.1 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 "@whatwg-node/fetch": ^0.9.15 graphql: "*" @@ -5901,17 +5901,17 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-soap@npm:^0.3.0, @graphql-mesh/transport-soap@workspace:packages/transports/soap": +"@graphql-mesh/transport-soap@npm:^0.3.1, @graphql-mesh/transport-soap@workspace:packages/transports/soap": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-soap@workspace:packages/transports/soap" dependencies: "@graphql-mesh/string-interpolation": "npm:^0.5.4" - "@graphql-mesh/utils": "npm:^0.98.9" + "@graphql-mesh/utils": "npm:^0.98.10" fast-xml-parser: "npm:^4.3.2" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/transport-common": ^0.3.0 - "@graphql-mesh/types": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/transport-common": ^0.3.1 + "@graphql-mesh/types": ^0.98.10 "@graphql-tools/utils": ^10.2.3 "@whatwg-node/fetch": ^0.9.15 graphql: "*" @@ -5923,22 +5923,22 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transport-sqlite@workspace:packages/transports/sqlite" dependencies: - "@omnigraph/sqlite": "npm:^0.2.9" + "@omnigraph/sqlite": "npm:^0.2.10" peerDependencies: graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transport-thrift@npm:^0.3.0, @graphql-mesh/transport-thrift@workspace:packages/transports/thrift": +"@graphql-mesh/transport-thrift@npm:^0.3.1, @graphql-mesh/transport-thrift@workspace:packages/transports/thrift": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-thrift@workspace:packages/transports/thrift" dependencies: "@creditkarma/thrift-client": "npm:^1.0.4" "@creditkarma/thrift-server-core": "npm:^1.0.4" "@graphql-mesh/string-interpolation": "npm:^0.5.4" - "@graphql-mesh/transport-common": "npm:^0.3.0" - "@graphql-mesh/utils": "npm:^0.98.9" + "@graphql-mesh/transport-common": "npm:^0.3.1" + "@graphql-mesh/utils": "npm:^0.98.10" "@graphql-tools/utils": "npm:^10.2.3" pascal-case: "npm:^3.1.2" peerDependencies: @@ -5947,19 +5947,19 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/tuql@npm:0.99.9, @graphql-mesh/tuql@workspace:packages/legacy/handlers/tuql": +"@graphql-mesh/tuql@npm:0.99.10, @graphql-mesh/tuql@workspace:packages/legacy/handlers/tuql": version: 0.0.0-use.local resolution: "@graphql-mesh/tuql@workspace:packages/legacy/handlers/tuql" dependencies: - "@omnigraph/sqlite": "npm:^0.2.9" + "@omnigraph/sqlite": "npm:^0.2.10" peerDependencies: - "@graphql-mesh/types": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/types@npm:^0.98.9, @graphql-mesh/types@workspace:packages/legacy/types": +"@graphql-mesh/types@npm:^0.98.10, @graphql-mesh/types@workspace:packages/legacy/types": version: 0.0.0-use.local resolution: "@graphql-mesh/types@workspace:packages/legacy/types" dependencies: @@ -5967,7 +5967,7 @@ __metadata: "@graphql-tools/delegate": "npm:^10.0.12" "@graphql-typed-document-node/core": "npm:^3.2.0" peerDependencies: - "@graphql-mesh/store": ^0.98.9 + "@graphql-mesh/store": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5981,7 +5981,7 @@ __metadata: "@urql/core": "npm:5.0.4" wonka: "npm:6.3.4" peerDependencies: - "@graphql-mesh/runtime": ^0.99.11 + "@graphql-mesh/runtime": ^0.99.12 "@graphql-tools/utils": ^10.2.3 "@urql/core": ^2.4.3 || ^4.0.0 || ^5.0.0 graphql: ^15.2.0 || ^16.0.0 @@ -5990,7 +5990,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/utils@npm:^0.98.9, @graphql-mesh/utils@workspace:*, @graphql-mesh/utils@workspace:packages/legacy/utils": +"@graphql-mesh/utils@npm:^0.98.10, @graphql-mesh/utils@workspace:*, @graphql-mesh/utils@workspace:packages/legacy/utils": version: 0.0.0-use.local resolution: "@graphql-mesh/utils@workspace:packages/legacy/utils" dependencies: @@ -6008,8 +6008,8 @@ __metadata: lodash.topath: "npm:^4.5.2" tiny-lru: "npm:^11.0.0" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -8396,13 +8396,13 @@ __metadata: languageName: node linkType: hard -"@omnigraph/json-schema@npm:0.101.0, @omnigraph/json-schema@npm:^0.101.0, @omnigraph/json-schema@workspace:*, @omnigraph/json-schema@workspace:packages/loaders/json-schema": +"@omnigraph/json-schema@npm:0.101.1, @omnigraph/json-schema@npm:^0.101.1, @omnigraph/json-schema@workspace:*, @omnigraph/json-schema@workspace:packages/loaders/json-schema": version: 0.0.0-use.local resolution: "@omnigraph/json-schema@workspace:packages/loaders/json-schema" dependencies: "@graphql-mesh/string-interpolation": "npm:0.5.4" - "@graphql-mesh/transport-common": "npm:^0.3.0" - "@graphql-mesh/transport-rest": "npm:^0.3.0" + "@graphql-mesh/transport-common": "npm:^0.3.1" + "@graphql-mesh/transport-rest": "npm:^0.3.1" "@graphql-tools/delegate": "npm:^10.0.12" "@json-schema-tools/meta-schema": "npm:1.7.5" "@types/qs": "npm:6.9.15" @@ -8421,23 +8421,23 @@ __metadata: to-json-schema: "npm:0.2.5" url-join: "npm:4.0.1" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/mysql@npm:^0.3.0, @omnigraph/mysql@workspace:*, @omnigraph/mysql@workspace:packages/loaders/mysql": +"@omnigraph/mysql@npm:^0.3.1, @omnigraph/mysql@workspace:*, @omnigraph/mysql@workspace:packages/loaders/mysql": version: 0.0.0-use.local resolution: "@omnigraph/mysql@workspace:packages/loaders/mysql" dependencies: - "@graphql-mesh/cross-helpers": "npm:^0.4.3" + "@graphql-mesh/cross-helpers": "npm:^0.4.4" "@graphql-mesh/string-interpolation": "npm:^0.5.4" - "@graphql-mesh/transport-mysql": "npm:^0.3.0" - "@graphql-mesh/utils": "npm:^0.98.9" + "@graphql-mesh/transport-mysql": "npm:^0.3.1" + "@graphql-mesh/utils": "npm:^0.98.10" "@graphql-tools/delegate": "npm:^10.0.12" "@graphql-tools/utils": "npm:^10.2.3" "@types/graphql-fields": "npm:1.3.9" @@ -8448,35 +8448,35 @@ __metadata: mysql: "npm:^2.18.1" mysql-utilities: "npm:^1.1.4" peerDependencies: - "@graphql-mesh/types": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 graphql: "*" languageName: unknown linkType: soft -"@omnigraph/neo4j@npm:^0.3.0, @omnigraph/neo4j@workspace:*, @omnigraph/neo4j@workspace:packages/loaders/neo4j": +"@omnigraph/neo4j@npm:^0.3.1, @omnigraph/neo4j@workspace:*, @omnigraph/neo4j@workspace:packages/loaders/neo4j": version: 0.0.0-use.local resolution: "@omnigraph/neo4j@workspace:packages/loaders/neo4j" dependencies: - "@graphql-mesh/transport-neo4j": "npm:^0.3.0" + "@graphql-mesh/transport-neo4j": "npm:^0.3.1" "@graphql-tools/delegate": "npm:^10.0.12" "@graphql-tools/schema": "npm:^10.0.4" "@neo4j/introspector": "npm:^3.0.0" neo4j-driver: "npm:^5.9.2" peerDependencies: - "@graphql-mesh/types": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/openapi@npm:0.101.0, @omnigraph/openapi@npm:^0.101.0, @omnigraph/openapi@workspace:*, @omnigraph/openapi@workspace:packages/loaders/openapi": +"@omnigraph/openapi@npm:0.101.1, @omnigraph/openapi@npm:^0.101.1, @omnigraph/openapi@workspace:*, @omnigraph/openapi@workspace:packages/loaders/openapi": version: 0.0.0-use.local resolution: "@omnigraph/openapi@workspace:packages/loaders/openapi" dependencies: "@graphql-mesh/string-interpolation": "npm:^0.5.4" "@graphql-tools/delegate": "npm:^10.0.12" "@graphql-tools/utils": "npm:10.2.2" - "@omnigraph/json-schema": "npm:^0.101.0" + "@omnigraph/json-schema": "npm:^0.101.1" "@whatwg-node/fetch": "npm:0.9.18" change-case: "npm:^4.1.2" fets: "npm:0.8.1" @@ -8485,62 +8485,62 @@ __metadata: json-machete: "npm:^0.97.3" openapi-types: "npm:^12.1.0" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/raml@npm:0.101.0, @omnigraph/raml@workspace:packages/loaders/raml": +"@omnigraph/raml@npm:0.101.1, @omnigraph/raml@workspace:packages/loaders/raml": version: 0.0.0-use.local resolution: "@omnigraph/raml@workspace:packages/loaders/raml" dependencies: "@ardatan/raml-1-parser": "npm:1.1.69" "@graphql-mesh/string-interpolation": "npm:0.5.4" "@graphql-tools/delegate": "npm:^10.0.12" - "@omnigraph/json-schema": "npm:0.101.0" + "@omnigraph/json-schema": "npm:0.101.1" "@whatwg-node/fetch": "npm:^0.9.0" change-case: "npm:4.1.2" json-machete: "npm:0.97.3" to-json-schema: "npm:0.2.5" peerDependencies: - "@graphql-mesh/cross-helpers": ^0.4.3 - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/cross-helpers": ^0.4.4 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/soap@npm:0.100.0, @omnigraph/soap@workspace:*, @omnigraph/soap@workspace:packages/loaders/soap": +"@omnigraph/soap@npm:0.100.1, @omnigraph/soap@workspace:*, @omnigraph/soap@workspace:packages/loaders/soap": version: 0.0.0-use.local resolution: "@omnigraph/soap@workspace:packages/loaders/soap" dependencies: - "@graphql-mesh/cross-helpers": "npm:^0.4.3" + "@graphql-mesh/cross-helpers": "npm:^0.4.4" "@graphql-mesh/string-interpolation": "npm:^0.5.4" - "@graphql-mesh/transport-soap": "npm:^0.3.0" + "@graphql-mesh/transport-soap": "npm:^0.3.1" "@whatwg-node/fetch": "npm:^0.9.15" fast-xml-parser: "npm:^4.3.4" graphql-compose: "npm:^9.0.11" graphql-scalars: "npm:^1.22.4" soap: "npm:1.0.4" peerDependencies: - "@graphql-mesh/types": ^0.98.9 - "@graphql-mesh/utils": ^0.98.9 + "@graphql-mesh/types": ^0.98.10 + "@graphql-mesh/utils": ^0.98.10 "@graphql-tools/utils": ^10.2.3 graphql: "*" languageName: unknown linkType: soft -"@omnigraph/sqlite@npm:^0.2.9, @omnigraph/sqlite@workspace:*, @omnigraph/sqlite@workspace:packages/loaders/sqlite": +"@omnigraph/sqlite@npm:^0.2.10, @omnigraph/sqlite@workspace:*, @omnigraph/sqlite@workspace:packages/loaders/sqlite": version: 0.0.0-use.local resolution: "@omnigraph/sqlite@workspace:packages/loaders/sqlite" dependencies: - "@graphql-mesh/cross-helpers": "npm:^0.4.3" - "@graphql-mesh/types": "npm:^0.98.9" + "@graphql-mesh/cross-helpers": "npm:^0.4.4" + "@graphql-mesh/types": "npm:^0.98.10" "@graphql-tools/delegate": "npm:^10.0.12" tuql: "npm:^1.7.0" peerDependencies: @@ -8552,16 +8552,16 @@ __metadata: languageName: unknown linkType: soft -"@omnigraph/thrift@npm:^0.3.0, @omnigraph/thrift@workspace:packages/loaders/thrift": +"@omnigraph/thrift@npm:^0.3.1, @omnigraph/thrift@workspace:packages/loaders/thrift": version: 0.0.0-use.local resolution: "@omnigraph/thrift@workspace:packages/loaders/thrift" dependencies: "@creditkarma/thrift-parser": "npm:^2.0.0" "@creditkarma/thrift-server-core": "npm:^1.0.4" - "@graphql-mesh/cross-helpers": "npm:^0.4.3" - "@graphql-mesh/transport-thrift": "npm:^0.3.0" - "@graphql-mesh/types": "npm:^0.98.9" - "@graphql-mesh/utils": "npm:^0.98.9" + "@graphql-mesh/cross-helpers": "npm:^0.4.4" + "@graphql-mesh/transport-thrift": "npm:^0.3.1" + "@graphql-mesh/types": "npm:^0.98.10" + "@graphql-mesh/utils": "npm:^0.98.10" "@graphql-tools/utils": "npm:10.2.2" graphql-scalars: "npm:^1.22.4" thrift: "npm:^0.20.0" @@ -11496,10 +11496,10 @@ __metadata: resolution: "@v1-next/auth0-example@workspace:examples/v1-next/auth0" dependencies: "@envelop/auth0": "npm:^6.0.0" - "@graphql-mesh/compose-cli": "npm:^0.4.1" - "@graphql-mesh/plugin-operation-field-permissions": "npm:^0.98.9" - "@graphql-mesh/serve-cli": "npm:^0.6.3" - "@omnigraph/json-schema": "npm:^0.101.0" + "@graphql-mesh/compose-cli": "npm:^0.4.2" + "@graphql-mesh/plugin-operation-field-permissions": "npm:^0.98.10" + "@graphql-mesh/serve-cli": "npm:^0.6.4" + "@omnigraph/json-schema": "npm:^0.101.1" graphql: "npm:16.9.0" jest: "npm:29.7.0" languageName: unknown @@ -11510,10 +11510,10 @@ __metadata: resolution: "@v1-next/cfw-spacex@workspace:examples/v1-next/integrations/cfw-spacex" dependencies: "@envelop/depth-limit": "npm:^4.0.0" - "@graphql-mesh/cache-cfw-kv": "npm:^0.98.9" - "@graphql-mesh/plugin-rate-limit": "npm:^0.98.9" - "@graphql-mesh/plugin-response-cache": "npm:^0.98.10" - "@graphql-mesh/serve-runtime": "npm:^0.4.3" + "@graphql-mesh/cache-cfw-kv": "npm:^0.98.10" + "@graphql-mesh/plugin-rate-limit": "npm:^0.98.10" + "@graphql-mesh/plugin-response-cache": "npm:^0.98.11" + "@graphql-mesh/serve-runtime": "npm:^0.4.4" graphql: "npm:16.9.0" wrangler: "npm:3.62.0" languageName: unknown @@ -11523,9 +11523,9 @@ __metadata: version: 0.0.0-use.local resolution: "@v1-next/example-fastify@workspace:examples/v1-next/integrations/fastify" dependencies: - "@graphql-mesh/compose-cli": "npm:^0.4.1" - "@graphql-mesh/serve-runtime": "npm:^0.4.3" - "@omnigraph/openapi": "npm:^0.101.0" + "@graphql-mesh/compose-cli": "npm:^0.4.2" + "@graphql-mesh/serve-runtime": "npm:^0.4.4" + "@omnigraph/openapi": "npm:^0.101.1" fastify: "npm:^4.26.0" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -11539,9 +11539,9 @@ __metadata: resolution: "@v1-next/example-gcp@workspace:examples/v1-next/integrations/gcp-functions" dependencies: "@google-cloud/functions-framework": "npm:^3.3.0" - "@graphql-mesh/compose-cli": "npm:^0.4.1" - "@graphql-mesh/serve-runtime": "npm:^0.4.3" - "@omnigraph/json-schema": "npm:^0.101.0" + "@graphql-mesh/compose-cli": "npm:^0.4.2" + "@graphql-mesh/serve-runtime": "npm:^0.4.4" + "@omnigraph/json-schema": "npm:^0.101.1" "@types/node": "npm:^20.10.6" graphql: "npm:^16.8.1" typescript: "npm:^5.4.2" @@ -11552,9 +11552,9 @@ __metadata: version: 0.0.0-use.local resolution: "@v1-next/openapi-youtrack@workspace:examples/v1-next/openapi-youtrack" dependencies: - "@graphql-mesh/compose-cli": "npm:^0.4.1" - "@graphql-mesh/serve-cli": "npm:^0.6.3" - "@omnigraph/openapi": "npm:^0.101.0" + "@graphql-mesh/compose-cli": "npm:^0.4.2" + "@graphql-mesh/serve-cli": "npm:^0.6.4" + "@omnigraph/openapi": "npm:^0.101.1" graphql: "npm:^16.8.1" languageName: unknown linkType: soft @@ -11563,8 +11563,8 @@ __metadata: version: 0.0.0-use.local resolution: "@v1-next/openwhisk-example@workspace:examples/v1-next/integrations/openwhisk-example" dependencies: - "@graphql-mesh/serve-cli": "npm:^0.6.3" - "@graphql-mesh/serve-runtime": "npm:^0.4.3" + "@graphql-mesh/serve-cli": "npm:^0.6.4" + "@graphql-mesh/serve-runtime": "npm:^0.4.4" esbuild: "npm:^0.21.1" graphql: "npm:16.9.0" typescript: "npm:^5.4.2" @@ -12753,9 +12753,9 @@ __metadata: resolution: "auth0-example@workspace:examples/auth0" dependencies: "@envelop/auth0": "npm:6.0.0" - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/json-schema": "npm:0.101.0" - "@graphql-mesh/plugin-operation-field-permissions": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/json-schema": "npm:0.101.1" + "@graphql-mesh/plugin-operation-field-permissions": "npm:0.98.10" graphql: "npm:16.9.0" jest: "npm:29.7.0" languageName: unknown @@ -12766,8 +12766,8 @@ __metadata: resolution: "authors-service@workspace:examples/hive-example/sources/authors" dependencies: "@graphql-hive/cli": "npm:0.38.4" - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/openapi": "npm:0.101.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/openapi": "npm:0.101.1" fets: "npm:^0.8.0" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -13354,8 +13354,8 @@ __metadata: resolution: "books-service@workspace:examples/hive-example/sources/books" dependencies: "@graphql-hive/cli": "npm:0.38.4" - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/openapi": "npm:0.101.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/openapi": "npm:0.101.1" fets: "npm:^0.8.0" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -13777,12 +13777,12 @@ __metadata: version: 0.0.0-use.local resolution: "cfw-breweries@workspace:examples/v1-next/integrations/cfw-breweries" dependencies: - "@graphql-mesh/cache-cfw-kv": "npm:^0.98.9" - "@graphql-mesh/cache-localforage": "npm:^0.98.9" - "@graphql-mesh/compose-cli": "npm:^0.4.1" - "@graphql-mesh/plugin-response-cache": "npm:^0.98.10" - "@graphql-mesh/serve-runtime": "npm:^0.4.3" - "@omnigraph/json-schema": "npm:^0.101.0" + "@graphql-mesh/cache-cfw-kv": "npm:^0.98.10" + "@graphql-mesh/cache-localforage": "npm:^0.98.10" + "@graphql-mesh/compose-cli": "npm:^0.4.2" + "@graphql-mesh/plugin-response-cache": "npm:^0.98.11" + "@graphql-mesh/serve-runtime": "npm:^0.4.4" + "@omnigraph/json-schema": "npm:^0.101.1" graphql: "npm:16.9.0" wrangler: "npm:3.62.0" languageName: unknown @@ -13983,8 +13983,8 @@ __metadata: version: 0.0.0-use.local resolution: "chinook@workspace:examples/sqlite-chinook" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/tuql": "npm:0.99.9" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/tuql": "npm:0.99.10" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -14226,10 +14226,10 @@ __metadata: version: 0.0.0-use.local resolution: "cloudflare-workers@workspace:examples/cloudflare-workers" dependencies: - "@graphql-mesh/cache-cfw-kv": "npm:0.98.9" - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/json-schema": "npm:0.101.0" - "@graphql-mesh/plugin-response-cache": "npm:0.98.10" + "@graphql-mesh/cache-cfw-kv": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/json-schema": "npm:0.101.1" + "@graphql-mesh/plugin-response-cache": "npm:0.98.11" graphql: "npm:16.9.0" wrangler: "npm:3.62.0" languageName: unknown @@ -14767,9 +14767,9 @@ __metadata: version: 0.0.0-use.local resolution: "country-info-example@workspace:examples/soap-country-info" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/plugin-snapshot": "npm:0.98.9" - "@graphql-mesh/soap": "npm:0.100.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/plugin-snapshot": "npm:0.98.10" + "@graphql-mesh/soap": "npm:0.100.1" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -14778,9 +14778,9 @@ __metadata: version: 0.0.0-use.local resolution: "covid-mesh@workspace:examples/json-schema-covid" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/graphql": "npm:0.98.10" - "@graphql-mesh/json-schema": "npm:0.101.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/graphql": "npm:0.98.11" + "@graphql-mesh/json-schema": "npm:0.101.1" graphql: "npm:16.9.0" jest: "npm:29.7.0" languageName: unknown @@ -17813,8 +17813,8 @@ __metadata: version: 0.0.0-use.local resolution: "example-fastify@workspace:examples/fastify" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/graphql": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/graphql": "npm:0.98.11" fastify: "npm:4.28.0" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -17828,8 +17828,8 @@ __metadata: resolution: "example-gcp@workspace:examples/gcp-functions" dependencies: "@google-cloud/functions-framework": "npm:3.4.0" - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/json-schema": "npm:0.101.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/json-schema": "npm:0.101.1" "@types/node": "npm:20.14.9" graphql: "npm:16.9.0" typescript: "npm:^5.4.2" @@ -17840,9 +17840,9 @@ __metadata: version: 0.0.0-use.local resolution: "example-persisted-operations@workspace:examples/persisted-operations" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/json-schema": "npm:0.101.0" - "@graphql-mesh/plugin-mock": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/json-schema": "npm:0.101.1" + "@graphql-mesh/plugin-mock": "npm:0.98.10" "@graphql-yoga/plugin-sofa": "npm:3.4.0" graphql: "npm:16.9.0" jest: "npm:29.7.0" @@ -18306,9 +18306,9 @@ __metadata: version: 0.0.0-use.local resolution: "federation-gateway@workspace:examples/federation-example/gateway" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/graphql": "npm:0.98.10" - "@graphql-mesh/transform-federation": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/graphql": "npm:0.98.11" + "@graphql-mesh/transform-federation": "npm:0.98.10" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -18331,8 +18331,8 @@ __metadata: version: 0.0.0-use.local resolution: "federation-supergraph-gateway@workspace:examples/federation-example/gateway-supergraph" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/supergraph": "npm:0.4.11" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/supergraph": "npm:0.4.12" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -18972,10 +18972,10 @@ __metadata: version: 0.0.0-use.local resolution: "gateway-example@workspace:examples/hive-example/gateway" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/openapi": "npm:0.101.0" - "@graphql-mesh/plugin-hive": "npm:0.98.11" - "@graphql-mesh/transform-hive": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/openapi": "npm:0.101.1" + "@graphql-mesh/plugin-hive": "npm:0.98.12" + "@graphql-mesh/transform-hive": "npm:0.98.10" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -19529,8 +19529,8 @@ __metadata: version: 0.0.0-use.local resolution: "graphql-file-upload-example@workspace:examples/graphql-file-upload-example" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/graphql": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/graphql": "npm:0.98.11" concurrently: "npm:8.2.2" graphql: "npm:16.9.0" graphql-yoga: "npm:^5.6.0" @@ -19768,9 +19768,9 @@ __metadata: version: 0.0.0-use.local resolution: "grpc-example@workspace:examples/grpc-example" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/grpc": "npm:0.100.0" - "@graphql-mesh/transform-naming-convention": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/grpc": "npm:0.100.1" + "@graphql-mesh/transform-naming-convention": "npm:0.98.10" "@grpc/grpc-js": "npm:1.10.10" "@grpc/proto-loader": "npm:0.7.13" concurrently: "npm:8.2.2" @@ -19798,9 +19798,9 @@ __metadata: version: 0.0.0-use.local resolution: "grpc-reflection-example@workspace:examples/grpc-reflection-example" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/grpc": "npm:0.100.0" - "@graphql-mesh/transform-naming-convention": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/grpc": "npm:0.100.1" + "@graphql-mesh/transform-naming-convention": "npm:0.98.10" "@grpc/grpc-js": "npm:1.10.10" "@grpc/proto-loader": "npm:0.7.13" concurrently: "npm:8.2.2" @@ -20129,8 +20129,8 @@ __metadata: version: 0.0.0-use.local resolution: "hasura-openbrewery-geodb@workspace:examples/hasura-openbrewery-geodb" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/json-schema": "npm:0.101.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/json-schema": "npm:0.101.1" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -20158,9 +20158,9 @@ __metadata: version: 0.0.0-use.local resolution: "hello-world-esm@workspace:examples/hello-world-esm" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/json-schema": "npm:0.101.0" - "@graphql-mesh/plugin-mock": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/json-schema": "npm:0.101.1" + "@graphql-mesh/plugin-mock": "npm:0.98.10" graphql: "npm:16.9.0" jest: "npm:29.7.0" ts-node: "npm:^10.9.2" @@ -21635,8 +21635,8 @@ __metadata: version: 0.0.0-use.local resolution: "javascript-wiki@workspace:examples/openapi-javascript-wiki" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/openapi": "npm:0.101.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/openapi": "npm:0.101.1" graphql: "npm:16.9.0" moment: "npm:2.30.1" typescript: "npm:^5.4.2" @@ -22856,10 +22856,10 @@ __metadata: version: 0.0.0-use.local resolution: "json-schema-example@workspace:examples/json-schema-example" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/json-schema": "npm:0.101.0" - "@graphql-mesh/plugin-mock": "npm:0.98.9" - "@graphql-mesh/transform-naming-convention": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/json-schema": "npm:0.101.1" + "@graphql-mesh/plugin-mock": "npm:0.98.10" + "@graphql-mesh/transform-naming-convention": "npm:0.98.10" graphql: "npm:16.9.0" jest: "npm:29.7.0" languageName: unknown @@ -22869,8 +22869,8 @@ __metadata: version: 0.0.0-use.local resolution: "json-schema-fhir@workspace:examples/json-schema-fhir" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/json-schema": "npm:0.101.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/json-schema": "npm:0.101.1" "@types/unzip-stream": "npm:0.3.4" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -22883,8 +22883,8 @@ __metadata: version: 0.0.0-use.local resolution: "json-schema-file-upload@workspace:examples/json-schema-file-upload" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/json-schema": "npm:0.101.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/json-schema": "npm:0.101.1" "@types/node": "npm:20.14.9" concurrently: "npm:8.2.2" fets: "npm:0.8.1" @@ -22898,9 +22898,9 @@ __metadata: version: 0.0.0-use.local resolution: "json-schema-hello-world@workspace:examples/hello-world" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/json-schema": "npm:0.101.0" - "@graphql-mesh/plugin-mock": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/json-schema": "npm:0.101.1" + "@graphql-mesh/plugin-mock": "npm:0.98.10" "@graphql-yoga/plugin-sofa": "npm:3.4.0" graphql: "npm:16.9.0" jest: "npm:29.7.0" @@ -22931,9 +22931,9 @@ __metadata: version: 0.0.0-use.local resolution: "json-schema-subscriptions@workspace:examples/json-schema-subscriptions" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/json-schema": "npm:0.101.0" - "@graphql-mesh/plugin-live-query": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/json-schema": "npm:0.101.1" + "@graphql-mesh/plugin-live-query": "npm:0.98.10" "@whatwg-node/fetch": "npm:^0.9.0" concurrently: "npm:8.2.2" fets: "npm:0.8.1" @@ -23512,11 +23512,11 @@ __metadata: version: 0.0.0-use.local resolution: "location-weather-example@workspace:examples/v1-next/openapi-location-weather" dependencies: - "@graphql-mesh/cache-localforage": "npm:^0.98.9" - "@graphql-mesh/compose-cli": "npm:^0.4.1" - "@graphql-mesh/plugin-response-cache": "npm:^0.98.10" - "@graphql-mesh/serve-cli": "npm:^0.6.3" - "@omnigraph/openapi": "npm:^0.101.0" + "@graphql-mesh/cache-localforage": "npm:^0.98.10" + "@graphql-mesh/compose-cli": "npm:^0.4.2" + "@graphql-mesh/plugin-response-cache": "npm:^0.98.11" + "@graphql-mesh/serve-cli": "npm:^0.6.4" + "@omnigraph/openapi": "npm:^0.101.1" graphql: "npm:^16.8.1" languageName: unknown linkType: soft @@ -25626,8 +25626,8 @@ __metadata: version: 0.0.0-use.local resolution: "mongoose-example@workspace:examples/mongoose-example" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/mongoose": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/mongoose": "npm:0.98.10" graphql: "npm:16.9.0" jest: "npm:29.7.0" mongoose: "npm:8.4.4" @@ -25739,8 +25739,8 @@ __metadata: version: 0.0.0-use.local resolution: "mysql-employees@workspace:examples/mysql-employees" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/mysql": "npm:0.99.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/mysql": "npm:0.99.1" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -25749,8 +25749,8 @@ __metadata: version: 0.0.0-use.local resolution: "mysql-rfam@workspace:examples/mysql-rfam" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/mysql": "npm:0.99.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/mysql": "npm:0.99.1" graphql: "npm:16.9.0" jest: "npm:29.7.0" languageName: unknown @@ -25896,9 +25896,9 @@ __metadata: version: 0.0.0-use.local resolution: "neo4j-example@workspace:examples/neo4j-example" dependencies: - "@graphql-mesh/cache-file": "npm:0.98.9" - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/neo4j": "npm:0.99.0" + "@graphql-mesh/cache-file": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/neo4j": "npm:0.99.1" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -26041,10 +26041,10 @@ __metadata: version: 0.0.0-use.local resolution: "nextjs-apollo-example@workspace:examples/nextjs-apollo-example" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/config": "npm:0.100.11" - "@graphql-mesh/openapi": "npm:0.101.0" - "@graphql-mesh/runtime": "npm:0.99.11" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/config": "npm:0.100.12" + "@graphql-mesh/openapi": "npm:0.101.1" + "@graphql-mesh/runtime": "npm:0.99.12" "@types/react": "npm:18.3.3" apollo-server-micro: "npm:3.13.0" graphql: "npm:16.9.0" @@ -26059,10 +26059,10 @@ __metadata: version: 0.0.0-use.local resolution: "nextjs-sdk-example@workspace:examples/nextjs-sdk-example" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/config": "npm:0.100.11" - "@graphql-mesh/openapi": "npm:0.101.0" - "@graphql-mesh/runtime": "npm:0.99.11" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/config": "npm:0.100.12" + "@graphql-mesh/openapi": "npm:0.101.1" + "@graphql-mesh/runtime": "npm:0.99.12" "@types/react": "npm:18.3.3" apollo-server-micro: "npm:3.13.0" graphql: "npm:16.9.0" @@ -26709,8 +26709,8 @@ __metadata: version: 0.0.0-use.local resolution: "odata-microsoft-graph-example@workspace:examples/odata-microsoft" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/odata": "npm:0.99.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/odata": "npm:0.99.1" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" languageName: unknown @@ -26720,10 +26720,10 @@ __metadata: version: 0.0.0-use.local resolution: "odata-msgraph-programmatic-ts@workspace:examples/odata-msgraph-programmatic-ts" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/config": "npm:0.100.11" - "@graphql-mesh/odata": "npm:0.99.0" - "@graphql-mesh/runtime": "npm:0.99.11" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/config": "npm:0.100.12" + "@graphql-mesh/odata": "npm:0.99.1" + "@graphql-mesh/runtime": "npm:0.99.12" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" languageName: unknown @@ -26733,10 +26733,10 @@ __metadata: version: 0.0.0-use.local resolution: "odata-msgraph-programmatic@workspace:examples/odata-msgraph-programmatic" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/config": "npm:0.100.11" - "@graphql-mesh/odata": "npm:0.99.0" - "@graphql-mesh/runtime": "npm:0.99.11" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/config": "npm:0.100.12" + "@graphql-mesh/odata": "npm:0.99.1" + "@graphql-mesh/runtime": "npm:0.99.12" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -26745,8 +26745,8 @@ __metadata: version: 0.0.0-use.local resolution: "odata-trippin-example@workspace:examples/odata-trippin" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/odata": "npm:0.99.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/odata": "npm:0.99.1" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -26842,8 +26842,8 @@ __metadata: version: 0.0.0-use.local resolution: "openapi-meilisearch@workspace:examples/openapi-meilisearch" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/openapi": "npm:0.101.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/openapi": "npm:0.101.1" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -26852,7 +26852,7 @@ __metadata: version: 0.0.0-use.local resolution: "openapi-react-weatherbit@workspace:examples/openapi-react-weatherbit" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" + "@graphql-mesh/cli": "npm:0.91.2" "@types/react": "npm:18.3.3" "@types/react-dom": "npm:18.3.0" "@vitejs/plugin-react": "npm:4.3.1" @@ -26868,8 +26868,8 @@ __metadata: version: 0.0.0-use.local resolution: "openapi-stackexchange@workspace:examples/openapi-stackexchange" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/openapi": "npm:0.101.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/openapi": "npm:0.101.1" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -26878,8 +26878,8 @@ __metadata: version: 0.0.0-use.local resolution: "openapi-stripe@workspace:examples/openapi-stripe" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/openapi": "npm:0.101.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/openapi": "npm:0.101.1" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -26888,8 +26888,8 @@ __metadata: version: 0.0.0-use.local resolution: "openapi-subscriptions@workspace:examples/openapi-subscriptions" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/openapi": "npm:0.101.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/openapi": "npm:0.101.1" "@whatwg-node/fetch": "npm:^0.9.0" concurrently: "npm:8.2.2" fets: "npm:^0.8.0" @@ -26911,9 +26911,9 @@ __metadata: version: 0.0.0-use.local resolution: "openapi-youtrack@workspace:examples/openapi-youtrack" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/openapi": "npm:0.101.0" - "@graphql-mesh/transform-resolvers-composition": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/openapi": "npm:0.101.1" + "@graphql-mesh/transform-resolvers-composition": "npm:0.98.10" graphql: "npm:16.9.0" graphql-fields: "npm:2.0.3" languageName: unknown @@ -26932,8 +26932,8 @@ __metadata: version: 0.0.0-use.local resolution: "openwhisk-example@workspace:examples/openwhisk-example" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/graphql": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/graphql": "npm:0.98.11" esbuild: "npm:^0.21.1" graphql: "npm:16.9.0" typescript: "npm:^5.4.2" @@ -28924,13 +28924,13 @@ __metadata: version: 0.0.0-use.local resolution: "postgres-geodb-example@workspace:examples/postgres-geodb" dependencies: - "@graphql-mesh/cache-file": "npm:0.98.9" - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/config": "npm:0.100.11" - "@graphql-mesh/graphql": "npm:0.98.10" - "@graphql-mesh/postgraphile": "npm:0.98.9" - "@graphql-mesh/runtime": "npm:0.99.11" - "@graphql-mesh/transform-prefix": "npm:0.98.9" + "@graphql-mesh/cache-file": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/config": "npm:0.100.12" + "@graphql-mesh/graphql": "npm:0.98.11" + "@graphql-mesh/postgraphile": "npm:0.98.10" + "@graphql-mesh/runtime": "npm:0.99.12" + "@graphql-mesh/transform-prefix": "npm:0.98.10" "@types/node": "npm:20.14.9" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" @@ -29145,8 +29145,8 @@ __metadata: version: 0.0.0-use.local resolution: "programmatic-batching-example@workspace:examples/programmatic-batching" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/openapi": "npm:0.101.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/openapi": "npm:0.101.1" "@sinclair/typebox": "npm:0.32.34" concurrently: "npm:8.2.2" fets: "npm:0.8.1" @@ -29868,8 +29868,8 @@ __metadata: version: 0.0.0-use.local resolution: "reddit-example@workspace:examples/reddit-example" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/json-schema": "npm:0.101.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/json-schema": "npm:0.101.1" languageName: unknown linkType: soft @@ -31475,8 +31475,8 @@ __metadata: version: 0.0.0-use.local resolution: "soap-demo@workspace:examples/soap-demo" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/soap": "npm:0.100.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/soap": "npm:0.100.1" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" languageName: unknown @@ -31486,8 +31486,8 @@ __metadata: version: 0.0.0-use.local resolution: "soap-netsuite@workspace:examples/soap-netsuite" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/soap": "npm:0.100.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/soap": "npm:0.100.1" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" languageName: unknown @@ -31672,11 +31672,11 @@ __metadata: resolution: "spacex-cfw@workspace:examples/spacex-cfw" dependencies: "@envelop/depth-limit": "npm:4.0.0" - "@graphql-mesh/cache-cfw-kv": "npm:0.98.9" - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/graphql": "npm:0.98.10" - "@graphql-mesh/plugin-rate-limit": "npm:0.98.9" - "@graphql-mesh/plugin-response-cache": "npm:0.98.10" + "@graphql-mesh/cache-cfw-kv": "npm:0.98.10" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/graphql": "npm:0.98.11" + "@graphql-mesh/plugin-rate-limit": "npm:0.98.10" + "@graphql-mesh/plugin-response-cache": "npm:0.98.11" graphql: "npm:16.9.0" wrangler: "npm:3.62.0" languageName: unknown @@ -32894,8 +32894,8 @@ __metadata: "@creditkarma/thrift-server-core": "npm:1.0.4" "@creditkarma/thrift-server-express": "npm:1.0.4" "@creditkarma/thrift-typescript": "npm:3.7.6" - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/thrift": "npm:0.100.0" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/thrift": "npm:0.100.1" concurrently: "npm:8.2.2" express: "npm:4.19.2" graphql: "npm:16.9.0" @@ -33530,10 +33530,10 @@ __metadata: version: 0.0.0-use.local resolution: "type-merging-batching-example@workspace:examples/type-merging-batching-example" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/graphql": "npm:0.98.10" - "@graphql-mesh/transform-rename": "npm:0.98.9" - "@graphql-mesh/transform-type-merging": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/graphql": "npm:0.98.11" + "@graphql-mesh/transform-rename": "npm:0.98.10" + "@graphql-mesh/transform-type-merging": "npm:0.98.10" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -33617,12 +33617,12 @@ __metadata: version: 0.0.0-use.local resolution: "typescript-location-weather-example@workspace:examples/openapi-location-weather" dependencies: - "@graphql-mesh/cli": "npm:0.91.1" - "@graphql-mesh/openapi": "npm:0.101.0" - "@graphql-mesh/plugin-response-cache": "npm:0.98.10" - "@graphql-mesh/runtime": "npm:0.99.11" - "@graphql-mesh/transform-cache": "npm:0.98.9" - "@graphql-mesh/transform-rename": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.91.2" + "@graphql-mesh/openapi": "npm:0.101.1" + "@graphql-mesh/plugin-response-cache": "npm:0.98.11" + "@graphql-mesh/runtime": "npm:0.99.12" + "@graphql-mesh/transform-cache": "npm:0.98.10" + "@graphql-mesh/transform-rename": "npm:0.98.10" graphql: "npm:16.9.0" languageName: unknown linkType: soft