@graphql-hive/gateway 2.10.0 → 2.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
+ ## 2.10.1
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#2450](https://github.com/graphql-hive/gateway/pull/2450) [`736a7dd`](https://github.com/graphql-hive/gateway/commit/736a7ddfd8f9d1a5a57f009d6dbc062b2686d38a) Thanks [@jdolle](https://github.com/jdolle)! - Updates @graphql-hive/render-laboratory to fix "Unexpected invariant triggered" error in the schema explorer when introspecting servers running graphql-js 16.14+. graphql-js 16.14.0 added `DIRECTIVE_DEFINITION` to the `@deprecated` directive's introspection locations
9
+
3
10
  ## 2.10.0
4
11
  ### Minor Changes
5
12
 
package/dist/bin.cjs CHANGED
@@ -32,7 +32,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
32
32
 
33
33
  var module__default = /*#__PURE__*/_interopDefault(module$1);
34
34
 
35
- globalThis.__VERSION__ = '2.10.0';
35
+ globalThis.__VERSION__ = '2.10.1';
36
36
  module__default.default.register("@graphql-hive/importer/hooks", {
37
37
  parentURL: (
38
38
  // @ts-ignore bob will complain when bundling for cjs
package/dist/bin.js CHANGED
@@ -26,7 +26,7 @@ import '@graphql-tools/code-file-loader';
26
26
  import '@graphql-tools/graphql-file-loader';
27
27
  import '@graphql-tools/load';
28
28
 
29
- globalThis.__VERSION__ = '2.10.0';
29
+ globalThis.__VERSION__ = '2.10.1';
30
30
  module$1.register("@graphql-hive/importer/hooks", {
31
31
  parentURL: (
32
32
  // @ts-ignore bob will complain when bundling for cjs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -101,7 +101,7 @@
101
101
  "@graphql-hive/plugin-aws-sigv4": "^2.0.50",
102
102
  "@graphql-hive/plugin-opentelemetry": "^1.4.32",
103
103
  "@graphql-hive/pubsub": "^2.1.1",
104
- "@graphql-hive/render-laboratory": "^0.1.9",
104
+ "@graphql-hive/render-laboratory": "^0.1.10",
105
105
  "@graphql-hive/signal": "^2.0.0",
106
106
  "@graphql-mesh/cache-cfw-kv": "^0.105.35",
107
107
  "@graphql-mesh/cache-localforage": "^0.105.36",