diff --git a/.changeset/@graphql-mesh_plugin-jwt-auth-7374-dependencies.md b/.changeset/@graphql-mesh_plugin-jwt-auth-7374-dependencies.md deleted file mode 100644 index 1dd8c2f447e64..0000000000000 --- a/.changeset/@graphql-mesh_plugin-jwt-auth-7374-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-mesh/plugin-jwt-auth": patch ---- -dependencies updates: - - Updated dependency [`@graphql-yoga/plugin-jwt@3.0.1` ↗︎](https://www.npmjs.com/package/@graphql-yoga/plugin-jwt/v/3.0.1) (from `3.0.0`, in `dependencies`) diff --git a/.changeset/@graphql-mesh_plugin-jwt-auth-7376-dependencies.md b/.changeset/@graphql-mesh_plugin-jwt-auth-7376-dependencies.md deleted file mode 100644 index 1dd8c2f447e64..0000000000000 --- a/.changeset/@graphql-mesh_plugin-jwt-auth-7376-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-mesh/plugin-jwt-auth": patch ---- -dependencies updates: - - Updated dependency [`@graphql-yoga/plugin-jwt@3.0.1` ↗︎](https://www.npmjs.com/package/@graphql-yoga/plugin-jwt/v/3.0.1) (from `3.0.0`, in `dependencies`) diff --git a/.changeset/@graphql-mesh_serve-runtime-7366-dependencies.md b/.changeset/@graphql-mesh_serve-runtime-7366-dependencies.md deleted file mode 100644 index 7832b375e1e0b..0000000000000 --- a/.changeset/@graphql-mesh_serve-runtime-7366-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-mesh/serve-runtime": patch ---- -dependencies updates: - - Removed dependency [`@whatwg-node/server@^0.9.34` ↗︎](https://www.npmjs.com/package/@whatwg-node/server/v/0.9.34) (from `dependencies`) diff --git a/.changeset/chilled-bees-lick.md b/.changeset/chilled-bees-lick.md deleted file mode 100644 index 773d36f1687ca..0000000000000 --- a/.changeset/chilled-bees-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/serve-runtime': patch ---- - -Fix the issue when you go to landing page then GraphiQL, queries are not executed diff --git a/.changeset/curly-waves-obey.md b/.changeset/curly-waves-obey.md deleted file mode 100644 index 46b3c94f2011d..0000000000000 --- a/.changeset/curly-waves-obey.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-mesh/fusion-runtime': patch -'@graphql-mesh/serve-runtime': patch ---- - -More verbose debug logs for HTTP fetch calls and subgraph requests diff --git a/.changeset/fuzzy-trees-love.md b/.changeset/fuzzy-trees-love.md deleted file mode 100644 index 4bd3bb4d48b66..0000000000000 --- a/.changeset/fuzzy-trees-love.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -'@graphql-mesh/serve-runtime': patch ---- - -Request ID; - -If user provides a request id with `x-request-id` header, it will be used as a request id otherwise Mesh generates a random UUID as a request id. -Then it will return the request id in the response headers with `x-request-id` header. - -This `x-request-id` is also available in upstream headers as `request-id` for the upstream services to use. - -This request id will also be added to the logs. diff --git a/.changeset/quiet-mayflies-shave.md b/.changeset/quiet-mayflies-shave.md deleted file mode 100644 index fe7ad14577e30..0000000000000 --- a/.changeset/quiet-mayflies-shave.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@graphql-mesh/utils': patch ---- - -Add timestamp to log messages - -``` -[2021-09-29T14:00:00.000Z] XXXX -``` diff --git a/.changeset/rich-cougars-glow.md b/.changeset/rich-cougars-glow.md deleted file mode 100644 index e472f38c15bbf..0000000000000 --- a/.changeset/rich-cougars-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/utils': patch ---- - -Prevent logger to have the same log prefixes diff --git a/e2e/auto-type-merging/CHANGELOG.md b/e2e/auto-type-merging/CHANGELOG.md index 72d3f17bc2841..5531049d9cb6d 100644 --- a/e2e/auto-type-merging/CHANGELOG.md +++ b/e2e/auto-type-merging/CHANGELOG.md @@ -1,5 +1,7 @@ # @e2e/auto-type-merging +## 0.1.5 + ## 0.1.4 ## 0.1.3 diff --git a/e2e/auto-type-merging/package.json b/e2e/auto-type-merging/package.json index 283b1d6626e94..68ff92d3b7744 100644 --- a/e2e/auto-type-merging/package.json +++ b/e2e/auto-type-merging/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/auto-type-merging", - "version": "0.1.4", + "version": "0.1.5", "private": true, "devDependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/cjs-project/CHANGELOG.md b/e2e/cjs-project/CHANGELOG.md index c285829f48077..ff0430d8d07da 100644 --- a/e2e/cjs-project/CHANGELOG.md +++ b/e2e/cjs-project/CHANGELOG.md @@ -1,5 +1,13 @@ # @e2e/cjs-project +## 0.1.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + ## 0.1.3 ### Patch Changes diff --git a/e2e/cjs-project/package.json b/e2e/cjs-project/package.json index bce7b0b63d041..b4e095f9d2371 100644 --- a/e2e/cjs-project/package.json +++ b/e2e/cjs-project/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/cjs-project", - "version": "0.1.3", + "version": "0.1.4", "type": "commonjs", "private": true, "dependencies": { diff --git a/e2e/compose-to-output/CHANGELOG.md b/e2e/compose-to-output/CHANGELOG.md index 868ac99de3a6b..6d5f1c93808d3 100644 --- a/e2e/compose-to-output/CHANGELOG.md +++ b/e2e/compose-to-output/CHANGELOG.md @@ -1,5 +1,13 @@ # @e2e/compose-to-output +## 0.1.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + ## 0.1.3 ### Patch Changes diff --git a/e2e/compose-to-output/package.json b/e2e/compose-to-output/package.json index 4c7f508e2978b..3e2a1800ae85f 100644 --- a/e2e/compose-to-output/package.json +++ b/e2e/compose-to-output/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/compose-to-output", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "private": true, "dependencies": { diff --git a/e2e/esm-config-in-cjs-project/CHANGELOG.md b/e2e/esm-config-in-cjs-project/CHANGELOG.md index 25b8d619d70a8..6d5a3b4e6b955 100644 --- a/e2e/esm-config-in-cjs-project/CHANGELOG.md +++ b/e2e/esm-config-in-cjs-project/CHANGELOG.md @@ -1,5 +1,13 @@ # @e2e/esm-config-in-cjs-project +## 0.1.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + ## 0.1.3 ### Patch Changes diff --git a/e2e/esm-config-in-cjs-project/package.json b/e2e/esm-config-in-cjs-project/package.json index 359d5d3c51930..8d5a43521b5ec 100644 --- a/e2e/esm-config-in-cjs-project/package.json +++ b/e2e/esm-config-in-cjs-project/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/esm-config-in-cjs-project", - "version": "0.1.3", + "version": "0.1.4", "type": "commonjs", "private": true, "dependencies": { diff --git a/e2e/esm-project/CHANGELOG.md b/e2e/esm-project/CHANGELOG.md index 35533d8255b80..f4786d6cf2907 100644 --- a/e2e/esm-project/CHANGELOG.md +++ b/e2e/esm-project/CHANGELOG.md @@ -1,5 +1,13 @@ # @e2e/esm-project +## 0.1.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + ## 0.1.3 ### Patch Changes diff --git a/e2e/esm-project/package.json b/e2e/esm-project/package.json index 6805ec4494d02..f1310cb34f546 100644 --- a/e2e/esm-project/package.json +++ b/e2e/esm-project/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/esm-project", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "private": true, "dependencies": { diff --git a/e2e/js-config/CHANGELOG.md b/e2e/js-config/CHANGELOG.md index 2f5d47bf7b7ef..202a999ad2cc7 100644 --- a/e2e/js-config/CHANGELOG.md +++ b/e2e/js-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @e2e/js-config +## 0.1.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + ## 0.1.3 ### Patch Changes diff --git a/e2e/js-config/package.json b/e2e/js-config/package.json index fb3c4fe5699d8..cdb47c35f94b0 100644 --- a/e2e/js-config/package.json +++ b/e2e/js-config/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/js-config", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "private": true, "dependencies": { diff --git a/e2e/json-schema-subscriptions/CHANGELOG.md b/e2e/json-schema-subscriptions/CHANGELOG.md index f6bb0421ae576..e79c14c618ec0 100644 --- a/e2e/json-schema-subscriptions/CHANGELOG.md +++ b/e2e/json-schema-subscriptions/CHANGELOG.md @@ -1,5 +1,15 @@ # @e2e/json-schema-subscriptions +## 0.1.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/json-schema@0.102.5 + - @graphql-mesh/plugin-live-query@0.99.4 + ## 0.1.4 ### Patch Changes diff --git a/e2e/json-schema-subscriptions/package.json b/e2e/json-schema-subscriptions/package.json index 8d4025cc410e2..4e5f2e1452424 100644 --- a/e2e/json-schema-subscriptions/package.json +++ b/e2e/json-schema-subscriptions/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/json-schema-subscriptions", - "version": "0.1.4", + "version": "0.1.5", "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/logs-to-stderr-results-to-stdout/CHANGELOG.md b/e2e/logs-to-stderr-results-to-stdout/CHANGELOG.md index 471f9b21adea5..4a93196ceb11a 100644 --- a/e2e/logs-to-stderr-results-to-stdout/CHANGELOG.md +++ b/e2e/logs-to-stderr-results-to-stdout/CHANGELOG.md @@ -1,5 +1,13 @@ # @e2e/logs-to-stderr-results-to-stdout +## 0.1.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + ## 0.1.3 ### Patch Changes diff --git a/e2e/logs-to-stderr-results-to-stdout/package.json b/e2e/logs-to-stderr-results-to-stdout/package.json index 4216f5f650936..df40ba4864409 100644 --- a/e2e/logs-to-stderr-results-to-stdout/package.json +++ b/e2e/logs-to-stderr-results-to-stdout/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/logs-to-stderr-results-to-stdout", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "private": true, "dependencies": { diff --git a/e2e/mysql-employees/CHANGELOG.md b/e2e/mysql-employees/CHANGELOG.md index 62f4e68fb61aa..5ddc94e3496ed 100644 --- a/e2e/mysql-employees/CHANGELOG.md +++ b/e2e/mysql-employees/CHANGELOG.md @@ -1,5 +1,14 @@ # @e2e/mysql-employees +## 0.1.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/mysql@0.4.4 + ## 0.1.3 ### Patch Changes diff --git a/e2e/mysql-employees/package.json b/e2e/mysql-employees/package.json index 7d3cc7b30c960..b93dbf39e1f93 100644 --- a/e2e/mysql-employees/package.json +++ b/e2e/mysql-employees/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/mysql-employees", - "version": "0.1.3", + "version": "0.1.4", "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/mysql-rfam/CHANGELOG.md b/e2e/mysql-rfam/CHANGELOG.md index 7232bd79dd3be..326b9abed5039 100644 --- a/e2e/mysql-rfam/CHANGELOG.md +++ b/e2e/mysql-rfam/CHANGELOG.md @@ -1,5 +1,17 @@ # @e2e/mysql-rfam +## 0.1.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/mysql@0.4.4 + ## 0.1.3 ### Patch Changes diff --git a/e2e/mysql-rfam/package.json b/e2e/mysql-rfam/package.json index 1d2baac9c3cbb..3bd08742296e8 100644 --- a/e2e/mysql-rfam/package.json +++ b/e2e/mysql-rfam/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/mysql-rfam", - "version": "0.1.3", + "version": "0.1.4", "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/neo4j-example/CHANGELOG.md b/e2e/neo4j-example/CHANGELOG.md index ed02bc84b367e..7aec9ad2a5f59 100644 --- a/e2e/neo4j-example/CHANGELOG.md +++ b/e2e/neo4j-example/CHANGELOG.md @@ -1,5 +1,17 @@ # @e2e/neo4j-example +## 0.1.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/neo4j@0.4.4 + ## 0.1.3 ### Patch Changes diff --git a/e2e/neo4j-example/package.json b/e2e/neo4j-example/package.json index 496521b0e8f05..7b78bd183b923 100644 --- a/e2e/neo4j-example/package.json +++ b/e2e/neo4j-example/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/neo4j-example", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "private": true, "dependencies": { diff --git a/e2e/openapi-additional-resolvers/CHANGELOG.md b/e2e/openapi-additional-resolvers/CHANGELOG.md index 78401471e5c84..01f457725176a 100644 --- a/e2e/openapi-additional-resolvers/CHANGELOG.md +++ b/e2e/openapi-additional-resolvers/CHANGELOG.md @@ -1,5 +1,14 @@ # @e2e/openapi-additional-resolvers +## 0.1.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/openapi@0.102.5 + ## 0.1.4 ### Patch Changes diff --git a/e2e/openapi-additional-resolvers/package.json b/e2e/openapi-additional-resolvers/package.json index c04e49f35a8ae..753cabf089924 100644 --- a/e2e/openapi-additional-resolvers/package.json +++ b/e2e/openapi-additional-resolvers/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/openapi-additional-resolvers", - "version": "0.1.4", + "version": "0.1.5", "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/openapi-arg-rename/CHANGELOG.md b/e2e/openapi-arg-rename/CHANGELOG.md index 27bca5aab454b..81f6d7a5bc6af 100644 --- a/e2e/openapi-arg-rename/CHANGELOG.md +++ b/e2e/openapi-arg-rename/CHANGELOG.md @@ -1,5 +1,14 @@ # @e2e/openapi-arg-rename +## 0.1.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/openapi@0.102.5 + ## 0.1.4 ### Patch Changes diff --git a/e2e/openapi-arg-rename/package.json b/e2e/openapi-arg-rename/package.json index 41638e68c9aa8..1e1667e5c0842 100644 --- a/e2e/openapi-arg-rename/package.json +++ b/e2e/openapi-arg-rename/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/openapi-arg-rename", - "version": "0.1.4", + "version": "0.1.5", "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/openapi-javascript-wiki/CHANGELOG.md b/e2e/openapi-javascript-wiki/CHANGELOG.md index 0ba847730dad6..6feaece6f2dee 100644 --- a/e2e/openapi-javascript-wiki/CHANGELOG.md +++ b/e2e/openapi-javascript-wiki/CHANGELOG.md @@ -1,5 +1,14 @@ # @e2e/openapi-javascript-wiki +## 0.1.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/openapi@0.102.5 + ## 0.1.4 ### Patch Changes diff --git a/e2e/openapi-javascript-wiki/package.json b/e2e/openapi-javascript-wiki/package.json index 1a97465bbd0b0..cc753aa260344 100644 --- a/e2e/openapi-javascript-wiki/package.json +++ b/e2e/openapi-javascript-wiki/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/openapi-javascript-wiki", - "version": "0.1.4", + "version": "0.1.5", "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/openapi-min-length/CHANGELOG.md b/e2e/openapi-min-length/CHANGELOG.md index af57d361af078..dd5d48ab3139b 100644 --- a/e2e/openapi-min-length/CHANGELOG.md +++ b/e2e/openapi-min-length/CHANGELOG.md @@ -1,5 +1,14 @@ # @e2e/openapi-min-length +## 0.0.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/openapi@0.102.5 + ## 0.0.3 ### Patch Changes diff --git a/e2e/openapi-min-length/package.json b/e2e/openapi-min-length/package.json index 29eb94338868d..639f78931463d 100644 --- a/e2e/openapi-min-length/package.json +++ b/e2e/openapi-min-length/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/openapi-min-length", - "version": "0.0.3", + "version": "0.0.4", "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/openapi-naming-convention/CHANGELOG.md b/e2e/openapi-naming-convention/CHANGELOG.md index a434f47d9151f..10c08780c549d 100644 --- a/e2e/openapi-naming-convention/CHANGELOG.md +++ b/e2e/openapi-naming-convention/CHANGELOG.md @@ -1,5 +1,14 @@ # @e2e/openapi-naming-convention +## 0.1.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/openapi@0.102.5 + ## 0.1.4 ### Patch Changes diff --git a/e2e/openapi-naming-convention/package.json b/e2e/openapi-naming-convention/package.json index b7ac471cba5f2..198676cbcf214 100644 --- a/e2e/openapi-naming-convention/package.json +++ b/e2e/openapi-naming-convention/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/openapi-naming-convention", - "version": "0.1.4", + "version": "0.1.5", "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/openapi-prune/CHANGELOG.md b/e2e/openapi-prune/CHANGELOG.md index 5fa19a852d206..492845bd87986 100644 --- a/e2e/openapi-prune/CHANGELOG.md +++ b/e2e/openapi-prune/CHANGELOG.md @@ -1,5 +1,14 @@ # @e2e/openapi-prune +## 0.1.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/openapi@0.102.5 + ## 0.1.4 ### Patch Changes diff --git a/e2e/openapi-prune/package.json b/e2e/openapi-prune/package.json index c65293e9cd187..f8cc33c52b907 100644 --- a/e2e/openapi-prune/package.json +++ b/e2e/openapi-prune/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/openapi-prune", - "version": "0.1.4", + "version": "0.1.5", "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/openapi-subscriptions/CHANGELOG.md b/e2e/openapi-subscriptions/CHANGELOG.md index ea53f4566e19e..2c97700013ed1 100644 --- a/e2e/openapi-subscriptions/CHANGELOG.md +++ b/e2e/openapi-subscriptions/CHANGELOG.md @@ -1,5 +1,17 @@ # @e2e/openapi-subscriptions +## 0.1.5 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/openapi@0.102.5 + ## 0.1.4 ### Patch Changes diff --git a/e2e/openapi-subscriptions/package.json b/e2e/openapi-subscriptions/package.json index 223dff790bfe7..baba9664ac28b 100644 --- a/e2e/openapi-subscriptions/package.json +++ b/e2e/openapi-subscriptions/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/openapi-subscriptions", - "version": "0.1.4", + "version": "0.1.5", "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/programmatic-batching/CHANGELOG.md b/e2e/programmatic-batching/CHANGELOG.md index 717e88158a87f..7736db0ce6231 100644 --- a/e2e/programmatic-batching/CHANGELOG.md +++ b/e2e/programmatic-batching/CHANGELOG.md @@ -1,5 +1,14 @@ # @e2e/programmatic-batching-example +## 0.1.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/openapi@0.102.5 + ## 0.1.4 ### Patch Changes diff --git a/e2e/programmatic-batching/package.json b/e2e/programmatic-batching/package.json index 8ce9d97767db5..102461359361e 100644 --- a/e2e/programmatic-batching/package.json +++ b/e2e/programmatic-batching/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/programmatic-batching-example", - "version": "0.1.4", + "version": "0.1.5", "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/soap-demo/CHANGELOG.md b/e2e/soap-demo/CHANGELOG.md index 61749802174cb..b171db71baa79 100644 --- a/e2e/soap-demo/CHANGELOG.md +++ b/e2e/soap-demo/CHANGELOG.md @@ -1,5 +1,14 @@ # @e2e/soap-demo +## 0.1.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/soap@0.101.4 + ## 0.1.3 ### Patch Changes diff --git a/e2e/soap-demo/package.json b/e2e/soap-demo/package.json index c075412f3a02e..ce8601e9bbcf9 100644 --- a/e2e/soap-demo/package.json +++ b/e2e/soap-demo/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/soap-demo", - "version": "0.1.3", + "version": "0.1.4", "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/sqlite-chinook/CHANGELOG.md b/e2e/sqlite-chinook/CHANGELOG.md index 45f4d4b21169f..9d807146fe291 100644 --- a/e2e/sqlite-chinook/CHANGELOG.md +++ b/e2e/sqlite-chinook/CHANGELOG.md @@ -1,5 +1,14 @@ # @e2e/sqlite-chinook +## 0.1.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/sqlite@0.3.5 + ## 0.1.4 ### Patch Changes diff --git a/e2e/sqlite-chinook/package.json b/e2e/sqlite-chinook/package.json index 2b7661ba630c0..977477199c698 100644 --- a/e2e/sqlite-chinook/package.json +++ b/e2e/sqlite-chinook/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/sqlite-chinook", - "version": "0.1.4", + "version": "0.1.5", "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/e2e/thrift-calculator/CHANGELOG.md b/e2e/thrift-calculator/CHANGELOG.md index 231ddc8104167..ff4db6c2682f4 100644 --- a/e2e/thrift-calculator/CHANGELOG.md +++ b/e2e/thrift-calculator/CHANGELOG.md @@ -1,5 +1,16 @@ # @e2e/thrift-calculator +## 0.1.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/fusion-runtime@0.5.5 + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/thrift@0.4.4 + ## 0.1.3 ### Patch Changes diff --git a/e2e/thrift-calculator/package.json b/e2e/thrift-calculator/package.json index 793e9d2d24000..b5a22be990be4 100644 --- a/e2e/thrift-calculator/package.json +++ b/e2e/thrift-calculator/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/thrift-calculator", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "private": true, "scripts": { @@ -13,7 +13,7 @@ "@graphql-mesh/compose-cli": "workspace:*", "@graphql-mesh/fusion-runtime": "workspace:*", "@graphql-mesh/serve-cli": "workspace:*", - "@omnigraph/thrift": "^0.4.3", + "@omnigraph/thrift": "^0.4.4", "express": "^4.18.2", "graphql": "^16.8.1", "thrift": "^0.20.0" diff --git a/e2e/type-merging-batching/CHANGELOG.md b/e2e/type-merging-batching/CHANGELOG.md index 0c620e2dfbe59..36f2f6d651b4c 100644 --- a/e2e/type-merging-batching/CHANGELOG.md +++ b/e2e/type-merging-batching/CHANGELOG.md @@ -1,5 +1,15 @@ # @e2e/type-merging-batching +## 0.1.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/fusion-runtime@0.5.5 + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + ## 0.1.3 ### Patch Changes diff --git a/e2e/type-merging-batching/package.json b/e2e/type-merging-batching/package.json index 8ae32d9686d09..f94a91e1fecb6 100644 --- a/e2e/type-merging-batching/package.json +++ b/e2e/type-merging-batching/package.json @@ -1,6 +1,6 @@ { "name": "@e2e/type-merging-batching", - "version": "0.1.3", + "version": "0.1.4", "private": true, "dependencies": { "@graphql-mesh/compose-cli": "workspace:*", diff --git a/examples/auth0/CHANGELOG.md b/examples/auth0/CHANGELOG.md index 70416cf7b85c2..fd925f09ba8d6 100644 --- a/examples/auth0/CHANGELOG.md +++ b/examples/auth0/CHANGELOG.md @@ -1,5 +1,14 @@ # auth0-example +## 0.14.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/json-schema@0.102.5 + - @graphql-mesh/plugin-operation-field-permissions@0.99.4 + ## 0.14.4 ### Patch Changes diff --git a/examples/auth0/package.json b/examples/auth0/package.json index fb30ab828bdce..7261ac26cc7d4 100644 --- a/examples/auth0/package.json +++ b/examples/auth0/package.json @@ -1,6 +1,6 @@ { "name": "auth0-example", - "version": "0.14.4", + "version": "0.14.5", "license": "MIT", "private": true, "scripts": { @@ -11,9 +11,9 @@ }, "dependencies": { "@envelop/auth0": "6.0.0", - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/json-schema": "0.102.4", - "@graphql-mesh/plugin-operation-field-permissions": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/json-schema": "0.102.5", + "@graphql-mesh/plugin-operation-field-permissions": "0.99.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/cloudflare-workers/CHANGELOG.md b/examples/cloudflare-workers/CHANGELOG.md index b9ba0c8dcb6a1..937bbfd91127d 100644 --- a/examples/cloudflare-workers/CHANGELOG.md +++ b/examples/cloudflare-workers/CHANGELOG.md @@ -1,5 +1,15 @@ # cloudflare-workers +## 0.13.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cache-cfw-kv@0.99.4 + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/json-schema@0.102.5 + - @graphql-mesh/plugin-response-cache@0.99.4 + ## 0.13.4 ### Patch Changes diff --git a/examples/cloudflare-workers/package.json b/examples/cloudflare-workers/package.json index 0900bb7c20058..41df77e61b3dd 100644 --- a/examples/cloudflare-workers/package.json +++ b/examples/cloudflare-workers/package.json @@ -1,12 +1,12 @@ { "name": "cloudflare-workers", - "version": "0.13.4", + "version": "0.13.5", "private": true, "dependencies": { - "@graphql-mesh/cache-cfw-kv": "0.99.3", - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/json-schema": "0.102.4", - "@graphql-mesh/plugin-response-cache": "0.99.3", + "@graphql-mesh/cache-cfw-kv": "0.99.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/json-schema": "0.102.5", + "@graphql-mesh/plugin-response-cache": "0.99.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/fastify/CHANGELOG.md b/examples/fastify/CHANGELOG.md index 524872cb19893..dca1cbc6d8a1a 100644 --- a/examples/fastify/CHANGELOG.md +++ b/examples/fastify/CHANGELOG.md @@ -1,5 +1,13 @@ # example-fastify +## 0.10.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/graphql@0.99.4 + ## 0.10.3 ### Patch Changes diff --git a/examples/fastify/package.json b/examples/fastify/package.json index c31ab92a5b9b9..1638e5833dde7 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -1,14 +1,14 @@ { "name": "example-fastify", - "version": "0.10.3", + "version": "0.10.4", "private": true, "scripts": { "build": "mesh build", "start": "ts-node-dev src/index.ts" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/graphql": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/graphql": "0.99.4", "fastify": "4.28.1", "graphql": "16.9.0", "ts-node": "^10.9.2", diff --git a/examples/federation-example/gateway-supergraph/CHANGELOG.md b/examples/federation-example/gateway-supergraph/CHANGELOG.md index 6c2d5a238277b..57333375482c5 100644 --- a/examples/federation-example/gateway-supergraph/CHANGELOG.md +++ b/examples/federation-example/gateway-supergraph/CHANGELOG.md @@ -1,5 +1,13 @@ # federation-supergraph-gateway +## 0.7.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/supergraph@0.5.4 + ## 0.7.3 ### Patch Changes diff --git a/examples/federation-example/gateway-supergraph/package.json b/examples/federation-example/gateway-supergraph/package.json index 85987bceb98f2..73d4cf14dfbc1 100644 --- a/examples/federation-example/gateway-supergraph/package.json +++ b/examples/federation-example/gateway-supergraph/package.json @@ -1,11 +1,11 @@ { "name": "federation-supergraph-gateway", - "version": "0.7.3", + "version": "0.7.4", "license": "MIT", "private": true, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/supergraph": "0.5.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/supergraph": "0.5.4", "graphql": "16.9.0" } } diff --git a/examples/federation-example/gateway/CHANGELOG.md b/examples/federation-example/gateway/CHANGELOG.md index efc1395173c5a..b2f1d4b6efdc9 100644 --- a/examples/federation-example/gateway/CHANGELOG.md +++ b/examples/federation-example/gateway/CHANGELOG.md @@ -1,5 +1,14 @@ # federation-gateway +## 0.10.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/graphql@0.99.4 + - @graphql-mesh/transform-federation@0.99.4 + ## 0.10.3 ### Patch Changes diff --git a/examples/federation-example/gateway/package.json b/examples/federation-example/gateway/package.json index 565bc7a7aeb95..d618b1ad6a369 100644 --- a/examples/federation-example/gateway/package.json +++ b/examples/federation-example/gateway/package.json @@ -1,12 +1,12 @@ { "name": "federation-gateway", - "version": "0.10.3", + "version": "0.10.4", "license": "MIT", "private": true, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/graphql": "0.99.3", - "@graphql-mesh/transform-federation": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/graphql": "0.99.4", + "@graphql-mesh/transform-federation": "0.99.4", "graphql": "16.9.0" } } diff --git a/examples/gcp-functions/CHANGELOG.md b/examples/gcp-functions/CHANGELOG.md index 3d42ca987e027..31d913e7792db 100644 --- a/examples/gcp-functions/CHANGELOG.md +++ b/examples/gcp-functions/CHANGELOG.md @@ -1,5 +1,13 @@ # example-gcp +## 0.13.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/json-schema@0.102.5 + ## 0.13.4 ### Patch Changes diff --git a/examples/gcp-functions/package.json b/examples/gcp-functions/package.json index 32ea428748fff..96c1230fdc92f 100644 --- a/examples/gcp-functions/package.json +++ b/examples/gcp-functions/package.json @@ -1,6 +1,6 @@ { "name": "example-gcp", - "version": "0.13.4", + "version": "0.13.5", "private": true, "main": "dist/index.js", "scripts": { @@ -13,8 +13,8 @@ }, "dependencies": { "@google-cloud/functions-framework": "3.4.2", - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/json-schema": "0.102.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/json-schema": "0.102.5", "@types/node": "20.14.12", "graphql": "16.9.0", "typescript": "^5.4.2" diff --git a/examples/graphql-file-upload-example/CHANGELOG.md b/examples/graphql-file-upload-example/CHANGELOG.md index 0cdd4b1c816a6..2477d23071814 100644 --- a/examples/graphql-file-upload-example/CHANGELOG.md +++ b/examples/graphql-file-upload-example/CHANGELOG.md @@ -1,5 +1,13 @@ # graphql-file-upload-example +## 0.16.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/graphql@0.99.4 + ## 0.16.3 ### Patch Changes diff --git a/examples/graphql-file-upload-example/package.json b/examples/graphql-file-upload-example/package.json index 28993de7b0004..75ac11ca66060 100644 --- a/examples/graphql-file-upload-example/package.json +++ b/examples/graphql-file-upload-example/package.json @@ -1,6 +1,6 @@ { "name": "graphql-file-upload-example", - "version": "0.16.3", + "version": "0.16.4", "license": "MIT", "private": true, "scripts": { @@ -9,8 +9,8 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/graphql": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/graphql": "0.99.4", "concurrently": "8.2.2", "graphql": "16.9.0", "graphql-yoga": "^5.6.0", diff --git a/examples/grpc-example/CHANGELOG.md b/examples/grpc-example/CHANGELOG.md index 213303e0c2f78..75516b6c1841b 100644 --- a/examples/grpc-example/CHANGELOG.md +++ b/examples/grpc-example/CHANGELOG.md @@ -1,5 +1,14 @@ # grpc-example +## 0.17.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/grpc@0.101.4 + - @graphql-mesh/transform-naming-convention@0.99.4 + ## 0.17.3 ### Patch Changes diff --git a/examples/grpc-example/package.json b/examples/grpc-example/package.json index fd9181bf6e695..365c57cd0210e 100644 --- a/examples/grpc-example/package.json +++ b/examples/grpc-example/package.json @@ -1,6 +1,6 @@ { "name": "grpc-example", - "version": "0.17.3", + "version": "0.17.4", "author": "Simon Liang", "license": "MIT", "private": true, @@ -11,9 +11,9 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/grpc": "0.101.3", - "@graphql-mesh/transform-naming-convention": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/grpc": "0.101.4", + "@graphql-mesh/transform-naming-convention": "0.99.4", "@grpc/grpc-js": "1.11.1", "@grpc/proto-loader": "0.7.13", "google-protobuf": "3.21.4", diff --git a/examples/grpc-reflection-example/CHANGELOG.md b/examples/grpc-reflection-example/CHANGELOG.md index 3ff79372360f8..9e22d21666ee6 100644 --- a/examples/grpc-reflection-example/CHANGELOG.md +++ b/examples/grpc-reflection-example/CHANGELOG.md @@ -1,5 +1,14 @@ # grpc-reflection-example +## 0.17.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/grpc@0.101.4 + - @graphql-mesh/transform-naming-convention@0.99.4 + ## 0.17.3 ### Patch Changes diff --git a/examples/grpc-reflection-example/package.json b/examples/grpc-reflection-example/package.json index e13c8cbb163d9..2c4af52dc2024 100644 --- a/examples/grpc-reflection-example/package.json +++ b/examples/grpc-reflection-example/package.json @@ -1,6 +1,6 @@ { "name": "grpc-reflection-example", - "version": "0.17.3", + "version": "0.17.4", "author": "Simon Liang", "license": "MIT", "private": true, @@ -11,9 +11,9 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/grpc": "0.101.3", - "@graphql-mesh/transform-naming-convention": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/grpc": "0.101.4", + "@graphql-mesh/transform-naming-convention": "0.99.4", "@grpc/grpc-js": "1.11.1", "@grpc/proto-loader": "0.7.13", "google-protobuf": "3.21.4", diff --git a/examples/hasura-openbrewery-geodb/CHANGELOG.md b/examples/hasura-openbrewery-geodb/CHANGELOG.md index 85ef6d2f77221..2e114a0cd0e64 100644 --- a/examples/hasura-openbrewery-geodb/CHANGELOG.md +++ b/examples/hasura-openbrewery-geodb/CHANGELOG.md @@ -1,5 +1,13 @@ # hasura-openbrewery-geodb +## 0.18.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/json-schema@0.102.5 + ## 0.18.4 ### Patch Changes diff --git a/examples/hasura-openbrewery-geodb/package.json b/examples/hasura-openbrewery-geodb/package.json index 68ec0ab5aaf31..213bcc0f5c184 100644 --- a/examples/hasura-openbrewery-geodb/package.json +++ b/examples/hasura-openbrewery-geodb/package.json @@ -1,14 +1,14 @@ { "name": "hasura-openbrewery-geodb", - "version": "0.18.4", + "version": "0.18.5", "license": "MIT", "private": true, "scripts": { "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/json-schema": "0.102.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/json-schema": "0.102.5", "graphql": "16.9.0" } } diff --git a/examples/hello-world-esm/CHANGELOG.md b/examples/hello-world-esm/CHANGELOG.md index 35047fa82c7c6..41f7cc73a4b26 100644 --- a/examples/hello-world-esm/CHANGELOG.md +++ b/examples/hello-world-esm/CHANGELOG.md @@ -1,5 +1,14 @@ # hello-world-esm +## 0.13.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/json-schema@0.102.5 + - @graphql-mesh/plugin-mock@0.99.4 + ## 0.13.4 ### Patch Changes diff --git a/examples/hello-world-esm/package.json b/examples/hello-world-esm/package.json index 974c23a215d8e..3f97dfc09ad9d 100644 --- a/examples/hello-world-esm/package.json +++ b/examples/hello-world-esm/package.json @@ -1,6 +1,6 @@ { "name": "hello-world-esm", - "version": "0.13.4", + "version": "0.13.5", "type": "module", "license": "MIT", "private": true, @@ -11,9 +11,9 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/json-schema": "0.102.4", - "@graphql-mesh/plugin-mock": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/json-schema": "0.102.5", + "@graphql-mesh/plugin-mock": "0.99.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/hello-world/CHANGELOG.md b/examples/hello-world/CHANGELOG.md index e12c61e527661..8f02125c6485d 100644 --- a/examples/hello-world/CHANGELOG.md +++ b/examples/hello-world/CHANGELOG.md @@ -1,5 +1,14 @@ # json-schema-hello-world +## 0.13.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/json-schema@0.102.5 + - @graphql-mesh/plugin-mock@0.99.4 + ## 0.13.4 ### Patch Changes diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index ddeb836a7d8a7..f643cc4b7222a 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-hello-world", - "version": "0.13.4", + "version": "0.13.5", "license": "MIT", "private": true, "scripts": { @@ -8,9 +8,9 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/json-schema": "0.102.4", - "@graphql-mesh/plugin-mock": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/json-schema": "0.102.5", + "@graphql-mesh/plugin-mock": "0.99.4", "@graphql-yoga/plugin-sofa": "3.6.3", "graphql": "16.9.0" }, diff --git a/examples/hive-example/gateway/CHANGELOG.md b/examples/hive-example/gateway/CHANGELOG.md index 84d7fe3df26ae..9bcb4772cc12d 100644 --- a/examples/hive-example/gateway/CHANGELOG.md +++ b/examples/hive-example/gateway/CHANGELOG.md @@ -1,5 +1,15 @@ # gateway-example +## 0.13.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/openapi@0.102.5 + - @graphql-mesh/transform-hive@0.99.4 + - @graphql-mesh/plugin-hive@0.99.4 + ## 0.13.4 ### Patch Changes diff --git a/examples/hive-example/gateway/package.json b/examples/hive-example/gateway/package.json index bc091f25d0f9c..0a612f8445515 100644 --- a/examples/hive-example/gateway/package.json +++ b/examples/hive-example/gateway/package.json @@ -1,16 +1,16 @@ { "name": "gateway-example", - "version": "0.13.4", + "version": "0.13.5", "description": "Gateway Example", "private": true, "scripts": { "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/openapi": "0.102.4", - "@graphql-mesh/plugin-hive": "0.99.3", - "@graphql-mesh/transform-hive": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/openapi": "0.102.5", + "@graphql-mesh/plugin-hive": "0.99.4", + "@graphql-mesh/transform-hive": "0.99.4", "graphql": "16.9.0" } } diff --git a/examples/hive-example/sources/authors/CHANGELOG.md b/examples/hive-example/sources/authors/CHANGELOG.md index a709c2e9e2fa4..280f7a5de5a73 100644 --- a/examples/hive-example/sources/authors/CHANGELOG.md +++ b/examples/hive-example/sources/authors/CHANGELOG.md @@ -1,5 +1,7 @@ # authors-service +## 0.13.5 + ## 0.13.4 ## 0.13.3 diff --git a/examples/hive-example/sources/authors/package.json b/examples/hive-example/sources/authors/package.json index c135820872923..b5a87bc27d038 100644 --- a/examples/hive-example/sources/authors/package.json +++ b/examples/hive-example/sources/authors/package.json @@ -1,6 +1,6 @@ { "name": "authors-service", - "version": "0.13.4", + "version": "0.13.5", "description": "Authors Service", "private": true, "scripts": { @@ -15,8 +15,8 @@ }, "devDependencies": { "@graphql-hive/cli": "0.39.0", - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/openapi": "0.102.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/openapi": "0.102.5", "graphql": "16.9.0" } } diff --git a/examples/hive-example/sources/books/CHANGELOG.md b/examples/hive-example/sources/books/CHANGELOG.md index 1a5371a256bc2..10c9bd4e4ccac 100644 --- a/examples/hive-example/sources/books/CHANGELOG.md +++ b/examples/hive-example/sources/books/CHANGELOG.md @@ -1,5 +1,7 @@ # books-service +## 0.13.5 + ## 0.13.4 ## 0.13.3 diff --git a/examples/hive-example/sources/books/package.json b/examples/hive-example/sources/books/package.json index ef4eb2ace2610..1948a8448b03f 100644 --- a/examples/hive-example/sources/books/package.json +++ b/examples/hive-example/sources/books/package.json @@ -1,6 +1,6 @@ { "name": "books-service", - "version": "0.13.4", + "version": "0.13.5", "description": "Books Service", "private": true, "scripts": { @@ -15,8 +15,8 @@ }, "devDependencies": { "@graphql-hive/cli": "0.39.0", - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/openapi": "0.102.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/openapi": "0.102.5", "graphql": "16.9.0" } } diff --git a/examples/json-schema-covid/CHANGELOG.md b/examples/json-schema-covid/CHANGELOG.md index f2e68d420371e..47e02cdbadc19 100644 --- a/examples/json-schema-covid/CHANGELOG.md +++ b/examples/json-schema-covid/CHANGELOG.md @@ -1,5 +1,14 @@ # covid-mesh +## 0.18.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/graphql@0.99.4 + - @graphql-mesh/json-schema@0.102.5 + ## 0.18.4 ### Patch Changes diff --git a/examples/json-schema-covid/package.json b/examples/json-schema-covid/package.json index 02f81f8090649..d60a2ad32a3ea 100644 --- a/examples/json-schema-covid/package.json +++ b/examples/json-schema-covid/package.json @@ -1,6 +1,6 @@ { "name": "covid-mesh", - "version": "0.18.4", + "version": "0.18.5", "author": { "name": "JYC", "url": "https://github.com/jycouet" @@ -12,9 +12,9 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/graphql": "0.99.3", - "@graphql-mesh/json-schema": "0.102.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/graphql": "0.99.4", + "@graphql-mesh/json-schema": "0.102.5", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/json-schema-example/CHANGELOG.md b/examples/json-schema-example/CHANGELOG.md index 9638e7a0f784e..97987f612224f 100644 --- a/examples/json-schema-example/CHANGELOG.md +++ b/examples/json-schema-example/CHANGELOG.md @@ -1,5 +1,15 @@ # json-schema-example +## 0.18.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/json-schema@0.102.5 + - @graphql-mesh/transform-naming-convention@0.99.4 + - @graphql-mesh/plugin-mock@0.99.4 + ## 0.18.4 ### Patch Changes diff --git a/examples/json-schema-example/package.json b/examples/json-schema-example/package.json index 86089c2e9f14d..7048fa9535f17 100644 --- a/examples/json-schema-example/package.json +++ b/examples/json-schema-example/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-example", - "version": "0.18.4", + "version": "0.18.5", "license": "MIT", "private": true, "scripts": { @@ -10,10 +10,10 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/json-schema": "0.102.4", - "@graphql-mesh/plugin-mock": "0.99.3", - "@graphql-mesh/transform-naming-convention": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/json-schema": "0.102.5", + "@graphql-mesh/plugin-mock": "0.99.4", + "@graphql-mesh/transform-naming-convention": "0.99.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/json-schema-fhir/CHANGELOG.md b/examples/json-schema-fhir/CHANGELOG.md index c8463dca8e0ba..cf6c8ccb7ece0 100644 --- a/examples/json-schema-fhir/CHANGELOG.md +++ b/examples/json-schema-fhir/CHANGELOG.md @@ -1,5 +1,13 @@ # json-schema-fhir +## 0.13.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/json-schema@0.102.5 + ## 0.13.4 ### Patch Changes diff --git a/examples/json-schema-fhir/package.json b/examples/json-schema-fhir/package.json index 62c0f6118e589..50921ed527928 100644 --- a/examples/json-schema-fhir/package.json +++ b/examples/json-schema-fhir/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-fhir", - "version": "0.13.4", + "version": "0.13.5", "license": "MIT", "private": true, "scripts": { @@ -10,8 +10,8 @@ "start:prod": "mesh start" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/json-schema": "0.102.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/json-schema": "0.102.5", "graphql": "16.9.0", "unzip-stream": "0.3.4" }, diff --git a/examples/json-schema-file-upload/CHANGELOG.md b/examples/json-schema-file-upload/CHANGELOG.md index d52e1eb3d5cf1..609bf8ff090c1 100644 --- a/examples/json-schema-file-upload/CHANGELOG.md +++ b/examples/json-schema-file-upload/CHANGELOG.md @@ -1,5 +1,13 @@ # json-schema-file-upload +## 0.13.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/json-schema@0.102.5 + ## 0.13.4 ### Patch Changes diff --git a/examples/json-schema-file-upload/package.json b/examples/json-schema-file-upload/package.json index 1c94b6733e448..ce209e10da3b9 100644 --- a/examples/json-schema-file-upload/package.json +++ b/examples/json-schema-file-upload/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-file-upload", - "version": "0.13.4", + "version": "0.13.5", "license": "MIT", "private": true, "scripts": { @@ -9,8 +9,8 @@ "start:mesh": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/json-schema": "0.102.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/json-schema": "0.102.5", "fets": "0.8.1", "graphql": "16.9.0" }, diff --git a/examples/json-schema-subscriptions/CHANGELOG.md b/examples/json-schema-subscriptions/CHANGELOG.md index 50f081a45941d..8f4fd4d96e3fa 100644 --- a/examples/json-schema-subscriptions/CHANGELOG.md +++ b/examples/json-schema-subscriptions/CHANGELOG.md @@ -1,5 +1,14 @@ # json-schema-subscriptions +## 0.14.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/json-schema@0.102.5 + - @graphql-mesh/plugin-live-query@0.99.4 + ## 0.14.4 ### Patch Changes diff --git a/examples/json-schema-subscriptions/package.json b/examples/json-schema-subscriptions/package.json index 7a665c6f4542d..bdbe021fd4470 100644 --- a/examples/json-schema-subscriptions/package.json +++ b/examples/json-schema-subscriptions/package.json @@ -1,6 +1,6 @@ { "name": "json-schema-subscriptions", - "version": "0.14.4", + "version": "0.14.5", "private": true, "scripts": { "start": "concurrently \"yarn start:api\" \"yarn start:mesh\"", @@ -8,9 +8,9 @@ "start:mesh": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/json-schema": "0.102.4", - "@graphql-mesh/plugin-live-query": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/json-schema": "0.102.5", + "@graphql-mesh/plugin-live-query": "0.99.4", "@whatwg-node/fetch": "^0.9.0", "fets": "0.8.1", "graphql": "16.9.0" diff --git a/examples/mongoose-example/CHANGELOG.md b/examples/mongoose-example/CHANGELOG.md index 9ffa6586407c5..0ae5e56ff274d 100644 --- a/examples/mongoose-example/CHANGELOG.md +++ b/examples/mongoose-example/CHANGELOG.md @@ -1,5 +1,13 @@ # mongoose-example +## 0.15.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/mongoose@0.99.4 + ## 0.15.3 ### Patch Changes diff --git a/examples/mongoose-example/package.json b/examples/mongoose-example/package.json index 7a8f0e4fe537d..eea00a05d6152 100644 --- a/examples/mongoose-example/package.json +++ b/examples/mongoose-example/package.json @@ -1,14 +1,14 @@ { "name": "mongoose-example", - "version": "0.15.3", + "version": "0.15.4", "license": "MIT", "private": true, "scripts": { "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/mongoose": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/mongoose": "0.99.4", "graphql": "16.9.0", "mongoose": "8.5.1" }, diff --git a/examples/mysql-employees/CHANGELOG.md b/examples/mysql-employees/CHANGELOG.md index ba1e34f03705c..dbbb9a46981d8 100644 --- a/examples/mysql-employees/CHANGELOG.md +++ b/examples/mysql-employees/CHANGELOG.md @@ -1,5 +1,13 @@ # mysql-employees +## 0.16.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/mysql@0.100.4 + ## 0.16.3 ### Patch Changes diff --git a/examples/mysql-employees/package.json b/examples/mysql-employees/package.json index 91793aa8f3000..446ad8d566059 100644 --- a/examples/mysql-employees/package.json +++ b/examples/mysql-employees/package.json @@ -1,14 +1,14 @@ { "name": "mysql-employees", - "version": "0.16.3", + "version": "0.16.4", "license": "MIT", "private": true, "scripts": { "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/mysql": "0.100.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/mysql": "0.100.4", "graphql": "16.9.0" } } diff --git a/examples/mysql-rfam/CHANGELOG.md b/examples/mysql-rfam/CHANGELOG.md index a9967be064778..800353844ccf3 100644 --- a/examples/mysql-rfam/CHANGELOG.md +++ b/examples/mysql-rfam/CHANGELOG.md @@ -1,5 +1,13 @@ # mysql-rfam +## 0.16.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/mysql@0.100.4 + ## 0.16.3 ### Patch Changes diff --git a/examples/mysql-rfam/package.json b/examples/mysql-rfam/package.json index 36d4db6651a5e..06c9cac252b70 100644 --- a/examples/mysql-rfam/package.json +++ b/examples/mysql-rfam/package.json @@ -1,6 +1,6 @@ { "name": "mysql-rfam", - "version": "0.16.3", + "version": "0.16.4", "license": "MIT", "private": true, "scripts": { @@ -8,8 +8,8 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/mysql": "0.100.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/mysql": "0.100.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/neo4j-example/CHANGELOG.md b/examples/neo4j-example/CHANGELOG.md index 1ba02f23ab133..5269cde93282a 100644 --- a/examples/neo4j-example/CHANGELOG.md +++ b/examples/neo4j-example/CHANGELOG.md @@ -1,5 +1,14 @@ # neo4j-example +## 0.18.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cache-file@0.99.4 + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/neo4j@0.100.4 + ## 0.18.3 ### Patch Changes diff --git a/examples/neo4j-example/package.json b/examples/neo4j-example/package.json index 219a0737db1c4..735dadc98ffaa 100644 --- a/examples/neo4j-example/package.json +++ b/examples/neo4j-example/package.json @@ -1,15 +1,15 @@ { "name": "neo4j-example", - "version": "0.18.3", + "version": "0.18.4", "license": "MIT", "private": true, "scripts": { "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cache-file": "0.99.3", - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/neo4j": "0.100.3", + "@graphql-mesh/cache-file": "0.99.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/neo4j": "0.100.4", "graphql": "16.9.0" }, "resolutions": { diff --git a/examples/nextjs-apollo-example/CHANGELOG.md b/examples/nextjs-apollo-example/CHANGELOG.md index 710198f741e74..c07f3a03cb4dc 100644 --- a/examples/nextjs-apollo-example/CHANGELOG.md +++ b/examples/nextjs-apollo-example/CHANGELOG.md @@ -1,5 +1,15 @@ # nextjs-apollo-example +## 0.14.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/config@0.101.4 + - @graphql-mesh/openapi@0.102.5 + - @graphql-mesh/runtime@0.100.4 + ## 0.14.4 ### Patch Changes diff --git a/examples/nextjs-apollo-example/package.json b/examples/nextjs-apollo-example/package.json index e2d8092a12784..bd7274cf0c04c 100644 --- a/examples/nextjs-apollo-example/package.json +++ b/examples/nextjs-apollo-example/package.json @@ -1,6 +1,6 @@ { "name": "nextjs-apollo-example", - "version": "0.14.4", + "version": "0.14.5", "private": true, "scripts": { "build": "next build", @@ -11,10 +11,10 @@ "start:prod": "next start" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/config": "0.101.3", - "@graphql-mesh/openapi": "0.102.4", - "@graphql-mesh/runtime": "0.100.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/config": "0.101.4", + "@graphql-mesh/openapi": "0.102.5", + "@graphql-mesh/runtime": "0.100.4", "apollo-server-micro": "3.13.0", "graphql": "16.9.0", "next": "14.2.5", diff --git a/examples/nextjs-sdk-example/CHANGELOG.md b/examples/nextjs-sdk-example/CHANGELOG.md index d1926ee2fec34..aad8dd2a33b89 100644 --- a/examples/nextjs-sdk-example/CHANGELOG.md +++ b/examples/nextjs-sdk-example/CHANGELOG.md @@ -1,5 +1,15 @@ # nextjs-sdk-example +## 0.13.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/config@0.101.4 + - @graphql-mesh/openapi@0.102.5 + - @graphql-mesh/runtime@0.100.4 + ## 0.13.4 ### Patch Changes diff --git a/examples/nextjs-sdk-example/package.json b/examples/nextjs-sdk-example/package.json index c2c0adb0b4f40..a6a586750cf84 100644 --- a/examples/nextjs-sdk-example/package.json +++ b/examples/nextjs-sdk-example/package.json @@ -1,6 +1,6 @@ { "name": "nextjs-sdk-example", - "version": "0.13.4", + "version": "0.13.5", "private": true, "scripts": { "build": "next build", @@ -12,10 +12,10 @@ "start:prod": "next start" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/config": "0.101.3", - "@graphql-mesh/openapi": "0.102.4", - "@graphql-mesh/runtime": "0.100.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/config": "0.101.4", + "@graphql-mesh/openapi": "0.102.5", + "@graphql-mesh/runtime": "0.100.4", "apollo-server-micro": "3.13.0", "graphql": "16.9.0", "next": "14.2.5", diff --git a/examples/odata-microsoft/CHANGELOG.md b/examples/odata-microsoft/CHANGELOG.md index 24936002c6261..276ce5088bfeb 100644 --- a/examples/odata-microsoft/CHANGELOG.md +++ b/examples/odata-microsoft/CHANGELOG.md @@ -1,5 +1,13 @@ # odata-microsoft-graph-example +## 0.18.2 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/odata@0.101.2 + ## 0.18.1 ### Patch Changes diff --git a/examples/odata-microsoft/package.json b/examples/odata-microsoft/package.json index 033ef5840839b..360912f13fa86 100644 --- a/examples/odata-microsoft/package.json +++ b/examples/odata-microsoft/package.json @@ -1,6 +1,6 @@ { "name": "odata-microsoft-graph-example", - "version": "0.18.1", + "version": "0.18.2", "license": "MIT", "private": true, "scripts": { @@ -8,8 +8,8 @@ "start:beta": "cross-env GRAPH_VERSION=\"beta\" mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/odata": "0.101.1", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/odata": "0.101.2", "cross-env": "7.0.3", "graphql": "16.9.0" } diff --git a/examples/odata-msgraph-programmatic-ts/CHANGELOG.md b/examples/odata-msgraph-programmatic-ts/CHANGELOG.md index 56a0245c4fa46..b9f17156599f4 100644 --- a/examples/odata-msgraph-programmatic-ts/CHANGELOG.md +++ b/examples/odata-msgraph-programmatic-ts/CHANGELOG.md @@ -1,5 +1,15 @@ # odata-msgraph-programmatic-ts +## 0.12.2 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/config@0.101.4 + - @graphql-mesh/odata@0.101.2 + - @graphql-mesh/runtime@0.100.4 + ## 0.12.1 ### Patch Changes diff --git a/examples/odata-msgraph-programmatic-ts/package.json b/examples/odata-msgraph-programmatic-ts/package.json index 6c159d7dc7492..2370f1abd50ee 100644 --- a/examples/odata-msgraph-programmatic-ts/package.json +++ b/examples/odata-msgraph-programmatic-ts/package.json @@ -1,6 +1,6 @@ { "name": "odata-msgraph-programmatic-ts", - "version": "0.12.1", + "version": "0.12.2", "license": "MIT", "private": true, "scripts": { @@ -8,10 +8,10 @@ "start": "ts-node src/index.ts" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/config": "0.101.3", - "@graphql-mesh/odata": "0.101.1", - "@graphql-mesh/runtime": "0.100.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/config": "0.101.4", + "@graphql-mesh/odata": "0.101.2", + "@graphql-mesh/runtime": "0.100.4", "graphql": "16.9.0", "ts-node": "^10.9.2" } diff --git a/examples/odata-msgraph-programmatic/CHANGELOG.md b/examples/odata-msgraph-programmatic/CHANGELOG.md index 9de0fde41f228..511aad67efb56 100644 --- a/examples/odata-msgraph-programmatic/CHANGELOG.md +++ b/examples/odata-msgraph-programmatic/CHANGELOG.md @@ -1,5 +1,15 @@ # odata-msgraph-programmatic +## 0.12.2 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/config@0.101.4 + - @graphql-mesh/odata@0.101.2 + - @graphql-mesh/runtime@0.100.4 + ## 0.12.1 ### Patch Changes diff --git a/examples/odata-msgraph-programmatic/package.json b/examples/odata-msgraph-programmatic/package.json index 0833278f78554..2ceb81f9fb2cc 100644 --- a/examples/odata-msgraph-programmatic/package.json +++ b/examples/odata-msgraph-programmatic/package.json @@ -1,6 +1,6 @@ { "name": "odata-msgraph-programmatic", - "version": "0.12.1", + "version": "0.12.2", "type": "module", "license": "MIT", "private": true, @@ -9,10 +9,10 @@ "start": "node index.js" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/config": "0.101.3", - "@graphql-mesh/odata": "0.101.1", - "@graphql-mesh/runtime": "0.100.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/config": "0.101.4", + "@graphql-mesh/odata": "0.101.2", + "@graphql-mesh/runtime": "0.100.4", "graphql": "16.9.0" } } diff --git a/examples/odata-trippin/CHANGELOG.md b/examples/odata-trippin/CHANGELOG.md index f5d56a1bed3ca..006d9b5aa6884 100644 --- a/examples/odata-trippin/CHANGELOG.md +++ b/examples/odata-trippin/CHANGELOG.md @@ -1,5 +1,13 @@ # odata-trippin-example +## 0.19.2 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/odata@0.101.2 + ## 0.19.1 ### Patch Changes diff --git a/examples/odata-trippin/package.json b/examples/odata-trippin/package.json index c990375a8cd51..8d9e3a304b320 100644 --- a/examples/odata-trippin/package.json +++ b/examples/odata-trippin/package.json @@ -1,14 +1,14 @@ { "name": "odata-trippin-example", - "version": "0.19.1", + "version": "0.19.2", "license": "MIT", "private": true, "scripts": { "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/odata": "0.101.1", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/odata": "0.101.2", "graphql": "16.9.0" } } diff --git a/examples/openapi-javascript-wiki/CHANGELOG.md b/examples/openapi-javascript-wiki/CHANGELOG.md index eeb5e291b45e4..50f7b36fa239d 100644 --- a/examples/openapi-javascript-wiki/CHANGELOG.md +++ b/examples/openapi-javascript-wiki/CHANGELOG.md @@ -1,5 +1,13 @@ # javascript-wiki +## 0.19.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/openapi@0.102.5 + ## 0.19.4 ### Patch Changes diff --git a/examples/openapi-javascript-wiki/package.json b/examples/openapi-javascript-wiki/package.json index dc099a210b201..5847f940c9cf0 100644 --- a/examples/openapi-javascript-wiki/package.json +++ b/examples/openapi-javascript-wiki/package.json @@ -1,6 +1,6 @@ { "name": "javascript-wiki", - "version": "0.19.4", + "version": "0.19.5", "license": "MIT", "private": true, "scripts": { @@ -8,8 +8,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/openapi": "0.102.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/openapi": "0.102.5", "graphql": "16.9.0", "moment": "2.30.1", "typescript": "^5.4.2" diff --git a/examples/openapi-location-weather/CHANGELOG.md b/examples/openapi-location-weather/CHANGELOG.md index b4f8ada026ced..287f204638d8e 100644 --- a/examples/openapi-location-weather/CHANGELOG.md +++ b/examples/openapi-location-weather/CHANGELOG.md @@ -1,5 +1,17 @@ # typescript-location-weather-example +## 0.18.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/openapi@0.102.5 + - @graphql-mesh/runtime@0.100.4 + - @graphql-mesh/transform-cache@0.99.4 + - @graphql-mesh/transform-rename@0.99.4 + - @graphql-mesh/plugin-response-cache@0.99.4 + ## 0.18.4 ### Patch Changes diff --git a/examples/openapi-location-weather/package.json b/examples/openapi-location-weather/package.json index 493b7fe5fd17b..cb24777f900b7 100644 --- a/examples/openapi-location-weather/package.json +++ b/examples/openapi-location-weather/package.json @@ -1,18 +1,18 @@ { "name": "typescript-location-weather-example", - "version": "0.18.4", + "version": "0.18.5", "license": "MIT", "private": true, "scripts": { "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/openapi": "0.102.4", - "@graphql-mesh/plugin-response-cache": "0.99.3", - "@graphql-mesh/runtime": "0.100.3", - "@graphql-mesh/transform-cache": "0.99.3", - "@graphql-mesh/transform-rename": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/openapi": "0.102.5", + "@graphql-mesh/plugin-response-cache": "0.99.4", + "@graphql-mesh/runtime": "0.100.4", + "@graphql-mesh/transform-cache": "0.99.4", + "@graphql-mesh/transform-rename": "0.99.4", "graphql": "16.9.0" } } diff --git a/examples/openapi-meilisearch/CHANGELOG.md b/examples/openapi-meilisearch/CHANGELOG.md index ba6234f48e519..4192447225be3 100644 --- a/examples/openapi-meilisearch/CHANGELOG.md +++ b/examples/openapi-meilisearch/CHANGELOG.md @@ -1,5 +1,13 @@ # openapi-meilisearch +## 0.13.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/openapi@0.102.5 + ## 0.13.4 ### Patch Changes diff --git a/examples/openapi-meilisearch/package.json b/examples/openapi-meilisearch/package.json index 3ea5ec0f338f9..a85a31daf4586 100644 --- a/examples/openapi-meilisearch/package.json +++ b/examples/openapi-meilisearch/package.json @@ -1,14 +1,14 @@ { "name": "openapi-meilisearch", - "version": "0.13.4", + "version": "0.13.5", "license": "MIT", "private": true, "scripts": { "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/openapi": "0.102.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/openapi": "0.102.5", "graphql": "16.9.0" } } diff --git a/examples/openapi-react-weatherbit/CHANGELOG.md b/examples/openapi-react-weatherbit/CHANGELOG.md index 4d5f0f99f58dc..629c152819e16 100644 --- a/examples/openapi-react-weatherbit/CHANGELOG.md +++ b/examples/openapi-react-weatherbit/CHANGELOG.md @@ -1,5 +1,7 @@ # openapi-react-weatherbit +## 0.13.4 + ## 0.13.3 ## 0.13.2 diff --git a/examples/openapi-react-weatherbit/package.json b/examples/openapi-react-weatherbit/package.json index c354fc89aa9c9..5bf05b629e7a5 100644 --- a/examples/openapi-react-weatherbit/package.json +++ b/examples/openapi-react-weatherbit/package.json @@ -1,6 +1,6 @@ { "name": "openapi-react-weatherbit", - "version": "0.13.3", + "version": "0.13.4", "private": true, "scripts": { "build": "vite build", @@ -16,7 +16,7 @@ "react-dom": "18.3.1" }, "devDependencies": { - "@graphql-mesh/cli": "0.92.3", + "@graphql-mesh/cli": "0.92.4", "@types/react": "18.3.3", "@types/react-dom": "18.3.0", "@vitejs/plugin-react": "4.3.1", diff --git a/examples/openapi-stackexchange/CHANGELOG.md b/examples/openapi-stackexchange/CHANGELOG.md index df2f9cf2b0ba0..3551d6ee08ff7 100644 --- a/examples/openapi-stackexchange/CHANGELOG.md +++ b/examples/openapi-stackexchange/CHANGELOG.md @@ -1,5 +1,13 @@ # openapi-stackexchange +## 0.19.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/openapi@0.102.5 + ## 0.19.4 ### Patch Changes diff --git a/examples/openapi-stackexchange/package.json b/examples/openapi-stackexchange/package.json index 8ff64a1d24e64..1856f3140f8ae 100644 --- a/examples/openapi-stackexchange/package.json +++ b/examples/openapi-stackexchange/package.json @@ -1,14 +1,14 @@ { "name": "openapi-stackexchange", - "version": "0.19.4", + "version": "0.19.5", "license": "MIT", "private": true, "scripts": { "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/openapi": "0.102.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/openapi": "0.102.5", "graphql": "16.9.0" } } diff --git a/examples/openapi-stripe/CHANGELOG.md b/examples/openapi-stripe/CHANGELOG.md index 7e2426f9d4d56..ac7a20187fcde 100644 --- a/examples/openapi-stripe/CHANGELOG.md +++ b/examples/openapi-stripe/CHANGELOG.md @@ -1,5 +1,13 @@ # openapi-stripe +## 0.18.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/openapi@0.102.5 + ## 0.18.4 ### Patch Changes diff --git a/examples/openapi-stripe/package.json b/examples/openapi-stripe/package.json index 7974ef48aa721..8164ab1fdf16e 100644 --- a/examples/openapi-stripe/package.json +++ b/examples/openapi-stripe/package.json @@ -1,14 +1,14 @@ { "name": "openapi-stripe", - "version": "0.18.4", + "version": "0.18.5", "license": "MIT", "private": true, "scripts": { "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/openapi": "0.102.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/openapi": "0.102.5", "graphql": "16.9.0" } } diff --git a/examples/openapi-subscriptions/CHANGELOG.md b/examples/openapi-subscriptions/CHANGELOG.md index 7f9ebede67803..69f164c0d09c4 100644 --- a/examples/openapi-subscriptions/CHANGELOG.md +++ b/examples/openapi-subscriptions/CHANGELOG.md @@ -1,5 +1,13 @@ # openapi-subscriptions +## 0.13.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/openapi@0.102.5 + ## 0.13.4 ### Patch Changes diff --git a/examples/openapi-subscriptions/package.json b/examples/openapi-subscriptions/package.json index d25893bacf098..02fcc7e709a65 100644 --- a/examples/openapi-subscriptions/package.json +++ b/examples/openapi-subscriptions/package.json @@ -1,6 +1,6 @@ { "name": "openapi-subscriptions", - "version": "0.13.4", + "version": "0.13.5", "private": true, "scripts": { "start": "concurrently \"yarn start:api\" \"yarn start:mesh\"", @@ -8,8 +8,8 @@ "start:mesh": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/openapi": "0.102.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/openapi": "0.102.5", "@whatwg-node/fetch": "^0.9.0", "concurrently": "8.2.2", "fets": "^0.8.0", diff --git a/examples/openapi-youtrack/CHANGELOG.md b/examples/openapi-youtrack/CHANGELOG.md index 0aa9e7db07383..4aa0f2d75d3ed 100644 --- a/examples/openapi-youtrack/CHANGELOG.md +++ b/examples/openapi-youtrack/CHANGELOG.md @@ -1,5 +1,14 @@ # openapi-youtrack +## 0.18.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/openapi@0.102.5 + - @graphql-mesh/transform-resolvers-composition@0.99.4 + ## 0.18.4 ### Patch Changes diff --git a/examples/openapi-youtrack/package.json b/examples/openapi-youtrack/package.json index ff805311e8b7f..d070aacc3cc89 100644 --- a/examples/openapi-youtrack/package.json +++ b/examples/openapi-youtrack/package.json @@ -1,15 +1,15 @@ { "name": "openapi-youtrack", - "version": "0.18.4", + "version": "0.18.5", "license": "MIT", "private": true, "scripts": { "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/openapi": "0.102.4", - "@graphql-mesh/transform-resolvers-composition": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/openapi": "0.102.5", + "@graphql-mesh/transform-resolvers-composition": "0.99.4", "graphql": "16.9.0", "graphql-fields": "2.0.3" } diff --git a/examples/openwhisk-example/CHANGELOG.md b/examples/openwhisk-example/CHANGELOG.md index 9ec85679b8381..4cb658dd6993a 100644 --- a/examples/openwhisk-example/CHANGELOG.md +++ b/examples/openwhisk-example/CHANGELOG.md @@ -1,5 +1,13 @@ # openwhisk-example +## 0.10.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/graphql@0.99.4 + ## 0.10.3 ### Patch Changes diff --git a/examples/openwhisk-example/package.json b/examples/openwhisk-example/package.json index 95d74b4af05f2..84079d64b12bf 100644 --- a/examples/openwhisk-example/package.json +++ b/examples/openwhisk-example/package.json @@ -1,6 +1,6 @@ { "name": "openwhisk-example", - "version": "0.10.3", + "version": "0.10.4", "description": "OpenWhisk Example for GraphQL Mesh", "author": "Arda TANRIKULU ", "license": "MIT", @@ -12,8 +12,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/graphql": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/graphql": "0.99.4", "esbuild": "^0.23.0", "graphql": "16.9.0", "typescript": "^5.4.2" diff --git a/examples/persisted-operations/CHANGELOG.md b/examples/persisted-operations/CHANGELOG.md index 0c2f0b9ac3fcb..c9f99a5c39629 100644 --- a/examples/persisted-operations/CHANGELOG.md +++ b/examples/persisted-operations/CHANGELOG.md @@ -1,5 +1,14 @@ # example-persisted-operations +## 0.6.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/json-schema@0.102.5 + - @graphql-mesh/plugin-mock@0.99.4 + ## 0.6.4 ### Patch Changes diff --git a/examples/persisted-operations/package.json b/examples/persisted-operations/package.json index 01de12e8692bd..04923bb342cf4 100644 --- a/examples/persisted-operations/package.json +++ b/examples/persisted-operations/package.json @@ -1,6 +1,6 @@ { "name": "example-persisted-operations", - "version": "0.6.4", + "version": "0.6.5", "license": "MIT", "private": true, "scripts": { @@ -9,9 +9,9 @@ "test": "mesh build && jest" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/json-schema": "0.102.4", - "@graphql-mesh/plugin-mock": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/json-schema": "0.102.5", + "@graphql-mesh/plugin-mock": "0.99.4", "@graphql-yoga/plugin-sofa": "3.6.3", "graphql": "16.9.0" }, diff --git a/examples/postgres-geodb/CHANGELOG.md b/examples/postgres-geodb/CHANGELOG.md index 071f03c670405..8e982a1279cb7 100644 --- a/examples/postgres-geodb/CHANGELOG.md +++ b/examples/postgres-geodb/CHANGELOG.md @@ -1,5 +1,18 @@ # postgres-geodb-example +## 0.15.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cache-file@0.99.4 + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/config@0.101.4 + - @graphql-mesh/graphql@0.99.4 + - @graphql-mesh/postgraphile@0.99.4 + - @graphql-mesh/runtime@0.100.4 + - @graphql-mesh/transform-prefix@0.99.4 + ## 0.15.3 ### Patch Changes diff --git a/examples/postgres-geodb/package.json b/examples/postgres-geodb/package.json index 5030ed41ab9c7..b03e0c2c9d132 100644 --- a/examples/postgres-geodb/package.json +++ b/examples/postgres-geodb/package.json @@ -1,6 +1,6 @@ { "name": "postgres-geodb-example", - "version": "0.15.3", + "version": "0.15.4", "license": "MIT", "private": true, "scripts": { @@ -9,13 +9,13 @@ "start": "ts-node --transpile-only src/test-sdk.ts London" }, "dependencies": { - "@graphql-mesh/cache-file": "0.99.3", - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/config": "0.101.3", - "@graphql-mesh/graphql": "0.99.3", - "@graphql-mesh/postgraphile": "0.99.3", - "@graphql-mesh/runtime": "0.100.3", - "@graphql-mesh/transform-prefix": "0.99.3", + "@graphql-mesh/cache-file": "0.99.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/config": "0.101.4", + "@graphql-mesh/graphql": "0.99.4", + "@graphql-mesh/postgraphile": "0.99.4", + "@graphql-mesh/runtime": "0.100.4", + "@graphql-mesh/transform-prefix": "0.99.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/programmatic-batching/CHANGELOG.md b/examples/programmatic-batching/CHANGELOG.md index e9948416647fa..77201556cbf41 100644 --- a/examples/programmatic-batching/CHANGELOG.md +++ b/examples/programmatic-batching/CHANGELOG.md @@ -1,5 +1,13 @@ # programmatic-batching-example +## 0.13.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/openapi@0.102.5 + ## 0.13.4 ### Patch Changes diff --git a/examples/programmatic-batching/package.json b/examples/programmatic-batching/package.json index 70216b28bfa30..c9128f93ebf3e 100644 --- a/examples/programmatic-batching/package.json +++ b/examples/programmatic-batching/package.json @@ -1,6 +1,6 @@ { "name": "programmatic-batching-example", - "version": "0.13.4", + "version": "0.13.5", "license": "MIT", "private": true, "scripts": { @@ -8,8 +8,8 @@ "start:mesh": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/openapi": "0.102.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/openapi": "0.102.5", "@sinclair/typebox": "0.32.35", "fets": "0.8.1", "graphql": "16.9.0" diff --git a/examples/reddit-example/CHANGELOG.md b/examples/reddit-example/CHANGELOG.md index 3be2661c900bc..b1a515ee0e4d6 100644 --- a/examples/reddit-example/CHANGELOG.md +++ b/examples/reddit-example/CHANGELOG.md @@ -1,5 +1,13 @@ # reddit-example +## 0.13.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/json-schema@0.102.5 + ## 0.13.4 ### Patch Changes diff --git a/examples/reddit-example/package.json b/examples/reddit-example/package.json index 186b5bb0cab3f..d04b2a5307435 100644 --- a/examples/reddit-example/package.json +++ b/examples/reddit-example/package.json @@ -1,9 +1,9 @@ { "name": "reddit-example", - "version": "0.13.4", + "version": "0.13.5", "private": true, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/json-schema": "0.102.4" + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/json-schema": "0.102.5" } } diff --git a/examples/soap-country-info/CHANGELOG.md b/examples/soap-country-info/CHANGELOG.md index 303467abf385a..0ce1ce65b8371 100644 --- a/examples/soap-country-info/CHANGELOG.md +++ b/examples/soap-country-info/CHANGELOG.md @@ -1,5 +1,14 @@ # country-info-example +## 0.17.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/soap@0.101.4 + - @graphql-mesh/plugin-snapshot@0.99.4 + ## 0.17.3 ### Patch Changes diff --git a/examples/soap-country-info/package.json b/examples/soap-country-info/package.json index bdc649bd236e2..5012a4052bc76 100644 --- a/examples/soap-country-info/package.json +++ b/examples/soap-country-info/package.json @@ -1,15 +1,15 @@ { "name": "country-info-example", - "version": "0.17.3", + "version": "0.17.4", "license": "MIT", "private": true, "scripts": { "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/plugin-snapshot": "0.99.3", - "@graphql-mesh/soap": "0.101.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/plugin-snapshot": "0.99.4", + "@graphql-mesh/soap": "0.101.4", "graphql": "16.9.0" } } diff --git a/examples/soap-demo/CHANGELOG.md b/examples/soap-demo/CHANGELOG.md index 940c313072535..11416343a577d 100644 --- a/examples/soap-demo/CHANGELOG.md +++ b/examples/soap-demo/CHANGELOG.md @@ -1,5 +1,13 @@ # soap-demo +## 0.12.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/soap@0.101.4 + ## 0.12.3 ### Patch Changes diff --git a/examples/soap-demo/package.json b/examples/soap-demo/package.json index 16519a97a0d03..b4517e91e15fb 100644 --- a/examples/soap-demo/package.json +++ b/examples/soap-demo/package.json @@ -1,6 +1,6 @@ { "name": "soap-demo", - "version": "0.12.3", + "version": "0.12.4", "license": "MIT", "private": true, "scripts": { @@ -11,8 +11,8 @@ "start:prod": "mesh start" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/soap": "0.101.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/soap": "0.101.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/soap-netsuite/CHANGELOG.md b/examples/soap-netsuite/CHANGELOG.md index d47b085158101..d51ce412675c9 100644 --- a/examples/soap-netsuite/CHANGELOG.md +++ b/examples/soap-netsuite/CHANGELOG.md @@ -1,5 +1,13 @@ # soap-netsuite +## 0.12.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/soap@0.101.4 + ## 0.12.3 ### Patch Changes diff --git a/examples/soap-netsuite/package.json b/examples/soap-netsuite/package.json index cee2cdeb47490..2d05ddbae8b85 100644 --- a/examples/soap-netsuite/package.json +++ b/examples/soap-netsuite/package.json @@ -1,6 +1,6 @@ { "name": "soap-netsuite", - "version": "0.12.3", + "version": "0.12.4", "license": "MIT", "private": true, "scripts": { @@ -11,8 +11,8 @@ "start:prod": "mesh start" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/soap": "0.101.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/soap": "0.101.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/spacex-cfw/CHANGELOG.md b/examples/spacex-cfw/CHANGELOG.md index 914af81d0c39f..4b9832735dc5e 100644 --- a/examples/spacex-cfw/CHANGELOG.md +++ b/examples/spacex-cfw/CHANGELOG.md @@ -1,5 +1,16 @@ # spacex-cfw +## 0.10.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cache-cfw-kv@0.99.4 + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/graphql@0.99.4 + - @graphql-mesh/plugin-response-cache@0.99.4 + - @graphql-mesh/plugin-rate-limit@0.99.4 + ## 0.10.3 ### Patch Changes diff --git a/examples/spacex-cfw/package.json b/examples/spacex-cfw/package.json index 5ea9b96a59cab..cad59100efbad 100644 --- a/examples/spacex-cfw/package.json +++ b/examples/spacex-cfw/package.json @@ -1,14 +1,14 @@ { "name": "spacex-cfw", - "version": "0.10.3", + "version": "0.10.4", "private": true, "dependencies": { "@envelop/depth-limit": "4.0.0", - "@graphql-mesh/cache-cfw-kv": "0.99.3", - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/graphql": "0.99.3", - "@graphql-mesh/plugin-rate-limit": "0.99.3", - "@graphql-mesh/plugin-response-cache": "0.99.3", + "@graphql-mesh/cache-cfw-kv": "0.99.4", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/graphql": "0.99.4", + "@graphql-mesh/plugin-rate-limit": "0.99.4", + "@graphql-mesh/plugin-response-cache": "0.99.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/sqlite-chinook/CHANGELOG.md b/examples/sqlite-chinook/CHANGELOG.md index 5771155553942..d419857562c94 100644 --- a/examples/sqlite-chinook/CHANGELOG.md +++ b/examples/sqlite-chinook/CHANGELOG.md @@ -1,5 +1,13 @@ # chinook +## 0.16.6 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/tuql@0.100.6 + ## 0.16.5 ### Patch Changes diff --git a/examples/sqlite-chinook/package.json b/examples/sqlite-chinook/package.json index 43785144e8529..fc7c080a5284f 100644 --- a/examples/sqlite-chinook/package.json +++ b/examples/sqlite-chinook/package.json @@ -1,14 +1,14 @@ { "name": "chinook", - "version": "0.16.5", + "version": "0.16.6", "license": "MIT", "private": true, "scripts": { "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/tuql": "0.100.5", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/tuql": "0.100.6", "graphql": "16.9.0" }, "resolutions": { diff --git a/examples/thrift-calculator/CHANGELOG.md b/examples/thrift-calculator/CHANGELOG.md index 026e30fc1be1a..688a9f4a9c0d9 100644 --- a/examples/thrift-calculator/CHANGELOG.md +++ b/examples/thrift-calculator/CHANGELOG.md @@ -1,5 +1,13 @@ # thrift-calculator +## 0.17.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/thrift@0.101.4 + ## 0.17.3 ### Patch Changes diff --git a/examples/thrift-calculator/package.json b/examples/thrift-calculator/package.json index 04af368227803..f114e07ee8070 100644 --- a/examples/thrift-calculator/package.json +++ b/examples/thrift-calculator/package.json @@ -1,6 +1,6 @@ { "name": "thrift-calculator", - "version": "0.17.3", + "version": "0.17.4", "license": "MIT", "private": true, "main": "build/main.js", @@ -14,8 +14,8 @@ "@creditkarma/thrift-server-core": "1.0.4", "@creditkarma/thrift-server-express": "1.0.4", "@creditkarma/thrift-typescript": "3.7.6", - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/thrift": "0.101.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/thrift": "0.101.4", "express": "4.19.2", "graphql": "16.9.0", "thrift": "0.20.0", diff --git a/examples/type-merging-batching-example/CHANGELOG.md b/examples/type-merging-batching-example/CHANGELOG.md index ef6cc0c9c95a7..d244c472f250a 100644 --- a/examples/type-merging-batching-example/CHANGELOG.md +++ b/examples/type-merging-batching-example/CHANGELOG.md @@ -1,5 +1,15 @@ # type-merging-batching-example +## 0.10.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.92.4 + - @graphql-mesh/graphql@0.99.4 + - @graphql-mesh/transform-rename@0.99.4 + - @graphql-mesh/transform-type-merging@0.99.4 + ## 0.10.3 ### Patch Changes diff --git a/examples/type-merging-batching-example/package.json b/examples/type-merging-batching-example/package.json index e074ca83f5542..0cb2c9e433b84 100644 --- a/examples/type-merging-batching-example/package.json +++ b/examples/type-merging-batching-example/package.json @@ -1,15 +1,15 @@ { "name": "type-merging-batching-example", - "version": "0.10.3", + "version": "0.10.4", "private": true, "scripts": { "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.92.3", - "@graphql-mesh/graphql": "0.99.3", - "@graphql-mesh/transform-rename": "0.99.3", - "@graphql-mesh/transform-type-merging": "0.99.3", + "@graphql-mesh/cli": "0.92.4", + "@graphql-mesh/graphql": "0.99.4", + "@graphql-mesh/transform-rename": "0.99.4", + "@graphql-mesh/transform-type-merging": "0.99.4", "graphql": "16.9.0" } } diff --git a/examples/v1-next/auth0/CHANGELOG.md b/examples/v1-next/auth0/CHANGELOG.md index cb7ee9c6d25af..1dcf75223c223 100644 --- a/examples/v1-next/auth0/CHANGELOG.md +++ b/examples/v1-next/auth0/CHANGELOG.md @@ -1,5 +1,15 @@ # auth0-example +## 0.17.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/json-schema@0.102.5 + - @graphql-mesh/plugin-operation-field-permissions@0.99.4 + ## 0.17.4 ### Patch Changes diff --git a/examples/v1-next/auth0/package.json b/examples/v1-next/auth0/package.json index e35916bed1b6e..d04e1a4396b5a 100644 --- a/examples/v1-next/auth0/package.json +++ b/examples/v1-next/auth0/package.json @@ -1,6 +1,6 @@ { "name": "@v1-next/auth0-example", - "version": "0.17.4", + "version": "0.17.5", "license": "MIT", "private": true, "scripts": { @@ -11,10 +11,10 @@ }, "dependencies": { "@envelop/auth0": "^6.0.0", - "@graphql-mesh/compose-cli": "^0.6.2", - "@graphql-mesh/plugin-operation-field-permissions": "^0.99.3", - "@graphql-mesh/serve-cli": "^0.8.3", - "@omnigraph/json-schema": "^0.102.4", + "@graphql-mesh/compose-cli": "^0.6.3", + "@graphql-mesh/plugin-operation-field-permissions": "^0.99.4", + "@graphql-mesh/serve-cli": "^0.8.4", + "@omnigraph/json-schema": "^0.102.5", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/v1-next/hive-example/gateway/CHANGELOG.md b/examples/v1-next/hive-example/gateway/CHANGELOG.md index e6665efaacd1c..793eca964422d 100644 --- a/examples/v1-next/hive-example/gateway/CHANGELOG.md +++ b/examples/v1-next/hive-example/gateway/CHANGELOG.md @@ -4,6 +4,13 @@ ### Patch Changes +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + +## null + +### Patch Changes + - Updated dependencies []: - @graphql-mesh/serve-cli@0.8.3 diff --git a/examples/v1-next/hive-example/my-rest/CHANGELOG.md b/examples/v1-next/hive-example/my-rest/CHANGELOG.md index f51f5bfdab0e0..09cf0b8337600 100644 --- a/examples/v1-next/hive-example/my-rest/CHANGELOG.md +++ b/examples/v1-next/hive-example/my-rest/CHANGELOG.md @@ -4,6 +4,14 @@ ### Patch Changes +- Updated dependencies []: + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/openapi@0.102.5 + +## null + +### Patch Changes + - Updated dependencies []: - @graphql-mesh/compose-cli@0.6.2 - @omnigraph/openapi@0.102.4 diff --git a/examples/v1-next/integrations/cfw-breweries/CHANGELOG.md b/examples/v1-next/integrations/cfw-breweries/CHANGELOG.md index ff23f818d437b..84fe1db8770ca 100644 --- a/examples/v1-next/integrations/cfw-breweries/CHANGELOG.md +++ b/examples/v1-next/integrations/cfw-breweries/CHANGELOG.md @@ -1,5 +1,21 @@ # cloudflare-workers +## 0.15.5 + +### Patch Changes + +- Updated dependencies + [[`ec31e60`](https://github.com/ardatan/graphql-mesh/commit/ec31e608c271f14554fcef5519a12c4366e87f38), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/serve-runtime@0.5.5 + - @graphql-mesh/cache-cfw-kv@0.99.4 + - @graphql-mesh/cache-localforage@0.99.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/json-schema@0.102.5 + - @graphql-mesh/plugin-response-cache@0.99.4 + ## 0.15.4 ### Patch Changes diff --git a/examples/v1-next/integrations/cfw-breweries/package.json b/examples/v1-next/integrations/cfw-breweries/package.json index f7748390c85c9..776ea497b43cb 100644 --- a/examples/v1-next/integrations/cfw-breweries/package.json +++ b/examples/v1-next/integrations/cfw-breweries/package.json @@ -1,18 +1,18 @@ { "name": "cfw-breweries", - "version": "0.15.4", + "version": "0.15.5", "private": true, "scripts": { "compose": "node ../../../../packages/compose-cli/dist/esm/bin.js > ./src/supergraph.graphql.ts", "start": "wrangler dev" }, "dependencies": { - "@graphql-mesh/cache-cfw-kv": "^0.99.3", - "@graphql-mesh/cache-localforage": "^0.99.3", - "@graphql-mesh/compose-cli": "^0.6.2", - "@graphql-mesh/plugin-response-cache": "^0.99.3", - "@graphql-mesh/serve-runtime": "^0.5.4", - "@omnigraph/json-schema": "^0.102.4", + "@graphql-mesh/cache-cfw-kv": "^0.99.4", + "@graphql-mesh/cache-localforage": "^0.99.4", + "@graphql-mesh/compose-cli": "^0.6.3", + "@graphql-mesh/plugin-response-cache": "^0.99.4", + "@graphql-mesh/serve-runtime": "^0.5.5", + "@omnigraph/json-schema": "^0.102.5", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/v1-next/integrations/cfw-spacex/CHANGELOG.md b/examples/v1-next/integrations/cfw-spacex/CHANGELOG.md index e0dccdc419ae5..aeaa81f5b6616 100644 --- a/examples/v1-next/integrations/cfw-spacex/CHANGELOG.md +++ b/examples/v1-next/integrations/cfw-spacex/CHANGELOG.md @@ -1,5 +1,19 @@ # spacex-cfw +## 0.11.5 + +### Patch Changes + +- Updated dependencies + [[`ec31e60`](https://github.com/ardatan/graphql-mesh/commit/ec31e608c271f14554fcef5519a12c4366e87f38), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/serve-runtime@0.5.5 + - @graphql-mesh/cache-cfw-kv@0.99.4 + - @graphql-mesh/plugin-response-cache@0.99.4 + - @graphql-mesh/plugin-rate-limit@0.99.4 + ## 0.11.4 ### Patch Changes diff --git a/examples/v1-next/integrations/cfw-spacex/package.json b/examples/v1-next/integrations/cfw-spacex/package.json index 98d18fbddf938..c26392df3ceaf 100644 --- a/examples/v1-next/integrations/cfw-spacex/package.json +++ b/examples/v1-next/integrations/cfw-spacex/package.json @@ -1,16 +1,16 @@ { "name": "@v1-next/cfw-spacex", - "version": "0.11.4", + "version": "0.11.5", "private": true, "scripts": { "start": "wrangler dev" }, "dependencies": { "@envelop/depth-limit": "^4.0.0", - "@graphql-mesh/cache-cfw-kv": "^0.99.3", - "@graphql-mesh/plugin-rate-limit": "^0.99.3", - "@graphql-mesh/plugin-response-cache": "^0.99.3", - "@graphql-mesh/serve-runtime": "^0.5.4", + "@graphql-mesh/cache-cfw-kv": "^0.99.4", + "@graphql-mesh/plugin-rate-limit": "^0.99.4", + "@graphql-mesh/plugin-response-cache": "^0.99.4", + "@graphql-mesh/serve-runtime": "^0.5.5", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/v1-next/integrations/fastify/CHANGELOG.md b/examples/v1-next/integrations/fastify/CHANGELOG.md index 15bc9eacb2ae1..5ecc123dfbd91 100644 --- a/examples/v1-next/integrations/fastify/CHANGELOG.md +++ b/examples/v1-next/integrations/fastify/CHANGELOG.md @@ -1,5 +1,18 @@ # example-fastify +## 0.14.5 + +### Patch Changes + +- Updated dependencies + [[`ec31e60`](https://github.com/ardatan/graphql-mesh/commit/ec31e608c271f14554fcef5519a12c4366e87f38), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/serve-runtime@0.5.5 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/openapi@0.102.5 + ## 0.14.4 ### Patch Changes diff --git a/examples/v1-next/integrations/fastify/package.json b/examples/v1-next/integrations/fastify/package.json index 6a39a39075f5b..0541c05cff075 100644 --- a/examples/v1-next/integrations/fastify/package.json +++ b/examples/v1-next/integrations/fastify/package.json @@ -1,15 +1,15 @@ { "name": "@v1-next/example-fastify", - "version": "0.14.4", + "version": "0.14.5", "private": true, "scripts": { "compose": "node ../../../../packages/compose-cli/dist/cjs/bin.js > supergraph.graphql", "start": "ts-node-dev src/index.ts" }, "dependencies": { - "@graphql-mesh/compose-cli": "^0.6.2", - "@graphql-mesh/serve-runtime": "^0.5.4", - "@omnigraph/openapi": "^0.102.4", + "@graphql-mesh/compose-cli": "^0.6.3", + "@graphql-mesh/serve-runtime": "^0.5.5", + "@omnigraph/openapi": "^0.102.5", "fastify": "^4.26.0", "graphql": "16.9.0", "ts-node": "^10.9.2", diff --git a/examples/v1-next/integrations/gcp-functions/CHANGELOG.md b/examples/v1-next/integrations/gcp-functions/CHANGELOG.md index 5b6060c94be37..4d62f2ce65a1c 100644 --- a/examples/v1-next/integrations/gcp-functions/CHANGELOG.md +++ b/examples/v1-next/integrations/gcp-functions/CHANGELOG.md @@ -1,5 +1,18 @@ # example-gcp +## 0.15.5 + +### Patch Changes + +- Updated dependencies + [[`ec31e60`](https://github.com/ardatan/graphql-mesh/commit/ec31e608c271f14554fcef5519a12c4366e87f38), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/serve-runtime@0.5.5 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/json-schema@0.102.5 + ## 0.15.4 ### Patch Changes diff --git a/examples/v1-next/integrations/gcp-functions/package.json b/examples/v1-next/integrations/gcp-functions/package.json index 2e285bc78dccc..1fcd91b2307fa 100644 --- a/examples/v1-next/integrations/gcp-functions/package.json +++ b/examples/v1-next/integrations/gcp-functions/package.json @@ -1,6 +1,6 @@ { "name": "@v1-next/example-gcp", - "version": "0.15.4", + "version": "0.15.5", "private": true, "main": "dist/index.js", "scripts": { @@ -13,9 +13,9 @@ }, "dependencies": { "@google-cloud/functions-framework": "^3.3.0", - "@graphql-mesh/compose-cli": "^0.6.2", - "@graphql-mesh/serve-runtime": "^0.5.4", - "@omnigraph/json-schema": "^0.102.4", + "@graphql-mesh/compose-cli": "^0.6.3", + "@graphql-mesh/serve-runtime": "^0.5.5", + "@omnigraph/json-schema": "^0.102.5", "@types/node": "^20.10.6", "graphql": "^16.8.1", "typescript": "^5.4.2" diff --git a/examples/v1-next/integrations/openwhisk-example/CHANGELOG.md b/examples/v1-next/integrations/openwhisk-example/CHANGELOG.md index 09a65f05a21ce..a3c420d6d03aa 100644 --- a/examples/v1-next/integrations/openwhisk-example/CHANGELOG.md +++ b/examples/v1-next/integrations/openwhisk-example/CHANGELOG.md @@ -1,5 +1,17 @@ # openwhisk-example +## 0.14.4 + +### Patch Changes + +- Updated dependencies + [[`ec31e60`](https://github.com/ardatan/graphql-mesh/commit/ec31e608c271f14554fcef5519a12c4366e87f38), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/serve-runtime@0.5.5 + - @graphql-mesh/serve-cli@0.8.4 + ## 0.14.3 ### Patch Changes diff --git a/examples/v1-next/integrations/openwhisk-example/package.json b/examples/v1-next/integrations/openwhisk-example/package.json index f117214cbb61c..fee927af4f41f 100644 --- a/examples/v1-next/integrations/openwhisk-example/package.json +++ b/examples/v1-next/integrations/openwhisk-example/package.json @@ -1,6 +1,6 @@ { "name": "@v1-next/openwhisk-example", - "version": "0.14.3", + "version": "0.14.4", "description": "OpenWhisk Example for GraphQL Mesh", "author": "Arda TANRIKULU ", "license": "MIT", @@ -12,8 +12,8 @@ "dev": "mesh serve" }, "dependencies": { - "@graphql-mesh/serve-cli": "^0.8.3", - "@graphql-mesh/serve-runtime": "^0.5.4", + "@graphql-mesh/serve-cli": "^0.8.4", + "@graphql-mesh/serve-runtime": "^0.5.5", "esbuild": "^0.23.0", "graphql": "16.9.0", "typescript": "^5.4.2" diff --git a/examples/v1-next/json-schema-reddit/CHANGELOG.md b/examples/v1-next/json-schema-reddit/CHANGELOG.md index 779f93f4285ae..7399bc9f2176d 100644 --- a/examples/v1-next/json-schema-reddit/CHANGELOG.md +++ b/examples/v1-next/json-schema-reddit/CHANGELOG.md @@ -4,6 +4,15 @@ ### Patch Changes +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/json-schema@0.102.5 + +## null + +### Patch Changes + - Updated dependencies []: - @graphql-mesh/compose-cli@0.6.2 - @omnigraph/json-schema@0.102.4 diff --git a/examples/v1-next/openapi-location-weather/CHANGELOG.md b/examples/v1-next/openapi-location-weather/CHANGELOG.md index 4a9062843ceb7..ac368f21ad6c4 100644 --- a/examples/v1-next/openapi-location-weather/CHANGELOG.md +++ b/examples/v1-next/openapi-location-weather/CHANGELOG.md @@ -1,5 +1,16 @@ # typescript-location-weather-example +## 0.21.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/cache-localforage@0.99.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/openapi@0.102.5 + - @graphql-mesh/plugin-response-cache@0.99.4 + ## 0.21.4 ### Patch Changes diff --git a/examples/v1-next/openapi-location-weather/package.json b/examples/v1-next/openapi-location-weather/package.json index 909394783f344..fbc46a521f7d4 100644 --- a/examples/v1-next/openapi-location-weather/package.json +++ b/examples/v1-next/openapi-location-weather/package.json @@ -1,6 +1,6 @@ { "name": "location-weather-example", - "version": "0.21.4", + "version": "0.21.5", "license": "MIT", "private": true, "scripts": { @@ -8,11 +8,11 @@ "serve": "node ../../packages/serve-cli/dist/cjs/bin.js" }, "dependencies": { - "@graphql-mesh/cache-localforage": "^0.99.3", - "@graphql-mesh/compose-cli": "^0.6.2", - "@graphql-mesh/plugin-response-cache": "^0.99.3", - "@graphql-mesh/serve-cli": "^0.8.3", - "@omnigraph/openapi": "^0.102.4", + "@graphql-mesh/cache-localforage": "^0.99.4", + "@graphql-mesh/compose-cli": "^0.6.3", + "@graphql-mesh/plugin-response-cache": "^0.99.4", + "@graphql-mesh/serve-cli": "^0.8.4", + "@omnigraph/openapi": "^0.102.5", "graphql": "^16.8.1" } } diff --git a/examples/v1-next/openapi-youtrack/CHANGELOG.md b/examples/v1-next/openapi-youtrack/CHANGELOG.md index a3670fae065ea..fcfb9eb240166 100644 --- a/examples/v1-next/openapi-youtrack/CHANGELOG.md +++ b/examples/v1-next/openapi-youtrack/CHANGELOG.md @@ -1,5 +1,14 @@ # openapi-youtrack +## 0.21.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/serve-cli@0.8.4 + - @graphql-mesh/compose-cli@0.6.3 + - @omnigraph/openapi@0.102.5 + ## 0.21.4 ### Patch Changes diff --git a/examples/v1-next/openapi-youtrack/package.json b/examples/v1-next/openapi-youtrack/package.json index 8bd3026fb5bda..a63149b9a9cc0 100644 --- a/examples/v1-next/openapi-youtrack/package.json +++ b/examples/v1-next/openapi-youtrack/package.json @@ -1,6 +1,6 @@ { "name": "@v1-next/openapi-youtrack", - "version": "0.21.4", + "version": "0.21.5", "license": "MIT", "private": true, "scripts": { @@ -8,9 +8,9 @@ "serve": "node ../../packages/serve-cli/dist/cjs/bin.js" }, "dependencies": { - "@graphql-mesh/compose-cli": "^0.6.2", - "@graphql-mesh/serve-cli": "^0.8.3", - "@omnigraph/openapi": "^0.102.4", + "@graphql-mesh/compose-cli": "^0.6.3", + "@graphql-mesh/serve-cli": "^0.8.4", + "@omnigraph/openapi": "^0.102.5", "graphql": "^16.8.1" } } diff --git a/packages/cache/cfw-kv/CHANGELOG.md b/packages/cache/cfw-kv/CHANGELOG.md index f052023a95709..481d67f8f6ba7 100644 --- a/packages/cache/cfw-kv/CHANGELOG.md +++ b/packages/cache/cfw-kv/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/cache-cfw-kv +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/cache/cfw-kv/package.json b/packages/cache/cfw-kv/package.json index b1ea00aa9a0c1..d5a86c615ff9b 100644 --- a/packages/cache/cfw-kv/package.json +++ b/packages/cache/cfw-kv/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cache-cfw-kv", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/cache/file/CHANGELOG.md b/packages/cache/file/CHANGELOG.md index 780838c53347a..b1b9492d6f584 100644 --- a/packages/cache/file/CHANGELOG.md +++ b/packages/cache/file/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/cache-file +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/cache/file/package.json b/packages/cache/file/package.json index 01ffb158b3d44..a0af44880919a 100644 --- a/packages/cache/file/package.json +++ b/packages/cache/file/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cache-file", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/cache/localforage/CHANGELOG.md b/packages/cache/localforage/CHANGELOG.md index 790b268f12f7b..73d1e4d325016 100644 --- a/packages/cache/localforage/CHANGELOG.md +++ b/packages/cache/localforage/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/cache-localforage +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/cache/localforage/package.json b/packages/cache/localforage/package.json index 105272a6fa9ad..f194ff8ebdcfb 100644 --- a/packages/cache/localforage/package.json +++ b/packages/cache/localforage/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cache-localforage", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/cache/redis/CHANGELOG.md b/packages/cache/redis/CHANGELOG.md index 8737c50497589..bb48ccb2e4709 100644 --- a/packages/cache/redis/CHANGELOG.md +++ b/packages/cache/redis/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/cache-redis +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/cache/redis/package.json b/packages/cache/redis/package.json index c0ef2cc76713e..0529fcf563964 100644 --- a/packages/cache/redis/package.json +++ b/packages/cache/redis/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cache-redis", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/compose-cli/CHANGELOG.md b/packages/compose-cli/CHANGELOG.md index e5b6271a782b1..54d51f662bbed 100644 --- a/packages/compose-cli/CHANGELOG.md +++ b/packages/compose-cli/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/compose-cli +## 0.6.3 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/fusion-composition@0.1.4 + - @graphql-mesh/types@0.99.4 + ## 0.6.2 ### Patch Changes diff --git a/packages/compose-cli/package.json b/packages/compose-cli/package.json index 7f33409bac557..6d98f280eaa8a 100644 --- a/packages/compose-cli/package.json +++ b/packages/compose-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/compose-cli", - "version": "0.6.2", + "version": "0.6.3", "type": "module", "repository": { "type": "git", @@ -35,13 +35,13 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", "graphql": "*" }, "dependencies": { "@commander-js/extra-typings": "^12.0.1", - "@graphql-mesh/fusion-composition": "^0.1.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/fusion-composition": "^0.1.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/graphql-file-loader": "8.0.1", "@graphql-tools/load": "^8.0.1", "@graphql-tools/schema": "^10.0.4", diff --git a/packages/fusion/composition/CHANGELOG.md b/packages/fusion/composition/CHANGELOG.md index 267cfaa1ab298..18a3610d2be7c 100644 --- a/packages/fusion/composition/CHANGELOG.md +++ b/packages/fusion/composition/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/fusion-composition +## 0.1.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + ## 0.1.3 ### Patch Changes diff --git a/packages/fusion/composition/package.json b/packages/fusion/composition/package.json index 6cad7fcc57fe0..e5c2dabd69be6 100644 --- a/packages/fusion/composition/package.json +++ b/packages/fusion/composition/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/fusion-composition", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "description": "Basic composition utility for Fusion spec", "repository": { @@ -50,7 +50,7 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" }, "dependencies": { - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/schema": "^10.0.4", "@graphql-tools/stitching-directives": "^3.0.2", "@graphql-tools/utils": "^10.3.2", diff --git a/packages/fusion/runtime/CHANGELOG.md b/packages/fusion/runtime/CHANGELOG.md index 401a8bb5cca06..1308b2609da34 100644 --- a/packages/fusion/runtime/CHANGELOG.md +++ b/packages/fusion/runtime/CHANGELOG.md @@ -1,5 +1,22 @@ # @graphql-mesh/fusion-runtime +## 0.5.5 + +### Patch Changes + +- [#7343](https://github.com/ardatan/graphql-mesh/pull/7343) + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b) + Thanks [@ardatan](https://github.com/ardatan)! - More verbose debug logs for HTTP fetch calls and + subgraph requests + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/runtime@0.100.4 + - @graphql-mesh/types@0.99.4 + - @graphql-mesh/transport-common@0.4.4 + ## 0.5.4 ### Patch Changes diff --git a/packages/fusion/runtime/package.json b/packages/fusion/runtime/package.json index 762a01b5cf20d..58674479f1be8 100644 --- a/packages/fusion/runtime/package.json +++ b/packages/fusion/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/fusion-runtime", - "version": "0.5.4", + "version": "0.5.5", "type": "module", "description": "Runtime for GraphQL Mesh Fusion Supergraph", "repository": { @@ -52,10 +52,10 @@ "dependencies": { "@envelop/core": "^5.0.1", "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/runtime": "^0.100.3", - "@graphql-mesh/transport-common": "^0.4.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/runtime": "^0.100.4", + "@graphql-mesh/transport-common": "^0.4.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/delegate": "^10.0.16", "@graphql-tools/executor": "^1.3.0", "@graphql-tools/federation": "^2.2.1", diff --git a/packages/legacy/apollo-link/CHANGELOG.md b/packages/legacy/apollo-link/CHANGELOG.md index 6833f4d2f480a..61bb1cb8f6090 100644 --- a/packages/legacy/apollo-link/CHANGELOG.md +++ b/packages/legacy/apollo-link/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/apollo-link +## 0.100.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/runtime@0.100.4 + ## 0.100.3 ### Patch Changes diff --git a/packages/legacy/apollo-link/package.json b/packages/legacy/apollo-link/package.json index aa3331219a372..3bed93f52ce47 100644 --- a/packages/legacy/apollo-link/package.json +++ b/packages/legacy/apollo-link/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/apollo-link", - "version": "0.100.3", + "version": "0.100.4", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@apollo/client": "^3.5.9", - "@graphql-mesh/runtime": "^0.100.3", + "@graphql-mesh/runtime": "^0.100.4", "@graphql-tools/utils": "^10.2.3", "graphql": "^15.2.0 || ^16.0.0", "tslib": "^2.4.0" diff --git a/packages/legacy/cli/CHANGELOG.md b/packages/legacy/cli/CHANGELOG.md index 4f998f0b7d15d..8d86d2faa6d25 100644 --- a/packages/legacy/cli/CHANGELOG.md +++ b/packages/legacy/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @graphql-mesh/cli +## 0.92.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/config@0.101.4 + - @graphql-mesh/http@0.100.4 + - @graphql-mesh/runtime@0.100.4 + - @graphql-mesh/store@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.92.3 ### Patch Changes diff --git a/packages/legacy/cli/package.json b/packages/legacy/cli/package.json index fef3415d98170..3eaeb7d9a9cfa 100644 --- a/packages/legacy/cli/package.json +++ b/packages/legacy/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cli", - "version": "0.92.3", + "version": "0.92.4", "type": "module", "repository": { "type": "git", @@ -47,13 +47,13 @@ "@graphql-codegen/typescript-generic-sdk": "^3.1.0", "@graphql-codegen/typescript-operations": "^4.0.0", "@graphql-codegen/typescript-resolvers": "^4.0.0", - "@graphql-mesh/config": "^0.101.3", + "@graphql-mesh/config": "^0.101.4", "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/http": "^0.100.3", - "@graphql-mesh/runtime": "^0.100.3", - "@graphql-mesh/store": "^0.99.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/http": "^0.100.4", + "@graphql-mesh/runtime": "^0.100.4", + "@graphql-mesh/store": "^0.99.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "ajv": "^8.12.0", "change-case": "^4.1.2", diff --git a/packages/legacy/config/CHANGELOG.md b/packages/legacy/config/CHANGELOG.md index 970f2fd31ddfb..ecb96f930a0f3 100644 --- a/packages/legacy/config/CHANGELOG.md +++ b/packages/legacy/config/CHANGELOG.md @@ -1,5 +1,20 @@ # @graphql-mesh/config +## 0.101.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/cache-localforage@0.99.4 + - @graphql-mesh/merger-bare@0.99.4 + - @graphql-mesh/merger-stitching@0.99.4 + - @graphql-mesh/runtime@0.100.4 + - @graphql-mesh/store@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.101.3 ### Patch Changes diff --git a/packages/legacy/config/package.json b/packages/legacy/config/package.json index 640b46bf3e81f..d058a74b029cb 100644 --- a/packages/legacy/config/package.json +++ b/packages/legacy/config/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/config", - "version": "0.101.3", + "version": "0.101.4", "type": "module", "repository": { "type": "git", @@ -33,19 +33,19 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/runtime": "^0.100.3", - "@graphql-mesh/store": "^0.99.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/runtime": "^0.100.4", + "@graphql-mesh/store": "^0.99.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { "@envelop/core": "^5.0.0", - "@graphql-mesh/cache-localforage": "^0.99.3", - "@graphql-mesh/merger-bare": "^0.99.3", - "@graphql-mesh/merger-stitching": "^0.99.3", + "@graphql-mesh/cache-localforage": "^0.99.4", + "@graphql-mesh/merger-bare": "^0.99.4", + "@graphql-mesh/merger-stitching": "^0.99.4", "@graphql-tools/code-file-loader": "^8.0.0", "@graphql-tools/graphql-file-loader": "^8.0.0", "@graphql-tools/load": "^8.0.0", diff --git a/packages/legacy/handlers/graphql/CHANGELOG.md b/packages/legacy/handlers/graphql/CHANGELOG.md index 50eed0cad7abd..1181e4d5d8f8f 100644 --- a/packages/legacy/handlers/graphql/CHANGELOG.md +++ b/packages/legacy/handlers/graphql/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/graphql +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/store@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/handlers/graphql/package.json b/packages/legacy/handlers/graphql/package.json index f30abbda64b92..61efcc8884508 100644 --- a/packages/legacy/handlers/graphql/package.json +++ b/packages/legacy/handlers/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/graphql", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/store": "^0.99.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/store": "^0.99.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/handlers/grpc/CHANGELOG.md b/packages/legacy/handlers/grpc/CHANGELOG.md index d69f0500d905f..4d67e94be2373 100644 --- a/packages/legacy/handlers/grpc/CHANGELOG.md +++ b/packages/legacy/handlers/grpc/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/grpc +## 0.101.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/store@0.99.4 + - @graphql-mesh/types@0.99.4 + - @graphql-mesh/transport-common@0.4.4 + ## 0.101.3 ### Patch Changes diff --git a/packages/legacy/handlers/grpc/package.json b/packages/legacy/handlers/grpc/package.json index d06f0f628b680..6faf7cfd78df0 100644 --- a/packages/legacy/handlers/grpc/package.json +++ b/packages/legacy/handlers/grpc/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/grpc", - "version": "0.101.3", + "version": "0.101.4", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/store": "^0.99.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/store": "^0.99.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" @@ -43,7 +43,7 @@ "dependencies": { "@ardatan/grpc-reflection-js": "^0.0.2", "@graphql-mesh/string-interpolation": "^0.5.5", - "@graphql-mesh/transport-common": "^0.4.3", + "@graphql-mesh/transport-common": "^0.4.4", "@grpc/grpc-js": "^1.1.7", "@grpc/proto-loader": "^0.7.8", "globby": "^11.1.0", diff --git a/packages/legacy/handlers/json-schema/CHANGELOG.md b/packages/legacy/handlers/json-schema/CHANGELOG.md index 7407aee360976..8298a3ccdcf00 100644 --- a/packages/legacy/handlers/json-schema/CHANGELOG.md +++ b/packages/legacy/handlers/json-schema/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/json-schema +## 0.102.5 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/store@0.99.4 + - @omnigraph/json-schema@0.102.5 + - @graphql-mesh/types@0.99.4 + ## 0.102.4 ### Patch Changes diff --git a/packages/legacy/handlers/json-schema/package.json b/packages/legacy/handlers/json-schema/package.json index 035220d86c46e..9434d022c2a71 100644 --- a/packages/legacy/handlers/json-schema/package.json +++ b/packages/legacy/handlers/json-schema/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/json-schema", - "version": "0.102.4", + "version": "0.102.5", "type": "module", "repository": { "type": "git", @@ -33,16 +33,16 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/store": "^0.99.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/store": "^0.99.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { "@graphql-mesh/string-interpolation": "0.5.5", "@json-schema-tools/meta-schema": "1.7.5", - "@omnigraph/json-schema": "0.102.4", + "@omnigraph/json-schema": "0.102.5", "graphql-compose": "9.0.11", "json-machete": "0.97.3" }, diff --git a/packages/legacy/handlers/mongoose/CHANGELOG.md b/packages/legacy/handlers/mongoose/CHANGELOG.md index 203a6c8d979d5..755bf47d323f1 100644 --- a/packages/legacy/handlers/mongoose/CHANGELOG.md +++ b/packages/legacy/handlers/mongoose/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/mongoose +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/handlers/mongoose/package.json b/packages/legacy/handlers/mongoose/package.json index 6336980b3a454..d7f8480d99f58 100644 --- a/packages/legacy/handlers/mongoose/package.json +++ b/packages/legacy/handlers/mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/mongoose", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "mongoose": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/handlers/mysql/CHANGELOG.md b/packages/legacy/handlers/mysql/CHANGELOG.md index 8266ec849f382..59f8c98fac549 100644 --- a/packages/legacy/handlers/mysql/CHANGELOG.md +++ b/packages/legacy/handlers/mysql/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/mysql +## 0.100.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/store@0.99.4 + - @omnigraph/mysql@0.4.4 + - @graphql-mesh/types@0.99.4 + ## 0.100.3 ### Patch Changes diff --git a/packages/legacy/handlers/mysql/package.json b/packages/legacy/handlers/mysql/package.json index 00571b7bf9ccc..6a532c2a3d7c8 100644 --- a/packages/legacy/handlers/mysql/package.json +++ b/packages/legacy/handlers/mysql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/mysql", - "version": "0.100.3", + "version": "0.100.4", "type": "module", "repository": { "type": "git", @@ -32,15 +32,15 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.99.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/store": "^0.99.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/mysql": "^0.4.3" + "@omnigraph/mysql": "^0.4.4" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/neo4j/CHANGELOG.md b/packages/legacy/handlers/neo4j/CHANGELOG.md index 8692ab21d5248..c66760d8ce275 100644 --- a/packages/legacy/handlers/neo4j/CHANGELOG.md +++ b/packages/legacy/handlers/neo4j/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/neo4j +## 0.100.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/store@0.99.4 + - @graphql-mesh/types@0.99.4 + - @omnigraph/neo4j@0.4.4 + ## 0.100.3 ### Patch Changes diff --git a/packages/legacy/handlers/neo4j/package.json b/packages/legacy/handlers/neo4j/package.json index 1ef253df5e733..59c9994a8ee88 100644 --- a/packages/legacy/handlers/neo4j/package.json +++ b/packages/legacy/handlers/neo4j/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/neo4j", - "version": "0.100.3", + "version": "0.100.4", "type": "module", "repository": { "type": "git", @@ -32,14 +32,14 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.99.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/store": "^0.99.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/neo4j": "^0.4.3" + "@omnigraph/neo4j": "^0.4.4" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/odata/CHANGELOG.md b/packages/legacy/handlers/odata/CHANGELOG.md index 2d480d2183bd5..927929b3b6ed4 100644 --- a/packages/legacy/handlers/odata/CHANGELOG.md +++ b/packages/legacy/handlers/odata/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/odata +## 0.101.2 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/store@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.101.1 ### Patch Changes diff --git a/packages/legacy/handlers/odata/package.json b/packages/legacy/handlers/odata/package.json index b23c51cd0d04c..8bfaf7c28c6cb 100644 --- a/packages/legacy/handlers/odata/package.json +++ b/packages/legacy/handlers/odata/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/odata", - "version": "0.101.1", + "version": "0.101.2", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/store": "^0.99.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/store": "^0.99.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/handlers/openapi/CHANGELOG.md b/packages/legacy/handlers/openapi/CHANGELOG.md index 4b1bbb8300fd2..9b4fbeba7fd95 100644 --- a/packages/legacy/handlers/openapi/CHANGELOG.md +++ b/packages/legacy/handlers/openapi/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/openapi +## 0.102.5 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/store@0.99.4 + - @omnigraph/openapi@0.102.5 + - @graphql-mesh/types@0.99.4 + ## 0.102.4 ### Patch Changes diff --git a/packages/legacy/handlers/openapi/package.json b/packages/legacy/handlers/openapi/package.json index 81fde324328d8..d0a3ed1aee639 100644 --- a/packages/legacy/handlers/openapi/package.json +++ b/packages/legacy/handlers/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/openapi", - "version": "0.102.4", + "version": "0.102.5", "type": "module", "repository": { "type": "git", @@ -32,15 +32,15 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.99.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/store": "^0.99.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { "@graphql-mesh/string-interpolation": "0.5.5", - "@omnigraph/openapi": "0.102.4" + "@omnigraph/openapi": "0.102.5" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/postgraphile/CHANGELOG.md b/packages/legacy/handlers/postgraphile/CHANGELOG.md index cc75ea743938c..3b8e8051f19fe 100644 --- a/packages/legacy/handlers/postgraphile/CHANGELOG.md +++ b/packages/legacy/handlers/postgraphile/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/postgraphile +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/store@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/handlers/postgraphile/package.json b/packages/legacy/handlers/postgraphile/package.json index 7764a59435a31..0df732f862146 100644 --- a/packages/legacy/handlers/postgraphile/package.json +++ b/packages/legacy/handlers/postgraphile/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/postgraphile", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/store": "^0.99.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/store": "^0.99.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/legacy/handlers/raml/CHANGELOG.md b/packages/legacy/handlers/raml/CHANGELOG.md index 752b72faab07b..b48ccda12c974 100644 --- a/packages/legacy/handlers/raml/CHANGELOG.md +++ b/packages/legacy/handlers/raml/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/raml +## 0.102.5 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/store@0.99.4 + - @omnigraph/raml@0.102.5 + - @graphql-mesh/types@0.99.4 + ## 0.102.4 ### Patch Changes diff --git a/packages/legacy/handlers/raml/package.json b/packages/legacy/handlers/raml/package.json index 0f38d5bcc139b..e10f6d1d398b5 100644 --- a/packages/legacy/handlers/raml/package.json +++ b/packages/legacy/handlers/raml/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/raml", - "version": "0.102.4", + "version": "0.102.5", "type": "module", "repository": { "type": "git", @@ -32,14 +32,14 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.99.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/store": "^0.99.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/raml": "0.102.4" + "@omnigraph/raml": "0.102.5" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/soap/CHANGELOG.md b/packages/legacy/handlers/soap/CHANGELOG.md index e95561e889050..51441f4648e93 100644 --- a/packages/legacy/handlers/soap/CHANGELOG.md +++ b/packages/legacy/handlers/soap/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/soap +## 0.101.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/store@0.99.4 + - @omnigraph/soap@0.101.4 + - @graphql-mesh/types@0.99.4 + ## 0.101.3 ### Patch Changes diff --git a/packages/legacy/handlers/soap/package.json b/packages/legacy/handlers/soap/package.json index 50967822aa3b6..16c851bad1225 100644 --- a/packages/legacy/handlers/soap/package.json +++ b/packages/legacy/handlers/soap/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/soap", - "version": "0.101.3", + "version": "0.101.4", "type": "module", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.99.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/store": "^0.99.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" @@ -42,7 +42,7 @@ "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", "@graphql-mesh/string-interpolation": "^0.5.5", - "@omnigraph/soap": "0.101.3" + "@omnigraph/soap": "0.101.4" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/supergraph/CHANGELOG.md b/packages/legacy/handlers/supergraph/CHANGELOG.md index 4a6bacabbfe17..149af16025ff7 100644 --- a/packages/legacy/handlers/supergraph/CHANGELOG.md +++ b/packages/legacy/handlers/supergraph/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/supergraph +## 0.5.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/store@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.5.3 ### Patch Changes diff --git a/packages/legacy/handlers/supergraph/package.json b/packages/legacy/handlers/supergraph/package.json index 56c8628f980a2..7f82fdf4323ce 100644 --- a/packages/legacy/handlers/supergraph/package.json +++ b/packages/legacy/handlers/supergraph/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/supergraph", - "version": "0.5.3", + "version": "0.5.4", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/store": "^0.99.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/store": "^0.99.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/legacy/handlers/thrift/CHANGELOG.md b/packages/legacy/handlers/thrift/CHANGELOG.md index 9c013111d0b82..ed3ca8a471381 100644 --- a/packages/legacy/handlers/thrift/CHANGELOG.md +++ b/packages/legacy/handlers/thrift/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/thrift +## 0.101.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/store@0.99.4 + - @omnigraph/thrift@0.4.4 + - @graphql-mesh/types@0.99.4 + ## 0.101.3 ### Patch Changes diff --git a/packages/legacy/handlers/thrift/package.json b/packages/legacy/handlers/thrift/package.json index e34023620d608..d38dc1c8d7972 100644 --- a/packages/legacy/handlers/thrift/package.json +++ b/packages/legacy/handlers/thrift/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/thrift", - "version": "0.101.3", + "version": "0.101.4", "type": "module", "repository": { "type": "git", @@ -33,15 +33,15 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/store": "^0.99.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/store": "^0.99.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/thrift": "^0.4.3" + "@omnigraph/thrift": "^0.4.4" }, "devDependencies": { "@types/thrift": "0.10.17", diff --git a/packages/legacy/handlers/tuql/CHANGELOG.md b/packages/legacy/handlers/tuql/CHANGELOG.md index 637a57dfe76c8..20404d8237128 100644 --- a/packages/legacy/handlers/tuql/CHANGELOG.md +++ b/packages/legacy/handlers/tuql/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/tuql +## 0.100.6 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.99.4 + - @omnigraph/sqlite@0.3.5 + ## 0.100.5 ### Patch Changes diff --git a/packages/legacy/handlers/tuql/package.json b/packages/legacy/handlers/tuql/package.json index 7fbb194f49fc6..cf46e4a0b8d55 100644 --- a/packages/legacy/handlers/tuql/package.json +++ b/packages/legacy/handlers/tuql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/tuql", - "version": "0.100.5", + "version": "0.100.6", "type": "module", "repository": { "type": "git", @@ -32,12 +32,12 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/sqlite": "^0.3.4" + "@omnigraph/sqlite": "^0.3.5" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/http/CHANGELOG.md b/packages/legacy/http/CHANGELOG.md index 9b55a382d384a..cf5ab8104ddab 100644 --- a/packages/legacy/http/CHANGELOG.md +++ b/packages/legacy/http/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/http +## 0.100.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/runtime@0.100.4 + - @graphql-mesh/types@0.99.4 + ## 0.100.3 ### Patch Changes diff --git a/packages/legacy/http/package.json b/packages/legacy/http/package.json index 15e54b75a65b4..a39c888db63a4 100644 --- a/packages/legacy/http/package.json +++ b/packages/legacy/http/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/http", - "version": "0.100.3", + "version": "0.100.4", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/runtime": "^0.100.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/runtime": "^0.100.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/mergers/bare/CHANGELOG.md b/packages/legacy/mergers/bare/CHANGELOG.md index bd54aabd97461..4f4f1f64c0522 100644 --- a/packages/legacy/mergers/bare/CHANGELOG.md +++ b/packages/legacy/mergers/bare/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/merger-bare +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/merger-stitching@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/mergers/bare/package.json b/packages/legacy/mergers/bare/package.json index 07cd8c2b0c3f0..69bb2fd342baf 100644 --- a/packages/legacy/mergers/bare/package.json +++ b/packages/legacy/mergers/bare/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/merger-bare", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,14 +32,14 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@graphql-mesh/merger-stitching": "0.99.3", + "@graphql-mesh/merger-stitching": "0.99.4", "@graphql-tools/schema": "10.0.4" }, "publishConfig": { diff --git a/packages/legacy/mergers/federation/CHANGELOG.md b/packages/legacy/mergers/federation/CHANGELOG.md index 405682a636cb9..a03d89a516229 100644 --- a/packages/legacy/mergers/federation/CHANGELOG.md +++ b/packages/legacy/mergers/federation/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/merger-federation +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/store@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/mergers/federation/package.json b/packages/legacy/mergers/federation/package.json index 57cde6d16565d..2759ad3f3fcda 100644 --- a/packages/legacy/mergers/federation/package.json +++ b/packages/legacy/mergers/federation/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/merger-federation", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/store": "^0.99.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/store": "^0.99.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/mergers/stitching/CHANGELOG.md b/packages/legacy/mergers/stitching/CHANGELOG.md index 1f536ecef2b6c..3a4b072db45ec 100644 --- a/packages/legacy/mergers/stitching/CHANGELOG.md +++ b/packages/legacy/mergers/stitching/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/merger-stitching +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/store@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/mergers/stitching/package.json b/packages/legacy/mergers/stitching/package.json index 44e4ebfc838b1..28d53f1715c6a 100644 --- a/packages/legacy/mergers/stitching/package.json +++ b/packages/legacy/mergers/stitching/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/merger-stitching", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.99.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/store": "^0.99.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/runtime/CHANGELOG.md b/packages/legacy/runtime/CHANGELOG.md index d3dc1f85dc3cf..80cb92c2ff56c 100644 --- a/packages/legacy/runtime/CHANGELOG.md +++ b/packages/legacy/runtime/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/runtime +## 0.100.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.100.3 ### Patch Changes diff --git a/packages/legacy/runtime/package.json b/packages/legacy/runtime/package.json index 7b6dfab02074b..9159c26348d0c 100644 --- a/packages/legacy/runtime/package.json +++ b/packages/legacy/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/runtime", - "version": "0.100.3", + "version": "0.100.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/store/CHANGELOG.md b/packages/legacy/store/CHANGELOG.md index 7af75e7cb6da3..fed1b3cce1c44 100644 --- a/packages/legacy/store/CHANGELOG.md +++ b/packages/legacy/store/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/store +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/store/package.json b/packages/legacy/store/package.json index 920b9a2ad2d7f..e93d305b2a756 100644 --- a/packages/legacy/store/package.json +++ b/packages/legacy/store/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/store", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/cache/CHANGELOG.md b/packages/legacy/transforms/cache/CHANGELOG.md index 2052cf8c7f12f..e268164cda9a0 100644 --- a/packages/legacy/transforms/cache/CHANGELOG.md +++ b/packages/legacy/transforms/cache/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-cache +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/transforms/cache/package.json b/packages/legacy/transforms/cache/package.json index 4eded087ee10c..fbade6c18af6f 100644 --- a/packages/legacy/transforms/cache/package.json +++ b/packages/legacy/transforms/cache/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-cache", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" @@ -46,7 +46,7 @@ "dayjs": "^1.11.7" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.99.3" + "@graphql-mesh/cache-localforage": "0.99.4" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/transforms/encapsulate/CHANGELOG.md b/packages/legacy/transforms/encapsulate/CHANGELOG.md index 3869f573209e7..0bafd60e7da19 100644 --- a/packages/legacy/transforms/encapsulate/CHANGELOG.md +++ b/packages/legacy/transforms/encapsulate/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-encapsulate +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/transforms/encapsulate/package.json b/packages/legacy/transforms/encapsulate/package.json index fb4087af42532..a8c6a521bd36a 100644 --- a/packages/legacy/transforms/encapsulate/package.json +++ b/packages/legacy/transforms/encapsulate/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-encapsulate", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/extend/CHANGELOG.md b/packages/legacy/transforms/extend/CHANGELOG.md index 148268945a34a..f61b7c81e1986 100644 --- a/packages/legacy/transforms/extend/CHANGELOG.md +++ b/packages/legacy/transforms/extend/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-extend +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/transforms/extend/package.json b/packages/legacy/transforms/extend/package.json index 191021c9b0c58..6e548b8954afe 100644 --- a/packages/legacy/transforms/extend/package.json +++ b/packages/legacy/transforms/extend/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-extend", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/federation/CHANGELOG.md b/packages/legacy/transforms/federation/CHANGELOG.md index e70ad2b777e79..6793b879ce4a3 100644 --- a/packages/legacy/transforms/federation/CHANGELOG.md +++ b/packages/legacy/transforms/federation/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-federation +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/transforms/federation/package.json b/packages/legacy/transforms/federation/package.json index c2c9cc7a557e4..36cc1284741aa 100644 --- a/packages/legacy/transforms/federation/package.json +++ b/packages/legacy/transforms/federation/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-federation", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/filter-schema/CHANGELOG.md b/packages/legacy/transforms/filter-schema/CHANGELOG.md index 2204c120e9067..3dc75d50b4291 100644 --- a/packages/legacy/transforms/filter-schema/CHANGELOG.md +++ b/packages/legacy/transforms/filter-schema/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-filter-schema +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/transforms/filter-schema/package.json b/packages/legacy/transforms/filter-schema/package.json index 5ea909677cc4e..330567d6f0ac9 100644 --- a/packages/legacy/transforms/filter-schema/package.json +++ b/packages/legacy/transforms/filter-schema/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-filter-schema", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/hive/CHANGELOG.md b/packages/legacy/transforms/hive/CHANGELOG.md index da152c9e6bcb1..d65a4ca12c8be 100644 --- a/packages/legacy/transforms/hive/CHANGELOG.md +++ b/packages/legacy/transforms/hive/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/transform-hive +## 0.99.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/transforms/hive/package.json b/packages/legacy/transforms/hive/package.json index d6aeae50f6c53..710c6c2b752d5 100644 --- a/packages/legacy/transforms/hive/package.json +++ b/packages/legacy/transforms/hive/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-hive", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/hoist-field/CHANGELOG.md b/packages/legacy/transforms/hoist-field/CHANGELOG.md index 0a72261554ff5..2aa5c35bae013 100644 --- a/packages/legacy/transforms/hoist-field/CHANGELOG.md +++ b/packages/legacy/transforms/hoist-field/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-hoist-field +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/transforms/hoist-field/package.json b/packages/legacy/transforms/hoist-field/package.json index afee474bbc7ef..b35619cca938e 100644 --- a/packages/legacy/transforms/hoist-field/package.json +++ b/packages/legacy/transforms/hoist-field/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-hoist-field", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*" }, @@ -42,7 +42,7 @@ "@graphql-tools/wrap": "^10.0.5" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.99.3" + "@graphql-mesh/cache-localforage": "0.99.4" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/transforms/naming-convention/CHANGELOG.md b/packages/legacy/transforms/naming-convention/CHANGELOG.md index 48c628f7f252e..376c915e7445e 100644 --- a/packages/legacy/transforms/naming-convention/CHANGELOG.md +++ b/packages/legacy/transforms/naming-convention/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-naming-convention +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/transforms/naming-convention/package.json b/packages/legacy/transforms/naming-convention/package.json index 7858af5f525fa..5ee2c31677547 100644 --- a/packages/legacy/transforms/naming-convention/package.json +++ b/packages/legacy/transforms/naming-convention/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-naming-convention", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.5.0" @@ -47,7 +47,7 @@ "upper-case": "^2.0.2" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "^0.99.3", + "@graphql-mesh/cache-localforage": "^0.99.4", "@graphql-tools/schema": "10.0.4" }, "publishConfig": { diff --git a/packages/legacy/transforms/prefix/CHANGELOG.md b/packages/legacy/transforms/prefix/CHANGELOG.md index f6235118106e8..59045982dc8b2 100644 --- a/packages/legacy/transforms/prefix/CHANGELOG.md +++ b/packages/legacy/transforms/prefix/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-prefix +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/transforms/prefix/package.json b/packages/legacy/transforms/prefix/package.json index bcc7071b48a6f..ba721846b2bfe 100644 --- a/packages/legacy/transforms/prefix/package.json +++ b/packages/legacy/transforms/prefix/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-prefix", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" @@ -44,7 +44,7 @@ "graphql-scalars": "^1.22.4" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.99.3", + "@graphql-mesh/cache-localforage": "0.99.4", "@graphql-tools/schema": "10.0.4" }, "publishConfig": { diff --git a/packages/legacy/transforms/prune/CHANGELOG.md b/packages/legacy/transforms/prune/CHANGELOG.md index ac85cda6a6b50..f1e04437f458d 100644 --- a/packages/legacy/transforms/prune/CHANGELOG.md +++ b/packages/legacy/transforms/prune/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/transform-prune +## 0.99.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/transforms/prune/package.json b/packages/legacy/transforms/prune/package.json index 0dd9888edb74c..9585ffd7f8542 100644 --- a/packages/legacy/transforms/prune/package.json +++ b/packages/legacy/transforms/prune/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-prune", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/rate-limit/CHANGELOG.md b/packages/legacy/transforms/rate-limit/CHANGELOG.md index 88d96f5778e84..0c573a77bcbcb 100644 --- a/packages/legacy/transforms/rate-limit/CHANGELOG.md +++ b/packages/legacy/transforms/rate-limit/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-rate-limit +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/transforms/rate-limit/package.json b/packages/legacy/transforms/rate-limit/package.json index 338cdee532a04..bb21e8fc7c2e5 100644 --- a/packages/legacy/transforms/rate-limit/package.json +++ b/packages/legacy/transforms/rate-limit/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-rate-limit", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" @@ -44,7 +44,7 @@ "minimatch": "^9.0.0" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.99.3", + "@graphql-mesh/cache-localforage": "0.99.4", "@graphql-tools/schema": "10.0.4", "@graphql-tools/wrap": "10.0.5" }, diff --git a/packages/legacy/transforms/rename/CHANGELOG.md b/packages/legacy/transforms/rename/CHANGELOG.md index e4400ca818cc6..3974976db56c9 100644 --- a/packages/legacy/transforms/rename/CHANGELOG.md +++ b/packages/legacy/transforms/rename/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-rename +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/transforms/rename/package.json b/packages/legacy/transforms/rename/package.json index 6499332244d6d..71e3ec7b11c85 100644 --- a/packages/legacy/transforms/rename/package.json +++ b/packages/legacy/transforms/rename/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-rename", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" @@ -44,7 +44,7 @@ "graphql-scalars": "^1.22.4" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.99.3", + "@graphql-mesh/cache-localforage": "0.99.4", "@graphql-tools/schema": "10.0.4" }, "publishConfig": { diff --git a/packages/legacy/transforms/replace-field/CHANGELOG.md b/packages/legacy/transforms/replace-field/CHANGELOG.md index 706a3abd39161..b850e4357c39d 100644 --- a/packages/legacy/transforms/replace-field/CHANGELOG.md +++ b/packages/legacy/transforms/replace-field/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/replace-field +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/transforms/replace-field/package.json b/packages/legacy/transforms/replace-field/package.json index a239116fe8fa5..51286a83a8090 100644 --- a/packages/legacy/transforms/replace-field/package.json +++ b/packages/legacy/transforms/replace-field/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-replace-field", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" @@ -44,7 +44,7 @@ "@graphql-tools/load": "^8.0.0" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.99.3", + "@graphql-mesh/cache-localforage": "0.99.4", "@graphql-tools/schema": "10.0.4" }, "publishConfig": { diff --git a/packages/legacy/transforms/resolvers-composition/CHANGELOG.md b/packages/legacy/transforms/resolvers-composition/CHANGELOG.md index aca32e95e729b..2b314e09e03e2 100644 --- a/packages/legacy/transforms/resolvers-composition/CHANGELOG.md +++ b/packages/legacy/transforms/resolvers-composition/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-resolvers-composition +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/transforms/resolvers-composition/package.json b/packages/legacy/transforms/resolvers-composition/package.json index f262242d1da6e..a0d23ac15b831 100644 --- a/packages/legacy/transforms/resolvers-composition/package.json +++ b/packages/legacy/transforms/resolvers-composition/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-resolvers-composition", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/legacy/transforms/transfer-schema/CHANGELOG.md b/packages/legacy/transforms/transfer-schema/CHANGELOG.md index 48321fff615b6..3af95819d82fd 100644 --- a/packages/legacy/transforms/transfer-schema/CHANGELOG.md +++ b/packages/legacy/transforms/transfer-schema/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-transfer-schema +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/transforms/transfer-schema/package.json b/packages/legacy/transforms/transfer-schema/package.json index 643b05def9247..04dcbaef93ddf 100644 --- a/packages/legacy/transforms/transfer-schema/package.json +++ b/packages/legacy/transforms/transfer-schema/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-transfer-schema", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*" }, diff --git a/packages/legacy/transforms/type-merging/CHANGELOG.md b/packages/legacy/transforms/type-merging/CHANGELOG.md index 4616254e21246..002826d89cc8f 100644 --- a/packages/legacy/transforms/type-merging/CHANGELOG.md +++ b/packages/legacy/transforms/type-merging/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-type-merging +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/transforms/type-merging/package.json b/packages/legacy/transforms/type-merging/package.json index 4cd05bdbfe24c..de14b83f80ef4 100644 --- a/packages/legacy/transforms/type-merging/package.json +++ b/packages/legacy/transforms/type-merging/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-type-merging", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/legacy/types/CHANGELOG.md b/packages/legacy/types/CHANGELOG.md index 4b8481610995a..9fa8a21d39082 100644 --- a/packages/legacy/types/CHANGELOG.md +++ b/packages/legacy/types/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/types +## 0.99.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/store@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/types/package.json b/packages/legacy/types/package.json index b5ec9ebb2c71a..8b54ea80550dd 100644 --- a/packages/legacy/types/package.json +++ b/packages/legacy/types/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/types", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.99.3", + "@graphql-mesh/store": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/urql/CHANGELOG.md b/packages/legacy/urql/CHANGELOG.md index dd811c642230a..1ef04c242681a 100644 --- a/packages/legacy/urql/CHANGELOG.md +++ b/packages/legacy/urql/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/urql-exchange +## 0.100.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/runtime@0.100.4 + ## 0.100.3 ### Patch Changes diff --git a/packages/legacy/urql/package.json b/packages/legacy/urql/package.json index c5ceb9ddc4a4c..6234af67d1661 100644 --- a/packages/legacy/urql/package.json +++ b/packages/legacy/urql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/urql-exchange", - "version": "0.100.3", + "version": "0.100.4", "type": "module", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/runtime": "^0.100.3", + "@graphql-mesh/runtime": "^0.100.4", "@graphql-tools/utils": "^10.2.3", "@urql/core": "^2.4.3 || ^4.0.0 || ^5.0.0", "graphql": "^15.2.0 || ^16.0.0", diff --git a/packages/legacy/utils/CHANGELOG.md b/packages/legacy/utils/CHANGELOG.md index 4160d0f008dc5..f82791fcc9854 100644 --- a/packages/legacy/utils/CHANGELOG.md +++ b/packages/legacy/utils/CHANGELOG.md @@ -1,5 +1,24 @@ # @graphql-mesh/utils +## 0.99.4 + +### Patch Changes + +- [#7343](https://github.com/ardatan/graphql-mesh/pull/7343) + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b) + Thanks [@ardatan](https://github.com/ardatan)! - Add timestamp to log messages + + ``` + [2021-09-29T14:00:00.000Z] XXXX + ``` + +- [#7343](https://github.com/ardatan/graphql-mesh/pull/7343) + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b) + Thanks [@ardatan](https://github.com/ardatan)! - Prevent logger to have the same log prefixes + +- Updated dependencies []: + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/legacy/utils/package.json b/packages/legacy/utils/package.json index 7a8ff16cabc5b..d1f862a8620aa 100644 --- a/packages/legacy/utils/package.json +++ b/packages/legacy/utils/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/utils", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/loaders/json-schema/CHANGELOG.md b/packages/loaders/json-schema/CHANGELOG.md index 5f77beb320e21..d1aab0ae28563 100644 --- a/packages/loaders/json-schema/CHANGELOG.md +++ b/packages/loaders/json-schema/CHANGELOG.md @@ -1,5 +1,17 @@ # @omnigraph/json-schema +## 0.102.5 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/transport-rest@0.4.4 + - @graphql-mesh/types@0.99.4 + - @graphql-mesh/transport-common@0.4.4 + ## 0.102.4 ### Patch Changes diff --git a/packages/loaders/json-schema/package.json b/packages/loaders/json-schema/package.json index 68a6fb81e16e1..ac603624b8f75 100644 --- a/packages/loaders/json-schema/package.json +++ b/packages/loaders/json-schema/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/json-schema", - "version": "0.102.4", + "version": "0.102.5", "type": "module", "repository": { "type": "git", @@ -33,16 +33,16 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { "@graphql-mesh/string-interpolation": "0.5.5", - "@graphql-mesh/transport-common": "^0.4.3", - "@graphql-mesh/transport-rest": "^0.4.3", + "@graphql-mesh/transport-common": "^0.4.4", + "@graphql-mesh/transport-rest": "^0.4.4", "@graphql-tools/delegate": "^10.0.16", "@json-schema-tools/meta-schema": "1.7.5", "@whatwg-node/fetch": "^0.9.0", diff --git a/packages/loaders/mysql/CHANGELOG.md b/packages/loaders/mysql/CHANGELOG.md index 0bcb051ae8b63..b40c95e6ef048 100644 --- a/packages/loaders/mysql/CHANGELOG.md +++ b/packages/loaders/mysql/CHANGELOG.md @@ -1,5 +1,16 @@ # @omnigraph/mysql +## 0.4.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/transport-mysql@0.4.4 + - @graphql-mesh/types@0.99.4 + ## 0.4.3 ### Patch Changes diff --git a/packages/loaders/mysql/package.json b/packages/loaders/mysql/package.json index 336fc66aa22e4..88c8afcca7862 100644 --- a/packages/loaders/mysql/package.json +++ b/packages/loaders/mysql/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/mysql", - "version": "0.4.3", + "version": "0.4.4", "type": "module", "repository": { "type": "git", @@ -32,14 +32,14 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", "graphql": "*" }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", "@graphql-mesh/string-interpolation": "^0.5.5", - "@graphql-mesh/transport-mysql": "^0.4.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/transport-mysql": "^0.4.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/delegate": "^10.0.16", "@graphql-tools/utils": "^10.2.3", "graphql-compose": "^9.0.11", diff --git a/packages/loaders/neo4j/CHANGELOG.md b/packages/loaders/neo4j/CHANGELOG.md index d99c548f83ca3..2cff9acde6375 100644 --- a/packages/loaders/neo4j/CHANGELOG.md +++ b/packages/loaders/neo4j/CHANGELOG.md @@ -1,5 +1,13 @@ # @omnigraph/neo4j +## 0.4.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/transport-neo4j@0.4.4 + - @graphql-mesh/types@0.99.4 + ## 0.4.3 ### Patch Changes diff --git a/packages/loaders/neo4j/package.json b/packages/loaders/neo4j/package.json index b110eb404b59d..5658997bc953e 100644 --- a/packages/loaders/neo4j/package.json +++ b/packages/loaders/neo4j/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/neo4j", - "version": "0.4.3", + "version": "0.4.4", "type": "module", "repository": { "type": "git", @@ -32,12 +32,12 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@graphql-mesh/transport-neo4j": "^0.4.3", + "@graphql-mesh/transport-neo4j": "^0.4.4", "@graphql-tools/delegate": "^10.0.16", "@graphql-tools/schema": "^10.0.4", "@neo4j/introspector": "^3.0.0", diff --git a/packages/loaders/openapi/CHANGELOG.md b/packages/loaders/openapi/CHANGELOG.md index c70618e322a67..8451b55c55b83 100644 --- a/packages/loaders/openapi/CHANGELOG.md +++ b/packages/loaders/openapi/CHANGELOG.md @@ -1,5 +1,16 @@ # @omnigraph/openapi +## 0.102.5 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @omnigraph/json-schema@0.102.5 + - @graphql-mesh/types@0.99.4 + ## 0.102.4 ### Patch Changes diff --git a/packages/loaders/openapi/package.json b/packages/loaders/openapi/package.json index 8c68b2d098f95..e783ec67eb298 100644 --- a/packages/loaders/openapi/package.json +++ b/packages/loaders/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/openapi", - "version": "0.102.4", + "version": "0.102.5", "type": "module", "repository": { "type": "git", @@ -33,15 +33,15 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { "@graphql-mesh/string-interpolation": "^0.5.5", "@graphql-tools/delegate": "^10.0.16", - "@omnigraph/json-schema": "^0.102.4", + "@omnigraph/json-schema": "^0.102.5", "change-case": "^4.1.2", "json-machete": "^0.97.3", "openapi-types": "^12.1.0" diff --git a/packages/loaders/raml/CHANGELOG.md b/packages/loaders/raml/CHANGELOG.md index 497249e238fa4..885577112bdb3 100644 --- a/packages/loaders/raml/CHANGELOG.md +++ b/packages/loaders/raml/CHANGELOG.md @@ -1,5 +1,16 @@ # @omnigraph/raml +## 0.102.5 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @omnigraph/json-schema@0.102.5 + - @graphql-mesh/types@0.99.4 + ## 0.102.4 ### Patch Changes diff --git a/packages/loaders/raml/package.json b/packages/loaders/raml/package.json index 3ccc16f30048e..24cb1a80c362c 100644 --- a/packages/loaders/raml/package.json +++ b/packages/loaders/raml/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/raml", - "version": "0.102.4", + "version": "0.102.5", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" @@ -43,7 +43,7 @@ "@ardatan/raml-1-parser": "1.1.69", "@graphql-mesh/string-interpolation": "0.5.5", "@graphql-tools/delegate": "^10.0.16", - "@omnigraph/json-schema": "0.102.4", + "@omnigraph/json-schema": "0.102.5", "@whatwg-node/fetch": "^0.9.0", "change-case": "4.1.2", "json-machete": "0.97.3", diff --git a/packages/loaders/soap/CHANGELOG.md b/packages/loaders/soap/CHANGELOG.md index 99067442424df..e6cd4c2392a0e 100644 --- a/packages/loaders/soap/CHANGELOG.md +++ b/packages/loaders/soap/CHANGELOG.md @@ -1,5 +1,16 @@ # @omnigraph/soap +## 0.101.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/transport-soap@0.4.4 + - @graphql-mesh/types@0.99.4 + ## 0.101.3 ### Patch Changes diff --git a/packages/loaders/soap/package.json b/packages/loaders/soap/package.json index e7dd330056b2b..c5f56f444b6b3 100644 --- a/packages/loaders/soap/package.json +++ b/packages/loaders/soap/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/soap", - "version": "0.101.3", + "version": "0.101.4", "type": "module", "repository": { "type": "git", @@ -32,15 +32,15 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*" }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", "@graphql-mesh/string-interpolation": "^0.5.5", - "@graphql-mesh/transport-soap": "^0.4.3", + "@graphql-mesh/transport-soap": "^0.4.4", "@whatwg-node/fetch": "^0.9.15", "fast-xml-parser": "^4.3.4", "graphql-compose": "^9.0.11", diff --git a/packages/loaders/sqlite/CHANGELOG.md b/packages/loaders/sqlite/CHANGELOG.md index a5517a38cc4ea..1d6940eeafd84 100644 --- a/packages/loaders/sqlite/CHANGELOG.md +++ b/packages/loaders/sqlite/CHANGELOG.md @@ -1,5 +1,12 @@ # @omnigraph/sqlite +## 0.3.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.99.4 + ## 0.3.4 ### Patch Changes diff --git a/packages/loaders/sqlite/package.json b/packages/loaders/sqlite/package.json index 79a4d81730f9b..5ad934f6712a2 100644 --- a/packages/loaders/sqlite/package.json +++ b/packages/loaders/sqlite/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/sqlite", - "version": "0.3.4", + "version": "0.3.5", "type": "module", "repository": { "type": "git", @@ -37,7 +37,7 @@ }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", "@graphql-tools/delegate": "^10.0.16" }, "optionalDependencies": { diff --git a/packages/loaders/thrift/CHANGELOG.md b/packages/loaders/thrift/CHANGELOG.md index cbce6804abfdf..d684b009a8494 100644 --- a/packages/loaders/thrift/CHANGELOG.md +++ b/packages/loaders/thrift/CHANGELOG.md @@ -1,5 +1,16 @@ # @omnigraph/thrift +## 0.4.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/transport-thrift@0.4.4 + - @graphql-mesh/types@0.99.4 + ## 0.4.3 ### Patch Changes diff --git a/packages/loaders/thrift/package.json b/packages/loaders/thrift/package.json index d8d28d06db1cd..1b8ce4189605a 100644 --- a/packages/loaders/thrift/package.json +++ b/packages/loaders/thrift/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/thrift", - "version": "0.4.3", + "version": "0.4.4", "type": "module", "repository": { "type": "git", @@ -38,9 +38,9 @@ "@creditkarma/thrift-parser": "^2.0.0", "@creditkarma/thrift-server-core": "^1.0.4", "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/transport-thrift": "^0.4.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/transport-thrift": "^0.4.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@whatwg-node/fetch": "^0.9.18", "graphql-scalars": "^1.22.4", "thrift": "^0.20.0" diff --git a/packages/plugins/deduplicate-request/CHANGELOG.md b/packages/plugins/deduplicate-request/CHANGELOG.md index 48bd71d5c9bab..52afcea3df9b6 100644 --- a/packages/plugins/deduplicate-request/CHANGELOG.md +++ b/packages/plugins/deduplicate-request/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-deduplicate-request +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/plugins/deduplicate-request/package.json b/packages/plugins/deduplicate-request/package.json index 3117cede9aa11..cea63f2130366 100644 --- a/packages/plugins/deduplicate-request/package.json +++ b/packages/plugins/deduplicate-request/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-deduplicate-request", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/hive/CHANGELOG.md b/packages/plugins/hive/CHANGELOG.md index 5d5671b6e3952..515eb1a792ed4 100644 --- a/packages/plugins/hive/CHANGELOG.md +++ b/packages/plugins/hive/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/plugin-hive +## 0.99.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/plugins/hive/package.json b/packages/plugins/hive/package.json index 3059a3414c405..f4f8aecf50706 100644 --- a/packages/plugins/hive/package.json +++ b/packages/plugins/hive/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-hive", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/hmac-upstream-signature/CHANGELOG.md b/packages/plugins/hmac-upstream-signature/CHANGELOG.md index 5bcdd88844785..ac8ccdf689a3e 100644 --- a/packages/plugins/hmac-upstream-signature/CHANGELOG.md +++ b/packages/plugins/hmac-upstream-signature/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/hmac-upstream-signature +## 0.0.3 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + - @graphql-mesh/transport-common@0.4.4 + ## 0.0.2 ### Patch Changes diff --git a/packages/plugins/hmac-upstream-signature/package.json b/packages/plugins/hmac-upstream-signature/package.json index f092ece27238f..a0f035b9a3232 100644 --- a/packages/plugins/hmac-upstream-signature/package.json +++ b/packages/plugins/hmac-upstream-signature/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/hmac-upstream-signature", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "repository": { "type": "git", @@ -32,17 +32,17 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@graphql-mesh/transport-common": "^0.4.3", + "@graphql-mesh/transport-common": "^0.4.4", "json-stable-stringify": "^1.1.1" }, "devDependencies": { - "@graphql-mesh/serve-runtime": "^0.5.4", + "@graphql-mesh/serve-runtime": "^0.5.5", "graphql-yoga": "^5.6.0" }, "publishConfig": { diff --git a/packages/plugins/http-cache/CHANGELOG.md b/packages/plugins/http-cache/CHANGELOG.md index edfba409a66b3..15e27a2c960f4 100644 --- a/packages/plugins/http-cache/CHANGELOG.md +++ b/packages/plugins/http-cache/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-http-cache +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/plugins/http-cache/package.json b/packages/plugins/http-cache/package.json index 296d983c93927..d273c2af8f840 100644 --- a/packages/plugins/http-cache/package.json +++ b/packages/plugins/http-cache/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-http-cache", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/http-details-extensions/CHANGELOG.md b/packages/plugins/http-details-extensions/CHANGELOG.md index 701e729ef8760..1d5519c8b1340 100644 --- a/packages/plugins/http-details-extensions/CHANGELOG.md +++ b/packages/plugins/http-details-extensions/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-http-details-extensions +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/plugins/http-details-extensions/package.json b/packages/plugins/http-details-extensions/package.json index 581d65dc09de0..1e99104171cbf 100644 --- a/packages/plugins/http-details-extensions/package.json +++ b/packages/plugins/http-details-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-http-details-extensions", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/jwt-auth/CHANGELOG.md b/packages/plugins/jwt-auth/CHANGELOG.md index d68acfb40c595..62a388f9e9669 100644 --- a/packages/plugins/jwt-auth/CHANGELOG.md +++ b/packages/plugins/jwt-auth/CHANGELOG.md @@ -1,5 +1,29 @@ # @graphql-mesh/plugin-jwt-auth +## 0.0.4 + +### Patch Changes + +- [#7374](https://github.com/ardatan/graphql-mesh/pull/7374) + [`f427d7f`](https://github.com/ardatan/graphql-mesh/commit/f427d7fec8ab2f374e8e3aa5fd90a400a6792fc5) + Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates: + + - Updated dependency + [`@graphql-yoga/plugin-jwt@3.0.1` ↗︎](https://www.npmjs.com/package/@graphql-yoga/plugin-jwt/v/3.0.1) + (from `3.0.0`, in `dependencies`) + +- [#7376](https://github.com/ardatan/graphql-mesh/pull/7376) + [`bb74e6d`](https://github.com/ardatan/graphql-mesh/commit/bb74e6dc935d9ac13e69c49dbb55a1364faf0e20) + Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + - Updated dependency + [`@graphql-yoga/plugin-jwt@3.0.1` ↗︎](https://www.npmjs.com/package/@graphql-yoga/plugin-jwt/v/3.0.1) + (from `3.0.0`, in `dependencies`) +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.0.3 ### Patch Changes diff --git a/packages/plugins/jwt-auth/package.json b/packages/plugins/jwt-auth/package.json index 3f6a6be43ca6b..9e3fc5aa8a77f 100644 --- a/packages/plugins/jwt-auth/package.json +++ b/packages/plugins/jwt-auth/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-jwt-auth", - "version": "0.0.3", + "version": "0.0.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, @@ -41,7 +41,7 @@ "@graphql-yoga/plugin-jwt": "3.0.1" }, "devDependencies": { - "@graphql-mesh/serve-runtime": "^0.5.4", + "@graphql-mesh/serve-runtime": "^0.5.5", "graphql-yoga": "^5.6.0", "jsonwebtoken": "9.0.2" }, diff --git a/packages/plugins/live-query/CHANGELOG.md b/packages/plugins/live-query/CHANGELOG.md index a7ef89f778dd4..1fc9d4b915748 100644 --- a/packages/plugins/live-query/CHANGELOG.md +++ b/packages/plugins/live-query/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-live-query +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/plugins/live-query/package.json b/packages/plugins/live-query/package.json index c7eeb41f99a17..83244df87aaf6 100644 --- a/packages/plugins/live-query/package.json +++ b/packages/plugins/live-query/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-live-query", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/mock/CHANGELOG.md b/packages/plugins/mock/CHANGELOG.md index 6c5d5d196db37..d1685b33da4de 100644 --- a/packages/plugins/mock/CHANGELOG.md +++ b/packages/plugins/mock/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-mock +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/plugins/mock/package.json b/packages/plugins/mock/package.json index 5c08f39ac5a7e..9662276cdf0cf 100644 --- a/packages/plugins/mock/package.json +++ b/packages/plugins/mock/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-mock", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" @@ -48,7 +48,7 @@ }, "devDependencies": { "@envelop/core": "5.0.1", - "@graphql-mesh/cache-localforage": "0.99.3", + "@graphql-mesh/cache-localforage": "0.99.4", "@types/faker": "5.5.9" }, "publishConfig": { diff --git a/packages/plugins/newrelic/CHANGELOG.md b/packages/plugins/newrelic/CHANGELOG.md index 99e668fb4a56e..61519ca538af6 100644 --- a/packages/plugins/newrelic/CHANGELOG.md +++ b/packages/plugins/newrelic/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-newrelic +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/plugins/newrelic/package.json b/packages/plugins/newrelic/package.json index 2efd81bd91a91..e422ca1948beb 100644 --- a/packages/plugins/newrelic/package.json +++ b/packages/plugins/newrelic/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-newrelic", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "graphql-yoga": "^4.0.5 || ^5.0.0", "newrelic": "^7 || ^8.0.0 || ^10.0.0", diff --git a/packages/plugins/operation-field-permissions/CHANGELOG.md b/packages/plugins/operation-field-permissions/CHANGELOG.md index 0feb818d987d8..64fb0ee3f45c6 100644 --- a/packages/plugins/operation-field-permissions/CHANGELOG.md +++ b/packages/plugins/operation-field-permissions/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/plugin-operation-field-permissions +## 0.99.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/plugins/operation-field-permissions/package.json b/packages/plugins/operation-field-permissions/package.json index cc15094efdb08..024350eb30009 100644 --- a/packages/plugins/operation-field-permissions/package.json +++ b/packages/plugins/operation-field-permissions/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-operation-field-permissions", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/operation-headers/CHANGELOG.md b/packages/plugins/operation-headers/CHANGELOG.md index b4f6e2c13cbd1..32021a97195a4 100644 --- a/packages/plugins/operation-headers/CHANGELOG.md +++ b/packages/plugins/operation-headers/CHANGELOG.md @@ -1,5 +1,20 @@ # @graphql-mesh/plugin-operation-headers +## 0.3.5 + +### Patch Changes + +- Updated dependencies + [[`ec31e60`](https://github.com/ardatan/graphql-mesh/commit/ec31e608c271f14554fcef5519a12c4366e87f38), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/serve-runtime@0.5.5 + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.3.4 ### Patch Changes diff --git a/packages/plugins/operation-headers/package.json b/packages/plugins/operation-headers/package.json index 622d73aa1b4b8..e9a18a1d2a2c4 100644 --- a/packages/plugins/operation-headers/package.json +++ b/packages/plugins/operation-headers/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-operation-headers", - "version": "0.3.4", + "version": "0.3.5", "type": "module", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/serve-runtime": "^0.5.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/serve-runtime": "^0.5.5", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/prometheus/CHANGELOG.md b/packages/plugins/prometheus/CHANGELOG.md index 5559116262dcd..9d6e784679194 100644 --- a/packages/plugins/prometheus/CHANGELOG.md +++ b/packages/plugins/prometheus/CHANGELOG.md @@ -1,5 +1,20 @@ # @graphql-mesh/plugin-prometheus +## 0.102.5 + +### Patch Changes + +- Updated dependencies + [[`ec31e60`](https://github.com/ardatan/graphql-mesh/commit/ec31e608c271f14554fcef5519a12c4366e87f38), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/serve-runtime@0.5.5 + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.102.4 ### Patch Changes diff --git a/packages/plugins/prometheus/package.json b/packages/plugins/prometheus/package.json index 5cde52ddfd47b..335b49e990a71 100644 --- a/packages/plugins/prometheus/package.json +++ b/packages/plugins/prometheus/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-prometheus", - "version": "0.102.4", + "version": "0.102.5", "type": "module", "repository": { "type": "git", @@ -32,15 +32,15 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "graphql-yoga": "^4.0.5 || ^5.0.0", "prom-client": "^13 || ^14.0.0 || ^15.0.0", "tslib": "^2.4.0" }, "dependencies": { - "@graphql-mesh/serve-runtime": "^0.5.4", + "@graphql-mesh/serve-runtime": "^0.5.5", "@graphql-yoga/plugin-prometheus": "^5.0.0" }, "devDependencies": { diff --git a/packages/plugins/rate-limit/CHANGELOG.md b/packages/plugins/rate-limit/CHANGELOG.md index b51a713c5c058..12d4cbdfb1442 100644 --- a/packages/plugins/rate-limit/CHANGELOG.md +++ b/packages/plugins/rate-limit/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/plugin-rate-limit +## 0.99.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/plugins/rate-limit/package.json b/packages/plugins/rate-limit/package.json index 9787c36eb5e5a..3fa72b614058a 100644 --- a/packages/plugins/rate-limit/package.json +++ b/packages/plugins/rate-limit/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-rate-limit", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/plugins/response-cache/CHANGELOG.md b/packages/plugins/response-cache/CHANGELOG.md index 0563c13569df6..93ea72d357aea 100644 --- a/packages/plugins/response-cache/CHANGELOG.md +++ b/packages/plugins/response-cache/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-response-cache +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/plugins/response-cache/package.json b/packages/plugins/response-cache/package.json index 6d2a2122067c1..405406a86805e 100644 --- a/packages/plugins/response-cache/package.json +++ b/packages/plugins/response-cache/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-response-cache", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/snapshot/CHANGELOG.md b/packages/plugins/snapshot/CHANGELOG.md index 2df5c96318804..e562feae1dbf1 100644 --- a/packages/plugins/snapshot/CHANGELOG.md +++ b/packages/plugins/snapshot/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-snapshot +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/plugins/snapshot/package.json b/packages/plugins/snapshot/package.json index f3ed77c392a20..7599943b321df 100644 --- a/packages/plugins/snapshot/package.json +++ b/packages/plugins/snapshot/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-snapshot", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/statsd/CHANGELOG.md b/packages/plugins/statsd/CHANGELOG.md index b7e60dc92db12..049d7adcf8c9d 100644 --- a/packages/plugins/statsd/CHANGELOG.md +++ b/packages/plugins/statsd/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-statsd +## 0.99.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.99.3 ### Patch Changes diff --git a/packages/plugins/statsd/package.json b/packages/plugins/statsd/package.json index 4b416d8a8f4b2..9f1263fb4ca69 100644 --- a/packages/plugins/statsd/package.json +++ b/packages/plugins/statsd/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-statsd", - "version": "0.99.3", + "version": "0.99.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "graphql": "*", "hot-shots": "^8.0.0 || ^9.0.0 || ^10.0.0", "tslib": "^2.4.0" diff --git a/packages/serve-cli/CHANGELOG.md b/packages/serve-cli/CHANGELOG.md index dd0da81cc7f19..ee042763ef2a6 100644 --- a/packages/serve-cli/CHANGELOG.md +++ b/packages/serve-cli/CHANGELOG.md @@ -1,5 +1,20 @@ # @graphql-mesh/serve-cli +## 0.8.4 + +### Patch Changes + +- Updated dependencies + [[`ec31e60`](https://github.com/ardatan/graphql-mesh/commit/ec31e608c271f14554fcef5519a12c4366e87f38), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/serve-runtime@0.5.5 + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/serve-cli/package.json b/packages/serve-cli/package.json index f5e66eaa47bcf..554315234a52c 100644 --- a/packages/serve-cli/package.json +++ b/packages/serve-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/serve-cli", - "version": "0.8.3", + "version": "0.8.4", "type": "module", "repository": { "type": "git", @@ -50,9 +50,9 @@ "dependencies": { "@commander-js/extra-typings": "^12.0.1", "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/serve-runtime": "^0.5.4", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/serve-runtime": "^0.5.5", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "commander": "^12.0.0", "dotenv": "^16.3.1", diff --git a/packages/serve-runtime/CHANGELOG.md b/packages/serve-runtime/CHANGELOG.md index e09459c593462..c372f6f7bb6b6 100644 --- a/packages/serve-runtime/CHANGELOG.md +++ b/packages/serve-runtime/CHANGELOG.md @@ -1,5 +1,50 @@ # @graphql-mesh/serve-runtime +## 0.5.5 + +### Patch Changes + +- [#7366](https://github.com/ardatan/graphql-mesh/pull/7366) + [`ec31e60`](https://github.com/ardatan/graphql-mesh/commit/ec31e608c271f14554fcef5519a12c4366e87f38) + Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + + - Removed dependency + [`@whatwg-node/server@^0.9.34` ↗︎](https://www.npmjs.com/package/@whatwg-node/server/v/0.9.34) + (from `dependencies`) + +- [#7343](https://github.com/ardatan/graphql-mesh/pull/7343) + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b) + Thanks [@ardatan](https://github.com/ardatan)! - Fix the issue when you go to landing page then + GraphiQL, queries are not executed + +- [#7343](https://github.com/ardatan/graphql-mesh/pull/7343) + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b) + Thanks [@ardatan](https://github.com/ardatan)! - More verbose debug logs for HTTP fetch calls and + subgraph requests + +- [#7343](https://github.com/ardatan/graphql-mesh/pull/7343) + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b) + Thanks [@ardatan](https://github.com/ardatan)! - Request ID; + + If user provides a request id with `x-request-id` header, it will be used as a request id + otherwise Mesh generates a random UUID as a request id. Then it will return the request id in the + response headers with `x-request-id` header. + + This `x-request-id` is also available in upstream headers as `request-id` for the upstream + services to use. + + This request id will also be added to the logs. + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/fusion-runtime@0.5.5 + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/transport-http@0.3.4 + - @graphql-mesh/plugin-hive@0.99.4 + - @graphql-mesh/transport-common@0.4.4 + ## 0.5.4 ### Patch Changes diff --git a/packages/serve-runtime/package.json b/packages/serve-runtime/package.json index ffad1bdbb97fd..3b8856d0be970 100644 --- a/packages/serve-runtime/package.json +++ b/packages/serve-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/serve-runtime", - "version": "0.5.4", + "version": "0.5.5", "type": "module", "repository": { "type": "git", @@ -41,11 +41,11 @@ "@envelop/core": "^5.0.0", "@graphql-hive/apollo": "^0.33.4", "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/fusion-runtime": "^0.5.4", - "@graphql-mesh/plugin-hive": "^0.99.3", - "@graphql-mesh/transport-common": "^0.4.3", - "@graphql-mesh/transport-http": "^0.3.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/fusion-runtime": "^0.5.5", + "@graphql-mesh/plugin-hive": "^0.99.4", + "@graphql-mesh/transport-common": "^0.4.4", + "@graphql-mesh/transport-http": "^0.3.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/delegate": "^10.0.16", "@graphql-tools/executor-http": "^1.1.5", "@graphql-tools/executor-yoga": "^3.0.0", diff --git a/packages/transports/common/CHANGELOG.md b/packages/transports/common/CHANGELOG.md index 65e92f3c767bf..e8b856fa8fa00 100644 --- a/packages/transports/common/CHANGELOG.md +++ b/packages/transports/common/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/transport-common +## 0.4.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.99.4 + ## 0.4.3 ### Patch Changes diff --git a/packages/transports/common/package.json b/packages/transports/common/package.json index dac5d67ac7ee3..e39d6cd0337cb 100644 --- a/packages/transports/common/package.json +++ b/packages/transports/common/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-common", - "version": "0.4.3", + "version": "0.4.4", "type": "module", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.99.3", + "@graphql-mesh/types": "^0.99.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/transports/http-callback/CHANGELOG.md b/packages/transports/http-callback/CHANGELOG.md index f8a9ba4e6a144..899a3c2bf584e 100644 --- a/packages/transports/http-callback/CHANGELOG.md +++ b/packages/transports/http-callback/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/transport-http-callback +## 0.0.3 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/transport-common@0.4.4 + ## 0.0.2 ### Patch Changes diff --git a/packages/transports/http-callback/package.json b/packages/transports/http-callback/package.json index 18b3721715e9c..c77fc17ebad1e 100644 --- a/packages/transports/http-callback/package.json +++ b/packages/transports/http-callback/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-http-callback", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "repository": { "type": "git", @@ -38,7 +38,7 @@ "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", "@graphql-mesh/string-interpolation": "^0.5.5", - "@graphql-mesh/transport-common": "^0.4.3", + "@graphql-mesh/transport-common": "^0.4.4", "@graphql-tools/utils": "^10.2.3", "@repeaterjs/repeater": "^3.0.6", "@whatwg-node/fetch": "^0.9.18" diff --git a/packages/transports/http/CHANGELOG.md b/packages/transports/http/CHANGELOG.md index 631a25222c053..be633e6bd8ec0 100644 --- a/packages/transports/http/CHANGELOG.md +++ b/packages/transports/http/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transport-http +## 0.3.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/transport-common@0.4.4 + ## 0.3.3 ### Patch Changes diff --git a/packages/transports/http/package.json b/packages/transports/http/package.json index 6a75813c8b5ec..66cb275b9cec5 100644 --- a/packages/transports/http/package.json +++ b/packages/transports/http/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-http", - "version": "0.3.3", + "version": "0.3.4", "type": "module", "repository": { "type": "git", @@ -37,8 +37,8 @@ }, "dependencies": { "@graphql-mesh/string-interpolation": "^0.5.5", - "@graphql-mesh/transport-common": "^0.4.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/transport-common": "^0.4.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/executor-http": "^1.1.5", "@graphql-tools/utils": "^10.2.3", "graphql-ws": "^5.16.0", diff --git a/packages/transports/mysql/CHANGELOG.md b/packages/transports/mysql/CHANGELOG.md index 577ce7b8dbd19..5c06b351cf63f 100644 --- a/packages/transports/mysql/CHANGELOG.md +++ b/packages/transports/mysql/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/transport-mysql +## 0.4.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + - @graphql-mesh/transport-common@0.4.4 + ## 0.4.3 ### Patch Changes diff --git a/packages/transports/mysql/package.json b/packages/transports/mysql/package.json index 933b38da9db6c..4146524f75231 100644 --- a/packages/transports/mysql/package.json +++ b/packages/transports/mysql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-mysql", - "version": "0.4.3", + "version": "0.4.4", "type": "module", "repository": { "type": "git", @@ -38,9 +38,9 @@ "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", "@graphql-mesh/string-interpolation": "^0.5.5", - "@graphql-mesh/transport-common": "^0.4.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/transport-common": "^0.4.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/delegate": "^10.0.16", "@graphql-tools/utils": "^10.2.3", "graphql-fields": "^2.0.3", diff --git a/packages/transports/neo4j/CHANGELOG.md b/packages/transports/neo4j/CHANGELOG.md index 9bb007133edb2..770731f9beb08 100644 --- a/packages/transports/neo4j/CHANGELOG.md +++ b/packages/transports/neo4j/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/transport-neo4j +## 0.4.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + - @graphql-mesh/transport-common@0.4.4 + ## 0.4.3 ### Patch Changes diff --git a/packages/transports/neo4j/package.json b/packages/transports/neo4j/package.json index 32562851ece09..f7caffd3a9de5 100644 --- a/packages/transports/neo4j/package.json +++ b/packages/transports/neo4j/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-neo4j", - "version": "0.4.3", + "version": "0.4.4", "type": "module", "repository": { "type": "git", @@ -36,9 +36,9 @@ "tslib": "^2.4.0" }, "dependencies": { - "@graphql-mesh/transport-common": "^0.4.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/transport-common": "^0.4.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/delegate": "^10.0.16", "@graphql-tools/utils": "^10.2.3", "@neo4j/graphql": "^5.0.0", diff --git a/packages/transports/rest/CHANGELOG.md b/packages/transports/rest/CHANGELOG.md index b864106bea2dc..b02f62574888b 100644 --- a/packages/transports/rest/CHANGELOG.md +++ b/packages/transports/rest/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/transport-rest +## 0.4.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + - @graphql-mesh/transport-common@0.4.4 + ## 0.4.3 ### Patch Changes diff --git a/packages/transports/rest/package.json b/packages/transports/rest/package.json index 2d8585ce44f03..6a87f413bf7a5 100644 --- a/packages/transports/rest/package.json +++ b/packages/transports/rest/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-rest", - "version": "0.4.3", + "version": "0.4.4", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/transport-common": "^0.4.3", - "@graphql-mesh/types": "^0.99.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/transport-common": "^0.4.4", + "@graphql-mesh/types": "^0.99.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "@whatwg-node/fetch": "^0.9.15", "graphql": "*", diff --git a/packages/transports/soap/CHANGELOG.md b/packages/transports/soap/CHANGELOG.md index 8c1fe81ea1415..aa06403499abc 100644 --- a/packages/transports/soap/CHANGELOG.md +++ b/packages/transports/soap/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/transport-soap +## 0.4.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/types@0.99.4 + - @graphql-mesh/transport-common@0.4.4 + ## 0.4.3 ### Patch Changes diff --git a/packages/transports/soap/package.json b/packages/transports/soap/package.json index 977902d46f97e..b30464c4fe2fb 100644 --- a/packages/transports/soap/package.json +++ b/packages/transports/soap/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-soap", - "version": "0.4.3", + "version": "0.4.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.4", - "@graphql-mesh/transport-common": "^0.4.3", - "@graphql-mesh/types": "^0.99.3", + "@graphql-mesh/transport-common": "^0.4.4", + "@graphql-mesh/types": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "@whatwg-node/fetch": "^0.9.15", "graphql": "*", @@ -42,7 +42,7 @@ }, "dependencies": { "@graphql-mesh/string-interpolation": "^0.5.5", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/utils": "^0.99.4", "fast-xml-parser": "^4.3.2" }, "publishConfig": { diff --git a/packages/transports/sqlite/CHANGELOG.md b/packages/transports/sqlite/CHANGELOG.md index e53ac6ffca864..c1d9daf150fc9 100644 --- a/packages/transports/sqlite/CHANGELOG.md +++ b/packages/transports/sqlite/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/transport-sqlite +## 0.3.6 + +### Patch Changes + +- Updated dependencies []: + - @omnigraph/sqlite@0.3.5 + - @graphql-mesh/transport-common@0.4.4 + ## 0.3.5 ### Patch Changes diff --git a/packages/transports/sqlite/package.json b/packages/transports/sqlite/package.json index ce0981decefed..b8340cf27a000 100644 --- a/packages/transports/sqlite/package.json +++ b/packages/transports/sqlite/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-sqlite", - "version": "0.3.5", + "version": "0.3.6", "type": "module", "repository": { "type": "git", @@ -36,8 +36,8 @@ "tslib": "^2.4.0" }, "dependencies": { - "@graphql-mesh/transport-common": "^0.4.3", - "@omnigraph/sqlite": "^0.3.4" + "@graphql-mesh/transport-common": "^0.4.4", + "@omnigraph/sqlite": "^0.3.5" }, "publishConfig": { "access": "public", diff --git a/packages/transports/thrift/CHANGELOG.md b/packages/transports/thrift/CHANGELOG.md index b82fca7c2e602..996c7966151df 100644 --- a/packages/transports/thrift/CHANGELOG.md +++ b/packages/transports/thrift/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transport-thrift +## 0.4.4 + +### Patch Changes + +- Updated dependencies + [[`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b), + [`597e790`](https://github.com/ardatan/graphql-mesh/commit/597e7905e542be06e7f576d8ffde3f94d7b0630b)]: + - @graphql-mesh/utils@0.99.4 + - @graphql-mesh/transport-common@0.4.4 + ## 0.4.3 ### Patch Changes diff --git a/packages/transports/thrift/package.json b/packages/transports/thrift/package.json index 6c54d581e4a97..46ed8d85da0d4 100644 --- a/packages/transports/thrift/package.json +++ b/packages/transports/thrift/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-thrift", - "version": "0.4.3", + "version": "0.4.4", "type": "module", "repository": { "type": "git", @@ -39,8 +39,8 @@ "@creditkarma/thrift-client": "^1.0.4", "@creditkarma/thrift-server-core": "^1.0.4", "@graphql-mesh/string-interpolation": "^0.5.5", - "@graphql-mesh/transport-common": "^0.4.3", - "@graphql-mesh/utils": "^0.99.3", + "@graphql-mesh/transport-common": "^0.4.4", + "@graphql-mesh/utils": "^0.99.4", "@graphql-tools/utils": "^10.2.3", "pascal-case": "^3.1.2" }, diff --git a/packages/transports/ws/CHANGELOG.md b/packages/transports/ws/CHANGELOG.md index e13eb8c485734..dda90b4857eed 100644 --- a/packages/transports/ws/CHANGELOG.md +++ b/packages/transports/ws/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/transport-ws +## 0.0.3 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/transport-common@0.4.4 + ## 0.0.2 ### Patch Changes diff --git a/packages/transports/ws/package.json b/packages/transports/ws/package.json index ba1e6448da272..88c8f86b97dd3 100644 --- a/packages/transports/ws/package.json +++ b/packages/transports/ws/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-ws", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "repository": { "type": "git", @@ -38,7 +38,7 @@ "dependencies": { "@graphql-mesh/cross-helpers": "0.4.4", "@graphql-mesh/string-interpolation": "^0.5.5", - "@graphql-mesh/transport-common": "^0.4.3", + "@graphql-mesh/transport-common": "^0.4.4", "@graphql-tools/executor-graphql-ws": "^1.2.0", "@graphql-tools/utils": "^10.2.3", "graphql-ws": "^5.16.0", diff --git a/yarn.lock b/yarn.lock index 12b3425f33524..01925a934ac19 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3829,7 +3829,7 @@ __metadata: "@graphql-mesh/compose-cli": "workspace:*" "@graphql-mesh/fusion-runtime": "workspace:*" "@graphql-mesh/serve-cli": "workspace:*" - "@omnigraph/thrift": "npm:^0.4.3" + "@omnigraph/thrift": "npm:^0.4.4" express: "npm:^4.18.2" graphql: "npm:^16.8.1" thrift: "npm:^0.20.0" @@ -4735,48 +4735,48 @@ __metadata: "@apollo/client": "npm:3.11.1" peerDependencies: "@apollo/client": ^3.5.9 - "@graphql-mesh/runtime": ^0.100.3 + "@graphql-mesh/runtime": ^0.100.4 "@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.99.3, @graphql-mesh/cache-cfw-kv@npm:^0.99.3, @graphql-mesh/cache-cfw-kv@workspace:packages/cache/cfw-kv": +"@graphql-mesh/cache-cfw-kv@npm:0.99.4, @graphql-mesh/cache-cfw-kv@npm:^0.99.4, @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.20240725.0" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/cache-file@npm:0.99.3, @graphql-mesh/cache-file@workspace:packages/cache/file": +"@graphql-mesh/cache-file@npm:0.99.4, @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.4 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/cache-localforage@npm:0.99.3, @graphql-mesh/cache-localforage@npm:^0.99.3, @graphql-mesh/cache-localforage@workspace:packages/cache/localforage": +"@graphql-mesh/cache-localforage@npm:0.99.4, @graphql-mesh/cache-localforage@npm:^0.99.4, @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.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -4792,14 +4792,14 @@ __metadata: ioredis-mock: "npm:^8.8.3" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/cli@npm:0.92.3, @graphql-mesh/cli@workspace:packages/legacy/cli": +"@graphql-mesh/cli@npm:0.92.4, @graphql-mesh/cli@workspace:packages/legacy/cli": version: 0.0.0-use.local resolution: "@graphql-mesh/cli@workspace:packages/legacy/cli" dependencies: @@ -4809,13 +4809,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.101.3" + "@graphql-mesh/config": "npm:^0.101.4" "@graphql-mesh/cross-helpers": "npm:^0.4.4" - "@graphql-mesh/http": "npm:^0.100.3" - "@graphql-mesh/runtime": "npm:^0.100.3" - "@graphql-mesh/store": "npm:^0.99.3" - "@graphql-mesh/types": "npm:^0.99.3" - "@graphql-mesh/utils": "npm:^0.99.3" + "@graphql-mesh/http": "npm:^0.100.4" + "@graphql-mesh/runtime": "npm:^0.100.4" + "@graphql-mesh/store": "npm:^0.99.4" + "@graphql-mesh/types": "npm:^0.99.4" + "@graphql-mesh/utils": "npm:^0.99.4" "@graphql-tools/utils": "npm:^10.2.3" "@types/lodash.get": "npm:4.4.9" "@types/mkdirp": "npm:2.0.0" @@ -4856,13 +4856,13 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/compose-cli@npm:^0.6.2, @graphql-mesh/compose-cli@workspace:*, @graphql-mesh/compose-cli@workspace:packages/compose-cli": +"@graphql-mesh/compose-cli@npm:^0.6.3, @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.1.3" - "@graphql-mesh/utils": "npm:^0.99.3" + "@graphql-mesh/fusion-composition": "npm:^0.1.4" + "@graphql-mesh/utils": "npm:^0.99.4" "@graphql-tools/graphql-file-loader": "npm:8.0.1" "@graphql-tools/load": "npm:^8.0.1" "@graphql-tools/schema": "npm:^10.0.4" @@ -4872,21 +4872,21 @@ __metadata: dotenv: "npm:^16.3.1" jiti: "npm:^1.21.6" peerDependencies: - "@graphql-mesh/types": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 graphql: "*" bin: mesh-compose: dist/esm/bin.js languageName: unknown linkType: soft -"@graphql-mesh/config@npm:0.101.3, @graphql-mesh/config@npm:^0.101.3, @graphql-mesh/config@workspace:packages/legacy/config": +"@graphql-mesh/config@npm:0.101.4, @graphql-mesh/config@npm:^0.101.4, @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.99.3" - "@graphql-mesh/merger-bare": "npm:^0.99.3" - "@graphql-mesh/merger-stitching": "npm:^0.99.3" + "@graphql-mesh/cache-localforage": "npm:^0.99.4" + "@graphql-mesh/merger-bare": "npm:^0.99.4" + "@graphql-mesh/merger-stitching": "npm:^0.99.4" "@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" @@ -4897,10 +4897,10 @@ __metadata: pascal-case: "npm:^3.1.2" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/runtime": ^0.100.3 - "@graphql-mesh/store": ^0.99.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/runtime": ^0.100.4 + "@graphql-mesh/store": ^0.99.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -4918,11 +4918,11 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/fusion-composition@npm:^0.1.3, @graphql-mesh/fusion-composition@workspace:packages/fusion/composition": +"@graphql-mesh/fusion-composition@npm:^0.1.4, @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.99.3" + "@graphql-mesh/utils": "npm:^0.99.4" "@graphql-tools/schema": "npm:^10.0.4" "@graphql-tools/stitching-directives": "npm:^3.0.2" "@graphql-tools/utils": "npm:^10.3.2" @@ -4940,16 +4940,16 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/fusion-runtime@npm:^0.5.4, @graphql-mesh/fusion-runtime@workspace:*, @graphql-mesh/fusion-runtime@workspace:packages/fusion/runtime": +"@graphql-mesh/fusion-runtime@npm:^0.5.5, @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/cross-helpers": "npm:^0.4.4" - "@graphql-mesh/runtime": "npm:^0.100.3" - "@graphql-mesh/transport-common": "npm:^0.4.3" - "@graphql-mesh/types": "npm:^0.99.3" - "@graphql-mesh/utils": "npm:^0.99.3" + "@graphql-mesh/runtime": "npm:^0.100.4" + "@graphql-mesh/transport-common": "npm:^0.4.4" + "@graphql-mesh/types": "npm:^0.99.4" + "@graphql-mesh/utils": "npm:^0.99.4" "@graphql-tools/delegate": "npm:^10.0.16" "@graphql-tools/executor": "npm:^1.3.0" "@graphql-tools/federation": "npm:^2.2.1" @@ -4966,7 +4966,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/graphql@npm:0.99.3, @graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql": +"@graphql-mesh/graphql@npm:0.99.4, @graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql": version: 0.0.0-use.local resolution: "@graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql" dependencies: @@ -4977,22 +4977,22 @@ __metadata: lodash.get: "npm:^4.4.2" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/store": ^0.99.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/store": ^0.99.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/grpc@npm:0.101.3, @graphql-mesh/grpc@workspace:packages/legacy/handlers/grpc": +"@graphql-mesh/grpc@npm:0.101.4, @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.5" - "@graphql-mesh/transport-common": "npm:^0.4.3" + "@graphql-mesh/transport-common": "npm:^0.4.4" "@grpc/grpc-js": "npm:^1.1.7" "@grpc/proto-loader": "npm:^0.7.8" "@types/lodash.has": "npm:4.5.9" @@ -5005,9 +5005,9 @@ __metadata: protobufjs: "npm:^7.2.5" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/store": ^0.99.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/store": ^0.99.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5018,19 +5018,19 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/hmac-upstream-signature@workspace:packages/plugins/hmac-upstream-signature" dependencies: - "@graphql-mesh/serve-runtime": "npm:^0.5.4" - "@graphql-mesh/transport-common": "npm:^0.4.3" + "@graphql-mesh/serve-runtime": "npm:^0.5.5" + "@graphql-mesh/transport-common": "npm:^0.4.4" graphql-yoga: "npm:^5.6.0" json-stable-stringify: "npm:^1.1.1" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/http@npm:^0.100.3, @graphql-mesh/http@workspace:packages/legacy/http": +"@graphql-mesh/http@npm:^0.100.4, @graphql-mesh/http@workspace:packages/legacy/http": version: 0.0.0-use.local resolution: "@graphql-mesh/http@workspace:packages/legacy/http" dependencies: @@ -5043,43 +5043,43 @@ __metadata: graphql-yoga: "npm:^5.6.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/runtime": ^0.100.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/runtime": ^0.100.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/json-schema@npm:0.102.4, @graphql-mesh/json-schema@workspace:packages/legacy/handlers/json-schema": +"@graphql-mesh/json-schema@npm:0.102.5, @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.5" "@json-schema-tools/meta-schema": "npm:1.7.5" - "@omnigraph/json-schema": "npm:0.102.4" + "@omnigraph/json-schema": "npm:0.102.5" graphql-compose: "npm:9.0.11" json-machete: "npm:0.97.3" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/store": ^0.99.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/store": ^0.99.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/merger-bare@npm:^0.99.3, @graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare": +"@graphql-mesh/merger-bare@npm:^0.99.4, @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.99.3" + "@graphql-mesh/merger-stitching": "npm:0.99.4" "@graphql-tools/schema": "npm:10.0.4" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5095,16 +5095,16 @@ __metadata: "@graphql-tools/wrap": "npm:^10.0.5" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/store": ^0.99.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/store": ^0.99.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/merger-stitching@npm:0.99.3, @graphql-mesh/merger-stitching@npm:^0.99.3, @graphql-mesh/merger-stitching@workspace:packages/legacy/mergers/stitching": +"@graphql-mesh/merger-stitching@npm:0.99.4, @graphql-mesh/merger-stitching@npm:^0.99.4, @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: @@ -5112,16 +5112,16 @@ __metadata: "@graphql-tools/schema": "npm:^10.0.0" "@graphql-tools/stitch": "npm:^9.2.10" peerDependencies: - "@graphql-mesh/store": ^0.99.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/store": ^0.99.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/mongoose@npm:0.99.3, @graphql-mesh/mongoose@workspace:packages/legacy/handlers/mongoose": +"@graphql-mesh/mongoose@npm:0.99.4, @graphql-mesh/mongoose@workspace:packages/legacy/handlers/mongoose": version: 0.0.0-use.local resolution: "@graphql-mesh/mongoose@workspace:packages/legacy/handlers/mongoose" dependencies: @@ -5132,44 +5132,44 @@ __metadata: graphql-compose-pagination: "npm:^8.3.0" mongoose: "npm:8.5.1" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" mongoose: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/mysql@npm:0.100.3, @graphql-mesh/mysql@workspace:packages/legacy/handlers/mysql": +"@graphql-mesh/mysql@npm:0.100.4, @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.4.3" + "@omnigraph/mysql": "npm:^0.4.4" peerDependencies: - "@graphql-mesh/store": ^0.99.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/store": ^0.99.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/neo4j@npm:0.100.3, @graphql-mesh/neo4j@workspace:packages/legacy/handlers/neo4j": +"@graphql-mesh/neo4j@npm:0.100.4, @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.4.3" + "@omnigraph/neo4j": "npm:^0.4.4" peerDependencies: - "@graphql-mesh/store": ^0.99.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/store": ^0.99.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/odata@npm:0.101.1, @graphql-mesh/odata@workspace:packages/legacy/handlers/odata": +"@graphql-mesh/odata@npm:0.101.2, @graphql-mesh/odata@workspace:packages/legacy/handlers/odata": version: 0.0.0-use.local resolution: "@graphql-mesh/odata@workspace:packages/legacy/handlers/odata" dependencies: @@ -5188,25 +5188,25 @@ __metadata: url-join: "npm:^4.0.1" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/store": ^0.99.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/store": ^0.99.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/openapi@npm:0.102.4, @graphql-mesh/openapi@workspace:packages/legacy/handlers/openapi": +"@graphql-mesh/openapi@npm:0.102.5, @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.5" - "@omnigraph/openapi": "npm:0.102.4" + "@omnigraph/openapi": "npm:0.102.5" peerDependencies: - "@graphql-mesh/store": ^0.99.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/store": ^0.99.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5218,14 +5218,14 @@ __metadata: dependencies: "@whatwg-node/fetch": "npm:0.9.19" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-hive@npm:0.99.3, @graphql-mesh/plugin-hive@npm:^0.99.3, @graphql-mesh/plugin-hive@workspace:packages/plugins/hive": +"@graphql-mesh/plugin-hive@npm:0.99.4, @graphql-mesh/plugin-hive@npm:^0.99.4, @graphql-mesh/plugin-hive@workspace:packages/plugins/hive": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-hive@workspace:packages/plugins/hive" dependencies: @@ -5234,7 +5234,7 @@ __metadata: "@graphql-mesh/string-interpolation": "npm:0.5.5" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/types": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5248,8 +5248,8 @@ __metadata: "@whatwg-node/fetch": "npm:^0.9.0" http-cache-semantics: "npm:4.1.1" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5262,8 +5262,8 @@ __metadata: "@envelop/core": "npm:5.0.1" "@whatwg-node/fetch": "npm:^0.9.0" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5273,19 +5273,19 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-jwt-auth@workspace:packages/plugins/jwt-auth" dependencies: - "@graphql-mesh/serve-runtime": "npm:^0.5.4" + "@graphql-mesh/serve-runtime": "npm:^0.5.5" "@graphql-yoga/plugin-jwt": "npm:3.0.1" graphql-yoga: "npm:^5.6.0" jsonwebtoken: "npm:9.0.2" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-live-query@npm:0.99.3, @graphql-mesh/plugin-live-query@workspace:*, @graphql-mesh/plugin-live-query@workspace:packages/plugins/live-query": +"@graphql-mesh/plugin-live-query@npm:0.99.4, @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: @@ -5295,19 +5295,19 @@ __metadata: "@n1ru4l/in-memory-live-query-store": "npm:0.10.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-mock@npm:0.99.3, @graphql-mesh/plugin-mock@workspace:packages/plugins/mock": +"@graphql-mesh/plugin-mock@npm:0.99.4, @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.99.3" + "@graphql-mesh/cache-localforage": "npm:0.99.4" "@graphql-mesh/string-interpolation": "npm:^0.5.5" "@graphql-tools/mock": "npm:^9.0.3" "@graphql-tools/schema": "npm:^10.0.0" @@ -5316,8 +5316,8 @@ __metadata: graphql-scalars: "npm:^1.22.4" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5337,8 +5337,8 @@ __metadata: newrelic: "npm:10.6.2" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" graphql-yoga: ^4.0.5 || ^5.0.0 newrelic: ^7 || ^8.0.0 || ^10.0.0 @@ -5346,14 +5346,14 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/plugin-operation-field-permissions@npm:0.99.3, @graphql-mesh/plugin-operation-field-permissions@npm:^0.99.3, @graphql-mesh/plugin-operation-field-permissions@workspace:packages/plugins/operation-field-permissions": +"@graphql-mesh/plugin-operation-field-permissions@npm:0.99.4, @graphql-mesh/plugin-operation-field-permissions@npm:^0.99.4, @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.4 - "@graphql-mesh/types": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5363,9 +5363,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.5.4 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/serve-runtime": ^0.5.5 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5375,12 +5375,12 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-prometheus@workspace:packages/plugins/prometheus" dependencies: - "@graphql-mesh/serve-runtime": "npm:^0.5.4" + "@graphql-mesh/serve-runtime": "npm:^0.5.5" "@graphql-yoga/plugin-prometheus": "npm:^5.0.0" prom-client: "npm:15.1.3" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" graphql-yoga: ^4.0.5 || ^5.0.0 prom-client: ^13 || ^14.0.0 || ^15.0.0 @@ -5388,7 +5388,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/plugin-rate-limit@npm:0.99.3, @graphql-mesh/plugin-rate-limit@npm:^0.99.3, @graphql-mesh/plugin-rate-limit@workspace:packages/plugins/rate-limit": +"@graphql-mesh/plugin-rate-limit@npm:0.99.4, @graphql-mesh/plugin-rate-limit@npm:^0.99.4, @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: @@ -5397,14 +5397,14 @@ __metadata: minimatch: "npm:9.0.5" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/types": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-response-cache@npm:0.99.3, @graphql-mesh/plugin-response-cache@npm:^0.99.3, @graphql-mesh/plugin-response-cache@workspace:packages/plugins/response-cache": +"@graphql-mesh/plugin-response-cache@npm:0.99.4, @graphql-mesh/plugin-response-cache@npm:^0.99.4, @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: @@ -5415,14 +5415,14 @@ __metadata: graphql-yoga: "npm:^5.6.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-snapshot@npm:0.99.3, @graphql-mesh/plugin-snapshot@workspace:packages/plugins/snapshot": +"@graphql-mesh/plugin-snapshot@npm:0.99.4, @graphql-mesh/plugin-snapshot@workspace:packages/plugins/snapshot": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-snapshot@workspace:packages/plugins/snapshot" dependencies: @@ -5431,8 +5431,8 @@ __metadata: minimatch: "npm:9.0.5" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5445,15 +5445,15 @@ __metadata: "@envelop/statsd": "npm:5.0.0" hot-shots: "npm:10.0.0" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 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.99.3, @graphql-mesh/postgraphile@workspace:packages/legacy/handlers/postgraphile": +"@graphql-mesh/postgraphile@npm:0.99.4, @graphql-mesh/postgraphile@workspace:packages/legacy/handlers/postgraphile": version: 0.0.0-use.local resolution: "@graphql-mesh/postgraphile@workspace:packages/legacy/handlers/postgraphile" dependencies: @@ -5464,9 +5464,9 @@ __metadata: postgraphile-core: "npm:^4.13.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/store": ^0.99.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/store": ^0.99.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5476,17 +5476,17 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/raml@workspace:packages/legacy/handlers/raml" dependencies: - "@omnigraph/raml": "npm:0.102.4" + "@omnigraph/raml": "npm:0.102.5" peerDependencies: - "@graphql-mesh/store": ^0.99.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/store": ^0.99.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/runtime@npm:0.100.3, @graphql-mesh/runtime@npm:^0.100.3, @graphql-mesh/runtime@workspace:packages/legacy/runtime": +"@graphql-mesh/runtime@npm:0.100.4, @graphql-mesh/runtime@npm:^0.100.4, @graphql-mesh/runtime@workspace:packages/legacy/runtime": version: 0.0.0-use.local resolution: "@graphql-mesh/runtime@workspace:packages/legacy/runtime" dependencies: @@ -5503,23 +5503,23 @@ __metadata: graphql-jit: "npm:0.8.2" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/serve-cli@npm:^0.8.3, @graphql-mesh/serve-cli@workspace:*, @graphql-mesh/serve-cli@workspace:packages/serve-cli": +"@graphql-mesh/serve-cli@npm:^0.8.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.4" - "@graphql-mesh/serve-runtime": "npm:^0.5.4" - "@graphql-mesh/types": "npm:^0.99.3" - "@graphql-mesh/utils": "npm:^0.99.3" + "@graphql-mesh/serve-runtime": "npm:^0.5.5" + "@graphql-mesh/types": "npm:^0.99.4" + "@graphql-mesh/utils": "npm:^0.99.4" "@graphql-tools/utils": "npm:^10.2.3" "@parcel/watcher": "npm:^2.3.0" "@rollup/plugin-commonjs": "npm:^26.0.1" @@ -5553,18 +5553,18 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/serve-runtime@npm:^0.5.4, @graphql-mesh/serve-runtime@workspace:packages/serve-runtime": +"@graphql-mesh/serve-runtime@npm:^0.5.5, @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/apollo": "npm:^0.33.4" "@graphql-mesh/cross-helpers": "npm:^0.4.4" - "@graphql-mesh/fusion-runtime": "npm:^0.5.4" - "@graphql-mesh/plugin-hive": "npm:^0.99.3" - "@graphql-mesh/transport-common": "npm:^0.4.3" - "@graphql-mesh/transport-http": "npm:^0.3.3" - "@graphql-mesh/utils": "npm:^0.99.3" + "@graphql-mesh/fusion-runtime": "npm:^0.5.5" + "@graphql-mesh/plugin-hive": "npm:^0.99.4" + "@graphql-mesh/transport-common": "npm:^0.4.4" + "@graphql-mesh/transport-http": "npm:^0.3.4" + "@graphql-mesh/utils": "npm:^0.99.4" "@graphql-tools/delegate": "npm:^10.0.16" "@graphql-tools/executor-http": "npm:^1.1.5" "@graphql-tools/executor-yoga": "npm:^3.0.0" @@ -5580,24 +5580,24 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/soap@npm:0.101.3, @graphql-mesh/soap@workspace:packages/legacy/handlers/soap": +"@graphql-mesh/soap@npm:0.101.4, @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.4" "@graphql-mesh/string-interpolation": "npm:^0.5.5" - "@omnigraph/soap": "npm:0.101.3" + "@omnigraph/soap": "npm:0.101.4" peerDependencies: - "@graphql-mesh/store": ^0.99.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/store": ^0.99.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/store@npm:^0.99.3, @graphql-mesh/store@workspace:packages/legacy/store": +"@graphql-mesh/store@npm:^0.99.4, @graphql-mesh/store@workspace:packages/legacy/store": version: 0.0.0-use.local resolution: "@graphql-mesh/store@workspace:packages/legacy/store" dependencies: @@ -5605,8 +5605,8 @@ __metadata: graphql: "npm:16.9.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5626,7 +5626,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/supergraph@npm:0.5.3, @graphql-mesh/supergraph@workspace:packages/legacy/handlers/supergraph": +"@graphql-mesh/supergraph@npm:0.5.4, @graphql-mesh/supergraph@workspace:packages/legacy/handlers/supergraph": version: 0.0.0-use.local resolution: "@graphql-mesh/supergraph@workspace:packages/legacy/handlers/supergraph" dependencies: @@ -5637,45 +5637,45 @@ __metadata: lodash.get: "npm:^4.4.2" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/store": ^0.99.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/store": ^0.99.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/thrift@npm:0.101.3, @graphql-mesh/thrift@workspace:packages/legacy/handlers/thrift": +"@graphql-mesh/thrift@npm:0.101.4, @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.4.3" + "@omnigraph/thrift": "npm:^0.4.4" "@types/thrift": "npm:0.10.17" "@types/url-join": "npm:4.0.3" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/store": ^0.99.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/store": ^0.99.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-cache@npm:0.99.3, @graphql-mesh/transform-cache@workspace:packages/legacy/transforms/cache": +"@graphql-mesh/transform-cache@npm:0.99.4, @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.99.3" + "@graphql-mesh/cache-localforage": "npm:0.99.4" "@graphql-mesh/string-interpolation": "npm:^0.5.5" "@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.4 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5690,8 +5690,8 @@ __metadata: "@graphql-tools/schema": "npm:10.0.4" "@graphql-tools/wrap": "npm:^10.0.5" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5708,15 +5708,15 @@ __metadata: "@graphql-tools/schema": "npm:10.0.4" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-federation@npm:0.99.3, @graphql-mesh/transform-federation@workspace:packages/legacy/transforms/federation": +"@graphql-mesh/transform-federation@npm:0.99.4, @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: @@ -5727,8 +5727,8 @@ __metadata: dset: "npm:^3.1.2" graphql-transform-federation: "npm:^2.2.0" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5744,15 +5744,15 @@ __metadata: "@types/minimatch": "npm:5.1.2" minimatch: "npm:^9.0.0" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-hive@npm:0.99.3, @graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive": +"@graphql-mesh/transform-hive@npm:0.99.4, @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: @@ -5762,7 +5762,7 @@ __metadata: "@graphql-tools/delegate": "npm:^10.0.16" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/types": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5773,22 +5773,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.99.3" + "@graphql-mesh/cache-localforage": "npm:0.99.4" "@graphql-tools/delegate": "npm:^10.0.16" "@graphql-tools/wrap": "npm:^10.0.5" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/transform-naming-convention@npm:0.99.3, @graphql-mesh/transform-naming-convention@workspace:packages/legacy/transforms/naming-convention": +"@graphql-mesh/transform-naming-convention@npm:0.99.4, @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.99.3" + "@graphql-mesh/cache-localforage": "npm:^0.99.4" "@graphql-tools/delegate": "npm:^10.0.16" "@graphql-tools/schema": "npm:10.0.4" "@graphql-tools/wrap": "npm:^10.0.5" @@ -5797,26 +5797,26 @@ __metadata: lower-case: "npm:^2.0.2" upper-case: "npm:^2.0.2" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.5.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-prefix@npm:0.99.3, @graphql-mesh/transform-prefix@workspace:packages/legacy/transforms/prefix": +"@graphql-mesh/transform-prefix@npm:0.99.4, @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.99.3" + "@graphql-mesh/cache-localforage": "npm:0.99.4" "@graphql-tools/delegate": "npm:^10.0.16" "@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.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5827,7 +5827,7 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transform-prune@workspace:packages/legacy/transforms/prune" peerDependencies: - "@graphql-mesh/types": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5838,33 +5838,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.99.3" + "@graphql-mesh/cache-localforage": "npm:0.99.4" "@graphql-mesh/string-interpolation": "npm:^0.5.5" "@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.4 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-rename@npm:0.99.3, @graphql-mesh/transform-rename@workspace:packages/legacy/transforms/rename": +"@graphql-mesh/transform-rename@npm:0.99.4, @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.99.3" + "@graphql-mesh/cache-localforage": "npm:0.99.4" "@graphql-tools/delegate": "npm:^10.0.16" "@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.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -5875,29 +5875,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.99.3" + "@graphql-mesh/cache-localforage": "npm:0.99.4" "@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.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-resolvers-composition@npm:0.99.3, @graphql-mesh/transform-resolvers-composition@workspace:packages/legacy/transforms/resolvers-composition": +"@graphql-mesh/transform-resolvers-composition@npm:0.99.4, @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.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5910,28 +5910,28 @@ __metadata: "@types/micromatch": "npm:4.0.9" micromatch: "npm:4.0.7" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/transform-type-merging@npm:0.99.3, @graphql-mesh/transform-type-merging@workspace:packages/legacy/transforms/type-merging": +"@graphql-mesh/transform-type-merging@npm:0.99.4, @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.16" "@graphql-tools/stitching-directives": "npm:^3.0.0" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transport-common@npm:^0.4.3, @graphql-mesh/transport-common@workspace:packages/transports/common": +"@graphql-mesh/transport-common@npm:^0.4.4, @graphql-mesh/transport-common@workspace:packages/transports/common": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-common@workspace:packages/transports/common" dependencies: @@ -5939,7 +5939,7 @@ __metadata: "@graphql-tools/delegate": "npm:^10.0.16" "@graphql-tools/utils": "npm:^10.2.3" peerDependencies: - "@graphql-mesh/types": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5951,7 +5951,7 @@ __metadata: dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.4" "@graphql-mesh/string-interpolation": "npm:^0.5.5" - "@graphql-mesh/transport-common": "npm:^0.4.3" + "@graphql-mesh/transport-common": "npm:^0.4.4" "@graphql-tools/utils": "npm:^10.2.3" "@repeaterjs/repeater": "npm:^3.0.6" "@types/ws": "npm:^8" @@ -5962,13 +5962,13 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-http@npm:^0.3.3, @graphql-mesh/transport-http@workspace:packages/transports/http": +"@graphql-mesh/transport-http@npm:^0.3.4, @graphql-mesh/transport-http@workspace:packages/transports/http": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-http@workspace:packages/transports/http" dependencies: "@graphql-mesh/string-interpolation": "npm:^0.5.5" - "@graphql-mesh/transport-common": "npm:^0.4.3" - "@graphql-mesh/utils": "npm:^0.99.3" + "@graphql-mesh/transport-common": "npm:^0.4.4" + "@graphql-mesh/utils": "npm:^0.99.4" "@graphql-tools/executor-http": "npm:^1.1.5" "@graphql-tools/utils": "npm:^10.2.3" "@types/ws": "npm:^8" @@ -5980,15 +5980,15 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-mysql@npm:^0.4.3, @graphql-mesh/transport-mysql@workspace:packages/transports/mysql": +"@graphql-mesh/transport-mysql@npm:^0.4.4, @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.4" "@graphql-mesh/string-interpolation": "npm:^0.5.5" - "@graphql-mesh/transport-common": "npm:^0.4.3" - "@graphql-mesh/types": "npm:^0.99.3" - "@graphql-mesh/utils": "npm:^0.99.3" + "@graphql-mesh/transport-common": "npm:^0.4.4" + "@graphql-mesh/types": "npm:^0.99.4" + "@graphql-mesh/utils": "npm:^0.99.4" "@graphql-tools/delegate": "npm:^10.0.16" "@graphql-tools/utils": "npm:^10.2.3" graphql-fields: "npm:^2.0.3" @@ -6000,13 +6000,13 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-neo4j@npm:^0.4.3, @graphql-mesh/transport-neo4j@workspace:packages/transports/neo4j": +"@graphql-mesh/transport-neo4j@npm:^0.4.4, @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.4.3" - "@graphql-mesh/types": "npm:^0.99.3" - "@graphql-mesh/utils": "npm:^0.99.3" + "@graphql-mesh/transport-common": "npm:^0.4.4" + "@graphql-mesh/types": "npm:^0.99.4" + "@graphql-mesh/utils": "npm:^0.99.4" "@graphql-tools/delegate": "npm:^10.0.16" "@graphql-tools/utils": "npm:^10.2.3" "@neo4j/graphql": "npm:^5.0.0" @@ -6018,7 +6018,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-rest@npm:^0.4.3, @graphql-mesh/transport-rest@workspace:packages/transports/rest": +"@graphql-mesh/transport-rest@npm:^0.4.4, @graphql-mesh/transport-rest@workspace:packages/transports/rest": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-rest@workspace:packages/transports/rest" dependencies: @@ -6030,9 +6030,9 @@ __metadata: url-join: "npm:4.0.1" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/transport-common": ^0.4.3 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/transport-common": ^0.4.4 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 "@whatwg-node/fetch": ^0.9.15 graphql: "*" @@ -6040,17 +6040,17 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-soap@npm:^0.4.3, @graphql-mesh/transport-soap@workspace:packages/transports/soap": +"@graphql-mesh/transport-soap@npm:^0.4.4, @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.5" - "@graphql-mesh/utils": "npm:^0.99.3" + "@graphql-mesh/utils": "npm:^0.99.4" fast-xml-parser: "npm:^4.3.2" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/transport-common": ^0.4.3 - "@graphql-mesh/types": ^0.99.3 + "@graphql-mesh/transport-common": ^0.4.4 + "@graphql-mesh/types": ^0.99.4 "@graphql-tools/utils": ^10.2.3 "@whatwg-node/fetch": ^0.9.15 graphql: "*" @@ -6062,23 +6062,23 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transport-sqlite@workspace:packages/transports/sqlite" dependencies: - "@graphql-mesh/transport-common": "npm:^0.4.3" - "@omnigraph/sqlite": "npm:^0.3.4" + "@graphql-mesh/transport-common": "npm:^0.4.4" + "@omnigraph/sqlite": "npm:^0.3.5" peerDependencies: graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transport-thrift@npm:^0.4.3, @graphql-mesh/transport-thrift@workspace:packages/transports/thrift": +"@graphql-mesh/transport-thrift@npm:^0.4.4, @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.5" - "@graphql-mesh/transport-common": "npm:^0.4.3" - "@graphql-mesh/utils": "npm:^0.99.3" + "@graphql-mesh/transport-common": "npm:^0.4.4" + "@graphql-mesh/utils": "npm:^0.99.4" "@graphql-tools/utils": "npm:^10.2.3" pascal-case: "npm:^3.1.2" peerDependencies: @@ -6093,7 +6093,7 @@ __metadata: dependencies: "@graphql-mesh/cross-helpers": "npm:0.4.4" "@graphql-mesh/string-interpolation": "npm:^0.5.5" - "@graphql-mesh/transport-common": "npm:^0.4.3" + "@graphql-mesh/transport-common": "npm:^0.4.4" "@graphql-tools/executor-graphql-ws": "npm:^1.2.0" "@graphql-tools/utils": "npm:^10.2.3" "@types/ws": "npm:^8" @@ -6105,19 +6105,19 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/tuql@npm:0.100.5, @graphql-mesh/tuql@workspace:packages/legacy/handlers/tuql": +"@graphql-mesh/tuql@npm:0.100.6, @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.3.4" + "@omnigraph/sqlite": "npm:^0.3.5" peerDependencies: - "@graphql-mesh/types": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/types@npm:^0.99.3, @graphql-mesh/types@workspace:packages/legacy/types": +"@graphql-mesh/types@npm:^0.99.4, @graphql-mesh/types@workspace:packages/legacy/types": version: 0.0.0-use.local resolution: "@graphql-mesh/types@workspace:packages/legacy/types" dependencies: @@ -6125,7 +6125,7 @@ __metadata: "@graphql-tools/delegate": "npm:^10.0.16" "@graphql-typed-document-node/core": "npm:^3.2.0" peerDependencies: - "@graphql-mesh/store": ^0.99.3 + "@graphql-mesh/store": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -6139,7 +6139,7 @@ __metadata: "@urql/core": "npm:5.0.4" wonka: "npm:6.3.4" peerDependencies: - "@graphql-mesh/runtime": ^0.100.3 + "@graphql-mesh/runtime": ^0.100.4 "@graphql-tools/utils": ^10.2.3 "@urql/core": ^2.4.3 || ^4.0.0 || ^5.0.0 graphql: ^15.2.0 || ^16.0.0 @@ -6148,7 +6148,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/utils@npm:^0.99.3, @graphql-mesh/utils@workspace:*, @graphql-mesh/utils@workspace:packages/legacy/utils": +"@graphql-mesh/utils@npm:^0.99.4, @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: @@ -6167,7 +6167,7 @@ __metadata: tiny-lru: "npm:^11.0.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/types": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 @@ -8617,13 +8617,13 @@ __metadata: languageName: node linkType: hard -"@omnigraph/json-schema@npm:0.102.4, @omnigraph/json-schema@npm:^0.102.4, @omnigraph/json-schema@workspace:*, @omnigraph/json-schema@workspace:packages/loaders/json-schema": +"@omnigraph/json-schema@npm:0.102.5, @omnigraph/json-schema@npm:^0.102.5, @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.5" - "@graphql-mesh/transport-common": "npm:^0.4.3" - "@graphql-mesh/transport-rest": "npm:^0.4.3" + "@graphql-mesh/transport-common": "npm:^0.4.4" + "@graphql-mesh/transport-rest": "npm:^0.4.4" "@graphql-tools/delegate": "npm:^10.0.16" "@json-schema-tools/meta-schema": "npm:1.7.5" "@types/qs": "npm:6.9.15" @@ -8643,22 +8643,22 @@ __metadata: url-join: "npm:4.0.1" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/mysql@npm:^0.4.3, @omnigraph/mysql@workspace:*, @omnigraph/mysql@workspace:packages/loaders/mysql": +"@omnigraph/mysql@npm:^0.4.4, @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.4" "@graphql-mesh/string-interpolation": "npm:^0.5.5" - "@graphql-mesh/transport-mysql": "npm:^0.4.3" - "@graphql-mesh/utils": "npm:^0.99.3" + "@graphql-mesh/transport-mysql": "npm:^0.4.4" + "@graphql-mesh/utils": "npm:^0.99.4" "@graphql-tools/delegate": "npm:^10.0.16" "@graphql-tools/utils": "npm:^10.2.3" "@types/graphql-fields": "npm:1.3.9" @@ -8669,35 +8669,35 @@ __metadata: mysql: "npm:^2.18.1" mysql-utilities: "npm:^1.1.4" peerDependencies: - "@graphql-mesh/types": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 graphql: "*" languageName: unknown linkType: soft -"@omnigraph/neo4j@npm:^0.4.3, @omnigraph/neo4j@workspace:*, @omnigraph/neo4j@workspace:packages/loaders/neo4j": +"@omnigraph/neo4j@npm:^0.4.4, @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.4.3" + "@graphql-mesh/transport-neo4j": "npm:^0.4.4" "@graphql-tools/delegate": "npm:^10.0.16" "@graphql-tools/schema": "npm:^10.0.4" "@neo4j/introspector": "npm:^3.0.0" neo4j-driver: "npm:^5.9.2" peerDependencies: - "@graphql-mesh/types": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/openapi@npm:0.102.4, @omnigraph/openapi@npm:^0.102.4, @omnigraph/openapi@workspace:*, @omnigraph/openapi@workspace:packages/loaders/openapi": +"@omnigraph/openapi@npm:0.102.5, @omnigraph/openapi@npm:^0.102.5, @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.5" "@graphql-tools/delegate": "npm:^10.0.16" "@graphql-tools/utils": "npm:10.3.2" - "@omnigraph/json-schema": "npm:^0.102.4" + "@omnigraph/json-schema": "npm:^0.102.5" "@whatwg-node/fetch": "npm:0.9.19" change-case: "npm:^4.1.2" fets: "npm:0.8.1" @@ -8707,61 +8707,61 @@ __metadata: openapi-types: "npm:^12.1.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.4 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/raml@npm:0.102.4, @omnigraph/raml@workspace:packages/loaders/raml": +"@omnigraph/raml@npm:0.102.5, @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.5" "@graphql-tools/delegate": "npm:^10.0.16" - "@omnigraph/json-schema": "npm:0.102.4" + "@omnigraph/json-schema": "npm:0.102.5" "@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.4 - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/soap@npm:0.101.3, @omnigraph/soap@workspace:*, @omnigraph/soap@workspace:packages/loaders/soap": +"@omnigraph/soap@npm:0.101.4, @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.4" "@graphql-mesh/string-interpolation": "npm:^0.5.5" - "@graphql-mesh/transport-soap": "npm:^0.4.3" + "@graphql-mesh/transport-soap": "npm:^0.4.4" "@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.1.0" peerDependencies: - "@graphql-mesh/types": ^0.99.3 - "@graphql-mesh/utils": ^0.99.3 + "@graphql-mesh/types": ^0.99.4 + "@graphql-mesh/utils": ^0.99.4 "@graphql-tools/utils": ^10.2.3 graphql: "*" languageName: unknown linkType: soft -"@omnigraph/sqlite@npm:^0.3.4, @omnigraph/sqlite@workspace:*, @omnigraph/sqlite@workspace:packages/loaders/sqlite": +"@omnigraph/sqlite@npm:^0.3.5, @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.4" - "@graphql-mesh/types": "npm:^0.99.3" + "@graphql-mesh/types": "npm:^0.99.4" "@graphql-tools/delegate": "npm:^10.0.16" tuql: "npm:^1.7.0" peerDependencies: @@ -8773,16 +8773,16 @@ __metadata: languageName: unknown linkType: soft -"@omnigraph/thrift@npm:^0.4.3, @omnigraph/thrift@workspace:packages/loaders/thrift": +"@omnigraph/thrift@npm:^0.4.4, @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.4" - "@graphql-mesh/transport-thrift": "npm:^0.4.3" - "@graphql-mesh/types": "npm:^0.99.3" - "@graphql-mesh/utils": "npm:^0.99.3" + "@graphql-mesh/transport-thrift": "npm:^0.4.4" + "@graphql-mesh/types": "npm:^0.99.4" + "@graphql-mesh/utils": "npm:^0.99.4" "@graphql-tools/utils": "npm:10.3.2" "@whatwg-node/fetch": "npm:^0.9.18" graphql-scalars: "npm:^1.22.4" @@ -11793,10 +11793,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.6.2" - "@graphql-mesh/plugin-operation-field-permissions": "npm:^0.99.3" - "@graphql-mesh/serve-cli": "npm:^0.8.3" - "@omnigraph/json-schema": "npm:^0.102.4" + "@graphql-mesh/compose-cli": "npm:^0.6.3" + "@graphql-mesh/plugin-operation-field-permissions": "npm:^0.99.4" + "@graphql-mesh/serve-cli": "npm:^0.8.4" + "@omnigraph/json-schema": "npm:^0.102.5" graphql: "npm:16.9.0" jest: "npm:29.7.0" languageName: unknown @@ -11807,10 +11807,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.99.3" - "@graphql-mesh/plugin-rate-limit": "npm:^0.99.3" - "@graphql-mesh/plugin-response-cache": "npm:^0.99.3" - "@graphql-mesh/serve-runtime": "npm:^0.5.4" + "@graphql-mesh/cache-cfw-kv": "npm:^0.99.4" + "@graphql-mesh/plugin-rate-limit": "npm:^0.99.4" + "@graphql-mesh/plugin-response-cache": "npm:^0.99.4" + "@graphql-mesh/serve-runtime": "npm:^0.5.5" graphql: "npm:16.9.0" wrangler: "npm:3.67.0" languageName: unknown @@ -11820,9 +11820,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.6.2" - "@graphql-mesh/serve-runtime": "npm:^0.5.4" - "@omnigraph/openapi": "npm:^0.102.4" + "@graphql-mesh/compose-cli": "npm:^0.6.3" + "@graphql-mesh/serve-runtime": "npm:^0.5.5" + "@omnigraph/openapi": "npm:^0.102.5" fastify: "npm:^4.26.0" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -11836,9 +11836,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.6.2" - "@graphql-mesh/serve-runtime": "npm:^0.5.4" - "@omnigraph/json-schema": "npm:^0.102.4" + "@graphql-mesh/compose-cli": "npm:^0.6.3" + "@graphql-mesh/serve-runtime": "npm:^0.5.5" + "@omnigraph/json-schema": "npm:^0.102.5" "@types/node": "npm:^20.10.6" graphql: "npm:^16.8.1" typescript: "npm:^5.4.2" @@ -11849,9 +11849,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.6.2" - "@graphql-mesh/serve-cli": "npm:^0.8.3" - "@omnigraph/openapi": "npm:^0.102.4" + "@graphql-mesh/compose-cli": "npm:^0.6.3" + "@graphql-mesh/serve-cli": "npm:^0.8.4" + "@omnigraph/openapi": "npm:^0.102.5" graphql: "npm:^16.8.1" languageName: unknown linkType: soft @@ -11860,8 +11860,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.8.3" - "@graphql-mesh/serve-runtime": "npm:^0.5.4" + "@graphql-mesh/serve-cli": "npm:^0.8.4" + "@graphql-mesh/serve-runtime": "npm:^0.5.5" esbuild: "npm:^0.23.0" graphql: "npm:16.9.0" typescript: "npm:^5.4.2" @@ -13097,9 +13097,9 @@ __metadata: resolution: "auth0-example@workspace:examples/auth0" dependencies: "@envelop/auth0": "npm:6.0.0" - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/json-schema": "npm:0.102.4" - "@graphql-mesh/plugin-operation-field-permissions": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/json-schema": "npm:0.102.5" + "@graphql-mesh/plugin-operation-field-permissions": "npm:0.99.4" graphql: "npm:16.9.0" jest: "npm:29.7.0" languageName: unknown @@ -13110,8 +13110,8 @@ __metadata: resolution: "authors-service@workspace:examples/hive-example/sources/authors" dependencies: "@graphql-hive/cli": "npm:0.39.0" - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/openapi": "npm:0.102.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/openapi": "npm:0.102.5" fets: "npm:^0.8.0" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -13698,8 +13698,8 @@ __metadata: resolution: "books-service@workspace:examples/hive-example/sources/books" dependencies: "@graphql-hive/cli": "npm:0.39.0" - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/openapi": "npm:0.102.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/openapi": "npm:0.102.5" fets: "npm:^0.8.0" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -14147,12 +14147,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.99.3" - "@graphql-mesh/cache-localforage": "npm:^0.99.3" - "@graphql-mesh/compose-cli": "npm:^0.6.2" - "@graphql-mesh/plugin-response-cache": "npm:^0.99.3" - "@graphql-mesh/serve-runtime": "npm:^0.5.4" - "@omnigraph/json-schema": "npm:^0.102.4" + "@graphql-mesh/cache-cfw-kv": "npm:^0.99.4" + "@graphql-mesh/cache-localforage": "npm:^0.99.4" + "@graphql-mesh/compose-cli": "npm:^0.6.3" + "@graphql-mesh/plugin-response-cache": "npm:^0.99.4" + "@graphql-mesh/serve-runtime": "npm:^0.5.5" + "@omnigraph/json-schema": "npm:^0.102.5" graphql: "npm:16.9.0" wrangler: "npm:3.67.0" languageName: unknown @@ -14353,8 +14353,8 @@ __metadata: version: 0.0.0-use.local resolution: "chinook@workspace:examples/sqlite-chinook" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/tuql": "npm:0.100.5" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/tuql": "npm:0.100.6" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -14603,10 +14603,10 @@ __metadata: version: 0.0.0-use.local resolution: "cloudflare-workers@workspace:examples/cloudflare-workers" dependencies: - "@graphql-mesh/cache-cfw-kv": "npm:0.99.3" - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/json-schema": "npm:0.102.4" - "@graphql-mesh/plugin-response-cache": "npm:0.99.3" + "@graphql-mesh/cache-cfw-kv": "npm:0.99.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/json-schema": "npm:0.102.5" + "@graphql-mesh/plugin-response-cache": "npm:0.99.4" graphql: "npm:16.9.0" wrangler: "npm:3.67.0" languageName: unknown @@ -15144,9 +15144,9 @@ __metadata: version: 0.0.0-use.local resolution: "country-info-example@workspace:examples/soap-country-info" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/plugin-snapshot": "npm:0.99.3" - "@graphql-mesh/soap": "npm:0.101.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/plugin-snapshot": "npm:0.99.4" + "@graphql-mesh/soap": "npm:0.101.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -15155,9 +15155,9 @@ __metadata: version: 0.0.0-use.local resolution: "covid-mesh@workspace:examples/json-schema-covid" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/graphql": "npm:0.99.3" - "@graphql-mesh/json-schema": "npm:0.102.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/graphql": "npm:0.99.4" + "@graphql-mesh/json-schema": "npm:0.102.5" graphql: "npm:16.9.0" jest: "npm:29.7.0" languageName: unknown @@ -18207,8 +18207,8 @@ __metadata: version: 0.0.0-use.local resolution: "example-fastify@workspace:examples/fastify" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/graphql": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/graphql": "npm:0.99.4" fastify: "npm:4.28.1" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -18222,8 +18222,8 @@ __metadata: resolution: "example-gcp@workspace:examples/gcp-functions" dependencies: "@google-cloud/functions-framework": "npm:3.4.2" - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/json-schema": "npm:0.102.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/json-schema": "npm:0.102.5" "@types/node": "npm:20.14.12" graphql: "npm:16.9.0" typescript: "npm:^5.4.2" @@ -18234,9 +18234,9 @@ __metadata: version: 0.0.0-use.local resolution: "example-persisted-operations@workspace:examples/persisted-operations" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/json-schema": "npm:0.102.4" - "@graphql-mesh/plugin-mock": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/json-schema": "npm:0.102.5" + "@graphql-mesh/plugin-mock": "npm:0.99.4" "@graphql-yoga/plugin-sofa": "npm:3.6.3" graphql: "npm:16.9.0" jest: "npm:29.7.0" @@ -18714,9 +18714,9 @@ __metadata: version: 0.0.0-use.local resolution: "federation-gateway@workspace:examples/federation-example/gateway" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/graphql": "npm:0.99.3" - "@graphql-mesh/transform-federation": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/graphql": "npm:0.99.4" + "@graphql-mesh/transform-federation": "npm:0.99.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -18739,8 +18739,8 @@ __metadata: version: 0.0.0-use.local resolution: "federation-supergraph-gateway@workspace:examples/federation-example/gateway-supergraph" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/supergraph": "npm:0.5.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/supergraph": "npm:0.5.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -19372,10 +19372,10 @@ __metadata: version: 0.0.0-use.local resolution: "gateway-example@workspace:examples/hive-example/gateway" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/openapi": "npm:0.102.4" - "@graphql-mesh/plugin-hive": "npm:0.99.3" - "@graphql-mesh/transform-hive": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/openapi": "npm:0.102.5" + "@graphql-mesh/plugin-hive": "npm:0.99.4" + "@graphql-mesh/transform-hive": "npm:0.99.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -19968,8 +19968,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.92.3" - "@graphql-mesh/graphql": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/graphql": "npm:0.99.4" concurrently: "npm:8.2.2" graphql: "npm:16.9.0" graphql-yoga: "npm:^5.6.0" @@ -20217,9 +20217,9 @@ __metadata: version: 0.0.0-use.local resolution: "grpc-example@workspace:examples/grpc-example" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/grpc": "npm:0.101.3" - "@graphql-mesh/transform-naming-convention": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/grpc": "npm:0.101.4" + "@graphql-mesh/transform-naming-convention": "npm:0.99.4" "@grpc/grpc-js": "npm:1.11.1" "@grpc/proto-loader": "npm:0.7.13" concurrently: "npm:8.2.2" @@ -20247,9 +20247,9 @@ __metadata: version: 0.0.0-use.local resolution: "grpc-reflection-example@workspace:examples/grpc-reflection-example" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/grpc": "npm:0.101.3" - "@graphql-mesh/transform-naming-convention": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/grpc": "npm:0.101.4" + "@graphql-mesh/transform-naming-convention": "npm:0.99.4" "@grpc/grpc-js": "npm:1.11.1" "@grpc/proto-loader": "npm:0.7.13" concurrently: "npm:8.2.2" @@ -20578,8 +20578,8 @@ __metadata: version: 0.0.0-use.local resolution: "hasura-openbrewery-geodb@workspace:examples/hasura-openbrewery-geodb" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/json-schema": "npm:0.102.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/json-schema": "npm:0.102.5" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -20607,9 +20607,9 @@ __metadata: version: 0.0.0-use.local resolution: "hello-world-esm@workspace:examples/hello-world-esm" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/json-schema": "npm:0.102.4" - "@graphql-mesh/plugin-mock": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/json-schema": "npm:0.102.5" + "@graphql-mesh/plugin-mock": "npm:0.99.4" graphql: "npm:16.9.0" jest: "npm:29.7.0" ts-node: "npm:^10.9.2" @@ -22146,8 +22146,8 @@ __metadata: version: 0.0.0-use.local resolution: "javascript-wiki@workspace:examples/openapi-javascript-wiki" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/openapi": "npm:0.102.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/openapi": "npm:0.102.5" graphql: "npm:16.9.0" moment: "npm:2.30.1" typescript: "npm:^5.4.2" @@ -23367,10 +23367,10 @@ __metadata: version: 0.0.0-use.local resolution: "json-schema-example@workspace:examples/json-schema-example" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/json-schema": "npm:0.102.4" - "@graphql-mesh/plugin-mock": "npm:0.99.3" - "@graphql-mesh/transform-naming-convention": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/json-schema": "npm:0.102.5" + "@graphql-mesh/plugin-mock": "npm:0.99.4" + "@graphql-mesh/transform-naming-convention": "npm:0.99.4" graphql: "npm:16.9.0" jest: "npm:29.7.0" languageName: unknown @@ -23380,8 +23380,8 @@ __metadata: version: 0.0.0-use.local resolution: "json-schema-fhir@workspace:examples/json-schema-fhir" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/json-schema": "npm:0.102.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/json-schema": "npm:0.102.5" "@types/unzip-stream": "npm:0.3.4" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -23394,8 +23394,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.92.3" - "@graphql-mesh/json-schema": "npm:0.102.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/json-schema": "npm:0.102.5" "@types/node": "npm:20.14.12" concurrently: "npm:8.2.2" fets: "npm:0.8.1" @@ -23409,9 +23409,9 @@ __metadata: version: 0.0.0-use.local resolution: "json-schema-hello-world@workspace:examples/hello-world" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/json-schema": "npm:0.102.4" - "@graphql-mesh/plugin-mock": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/json-schema": "npm:0.102.5" + "@graphql-mesh/plugin-mock": "npm:0.99.4" "@graphql-yoga/plugin-sofa": "npm:3.6.3" graphql: "npm:16.9.0" jest: "npm:29.7.0" @@ -23442,9 +23442,9 @@ __metadata: version: 0.0.0-use.local resolution: "json-schema-subscriptions@workspace:examples/json-schema-subscriptions" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/json-schema": "npm:0.102.4" - "@graphql-mesh/plugin-live-query": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/json-schema": "npm:0.102.5" + "@graphql-mesh/plugin-live-query": "npm:0.99.4" "@whatwg-node/fetch": "npm:^0.9.0" concurrently: "npm:8.2.2" fets: "npm:0.8.1" @@ -24044,11 +24044,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.99.3" - "@graphql-mesh/compose-cli": "npm:^0.6.2" - "@graphql-mesh/plugin-response-cache": "npm:^0.99.3" - "@graphql-mesh/serve-cli": "npm:^0.8.3" - "@omnigraph/openapi": "npm:^0.102.4" + "@graphql-mesh/cache-localforage": "npm:^0.99.4" + "@graphql-mesh/compose-cli": "npm:^0.6.3" + "@graphql-mesh/plugin-response-cache": "npm:^0.99.4" + "@graphql-mesh/serve-cli": "npm:^0.8.4" + "@omnigraph/openapi": "npm:^0.102.5" graphql: "npm:^16.8.1" languageName: unknown linkType: soft @@ -26239,8 +26239,8 @@ __metadata: version: 0.0.0-use.local resolution: "mongoose-example@workspace:examples/mongoose-example" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/mongoose": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/mongoose": "npm:0.99.4" graphql: "npm:16.9.0" jest: "npm:29.7.0" mongoose: "npm:8.5.1" @@ -26352,8 +26352,8 @@ __metadata: version: 0.0.0-use.local resolution: "mysql-employees@workspace:examples/mysql-employees" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/mysql": "npm:0.100.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/mysql": "npm:0.100.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -26362,8 +26362,8 @@ __metadata: version: 0.0.0-use.local resolution: "mysql-rfam@workspace:examples/mysql-rfam" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/mysql": "npm:0.100.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/mysql": "npm:0.100.4" graphql: "npm:16.9.0" jest: "npm:29.7.0" languageName: unknown @@ -26516,9 +26516,9 @@ __metadata: version: 0.0.0-use.local resolution: "neo4j-example@workspace:examples/neo4j-example" dependencies: - "@graphql-mesh/cache-file": "npm:0.99.3" - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/neo4j": "npm:0.100.3" + "@graphql-mesh/cache-file": "npm:0.99.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/neo4j": "npm:0.100.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -26660,10 +26660,10 @@ __metadata: version: 0.0.0-use.local resolution: "nextjs-apollo-example@workspace:examples/nextjs-apollo-example" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/config": "npm:0.101.3" - "@graphql-mesh/openapi": "npm:0.102.4" - "@graphql-mesh/runtime": "npm:0.100.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/config": "npm:0.101.4" + "@graphql-mesh/openapi": "npm:0.102.5" + "@graphql-mesh/runtime": "npm:0.100.4" "@types/react": "npm:18.3.3" apollo-server-micro: "npm:3.13.0" graphql: "npm:16.9.0" @@ -26678,10 +26678,10 @@ __metadata: version: 0.0.0-use.local resolution: "nextjs-sdk-example@workspace:examples/nextjs-sdk-example" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/config": "npm:0.101.3" - "@graphql-mesh/openapi": "npm:0.102.4" - "@graphql-mesh/runtime": "npm:0.100.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/config": "npm:0.101.4" + "@graphql-mesh/openapi": "npm:0.102.5" + "@graphql-mesh/runtime": "npm:0.100.4" "@types/react": "npm:18.3.3" apollo-server-micro: "npm:3.13.0" graphql: "npm:16.9.0" @@ -27358,8 +27358,8 @@ __metadata: version: 0.0.0-use.local resolution: "odata-microsoft-graph-example@workspace:examples/odata-microsoft" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/odata": "npm:0.101.1" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/odata": "npm:0.101.2" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" languageName: unknown @@ -27369,10 +27369,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.92.3" - "@graphql-mesh/config": "npm:0.101.3" - "@graphql-mesh/odata": "npm:0.101.1" - "@graphql-mesh/runtime": "npm:0.100.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/config": "npm:0.101.4" + "@graphql-mesh/odata": "npm:0.101.2" + "@graphql-mesh/runtime": "npm:0.100.4" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" languageName: unknown @@ -27382,10 +27382,10 @@ __metadata: version: 0.0.0-use.local resolution: "odata-msgraph-programmatic@workspace:examples/odata-msgraph-programmatic" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/config": "npm:0.101.3" - "@graphql-mesh/odata": "npm:0.101.1" - "@graphql-mesh/runtime": "npm:0.100.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/config": "npm:0.101.4" + "@graphql-mesh/odata": "npm:0.101.2" + "@graphql-mesh/runtime": "npm:0.100.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -27394,8 +27394,8 @@ __metadata: version: 0.0.0-use.local resolution: "odata-trippin-example@workspace:examples/odata-trippin" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/odata": "npm:0.101.1" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/odata": "npm:0.101.2" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -27491,8 +27491,8 @@ __metadata: version: 0.0.0-use.local resolution: "openapi-meilisearch@workspace:examples/openapi-meilisearch" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/openapi": "npm:0.102.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/openapi": "npm:0.102.5" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -27501,7 +27501,7 @@ __metadata: version: 0.0.0-use.local resolution: "openapi-react-weatherbit@workspace:examples/openapi-react-weatherbit" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" + "@graphql-mesh/cli": "npm:0.92.4" "@types/react": "npm:18.3.3" "@types/react-dom": "npm:18.3.0" "@vitejs/plugin-react": "npm:4.3.1" @@ -27517,8 +27517,8 @@ __metadata: version: 0.0.0-use.local resolution: "openapi-stackexchange@workspace:examples/openapi-stackexchange" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/openapi": "npm:0.102.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/openapi": "npm:0.102.5" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -27527,8 +27527,8 @@ __metadata: version: 0.0.0-use.local resolution: "openapi-stripe@workspace:examples/openapi-stripe" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/openapi": "npm:0.102.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/openapi": "npm:0.102.5" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -27537,8 +27537,8 @@ __metadata: version: 0.0.0-use.local resolution: "openapi-subscriptions@workspace:examples/openapi-subscriptions" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/openapi": "npm:0.102.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/openapi": "npm:0.102.5" "@whatwg-node/fetch": "npm:^0.9.0" concurrently: "npm:8.2.2" fets: "npm:^0.8.0" @@ -27560,9 +27560,9 @@ __metadata: version: 0.0.0-use.local resolution: "openapi-youtrack@workspace:examples/openapi-youtrack" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/openapi": "npm:0.102.4" - "@graphql-mesh/transform-resolvers-composition": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/openapi": "npm:0.102.5" + "@graphql-mesh/transform-resolvers-composition": "npm:0.99.4" graphql: "npm:16.9.0" graphql-fields: "npm:2.0.3" languageName: unknown @@ -27581,8 +27581,8 @@ __metadata: version: 0.0.0-use.local resolution: "openwhisk-example@workspace:examples/openwhisk-example" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/graphql": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/graphql": "npm:0.99.4" esbuild: "npm:^0.23.0" graphql: "npm:16.9.0" typescript: "npm:^5.4.2" @@ -29620,13 +29620,13 @@ __metadata: version: 0.0.0-use.local resolution: "postgres-geodb-example@workspace:examples/postgres-geodb" dependencies: - "@graphql-mesh/cache-file": "npm:0.99.3" - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/config": "npm:0.101.3" - "@graphql-mesh/graphql": "npm:0.99.3" - "@graphql-mesh/postgraphile": "npm:0.99.3" - "@graphql-mesh/runtime": "npm:0.100.3" - "@graphql-mesh/transform-prefix": "npm:0.99.3" + "@graphql-mesh/cache-file": "npm:0.99.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/config": "npm:0.101.4" + "@graphql-mesh/graphql": "npm:0.99.4" + "@graphql-mesh/postgraphile": "npm:0.99.4" + "@graphql-mesh/runtime": "npm:0.100.4" + "@graphql-mesh/transform-prefix": "npm:0.99.4" "@types/node": "npm:20.14.12" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" @@ -29863,8 +29863,8 @@ __metadata: version: 0.0.0-use.local resolution: "programmatic-batching-example@workspace:examples/programmatic-batching" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/openapi": "npm:0.102.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/openapi": "npm:0.102.5" "@sinclair/typebox": "npm:0.32.35" concurrently: "npm:8.2.2" fets: "npm:0.8.1" @@ -30593,8 +30593,8 @@ __metadata: version: 0.0.0-use.local resolution: "reddit-example@workspace:examples/reddit-example" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/json-schema": "npm:0.102.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/json-schema": "npm:0.102.5" languageName: unknown linkType: soft @@ -32248,8 +32248,8 @@ __metadata: version: 0.0.0-use.local resolution: "soap-demo@workspace:examples/soap-demo" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/soap": "npm:0.101.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/soap": "npm:0.101.4" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" languageName: unknown @@ -32259,8 +32259,8 @@ __metadata: version: 0.0.0-use.local resolution: "soap-netsuite@workspace:examples/soap-netsuite" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/soap": "npm:0.101.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/soap": "npm:0.101.4" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" languageName: unknown @@ -32455,11 +32455,11 @@ __metadata: resolution: "spacex-cfw@workspace:examples/spacex-cfw" dependencies: "@envelop/depth-limit": "npm:4.0.0" - "@graphql-mesh/cache-cfw-kv": "npm:0.99.3" - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/graphql": "npm:0.99.3" - "@graphql-mesh/plugin-rate-limit": "npm:0.99.3" - "@graphql-mesh/plugin-response-cache": "npm:0.99.3" + "@graphql-mesh/cache-cfw-kv": "npm:0.99.4" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/graphql": "npm:0.99.4" + "@graphql-mesh/plugin-rate-limit": "npm:0.99.4" + "@graphql-mesh/plugin-response-cache": "npm:0.99.4" graphql: "npm:16.9.0" wrangler: "npm:3.67.0" languageName: unknown @@ -33764,8 +33764,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.92.3" - "@graphql-mesh/thrift": "npm:0.101.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/thrift": "npm:0.101.4" concurrently: "npm:8.2.2" express: "npm:4.19.2" graphql: "npm:16.9.0" @@ -34410,10 +34410,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.92.3" - "@graphql-mesh/graphql": "npm:0.99.3" - "@graphql-mesh/transform-rename": "npm:0.99.3" - "@graphql-mesh/transform-type-merging": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/graphql": "npm:0.99.4" + "@graphql-mesh/transform-rename": "npm:0.99.4" + "@graphql-mesh/transform-type-merging": "npm:0.99.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -34497,12 +34497,12 @@ __metadata: version: 0.0.0-use.local resolution: "typescript-location-weather-example@workspace:examples/openapi-location-weather" dependencies: - "@graphql-mesh/cli": "npm:0.92.3" - "@graphql-mesh/openapi": "npm:0.102.4" - "@graphql-mesh/plugin-response-cache": "npm:0.99.3" - "@graphql-mesh/runtime": "npm:0.100.3" - "@graphql-mesh/transform-cache": "npm:0.99.3" - "@graphql-mesh/transform-rename": "npm:0.99.3" + "@graphql-mesh/cli": "npm:0.92.4" + "@graphql-mesh/openapi": "npm:0.102.5" + "@graphql-mesh/plugin-response-cache": "npm:0.99.4" + "@graphql-mesh/runtime": "npm:0.100.4" + "@graphql-mesh/transform-cache": "npm:0.99.4" + "@graphql-mesh/transform-rename": "npm:0.99.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft