@graphql-mesh/transport-common 1.0.10 → 1.0.11-alpha-afc466bf6e62bf1dc3da6db1f574f6ac6a2eafea

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @graphql-mesh/transport-common
2
2
 
3
+ ## 1.0.11-alpha-afc466bf6e62bf1dc3da6db1f574f6ac6a2eafea
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#1677](https://github.com/graphql-hive/gateway/pull/1677) [`d093ad0`](https://github.com/graphql-hive/gateway/commit/d093ad099a97dcb01290adb99ff33d07fa21c17e) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
9
+
10
+ - Updated dependency [`@graphql-mesh/types@^0.104.16` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.104.16) (from `^0.104.15`, in `dependencies`)
11
+
3
12
  ## 1.0.10
4
13
  ### Patch Changes
5
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/transport-common",
3
- "version": "1.0.10",
3
+ "version": "1.0.11-alpha-afc466bf6e62bf1dc3da6db1f574f6ac6a2eafea",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -46,7 +46,7 @@
46
46
  "@graphql-hive/logger": "^1.0.8",
47
47
  "@graphql-hive/pubsub": "^2.1.1",
48
48
  "@graphql-hive/signal": "^2.0.0",
49
- "@graphql-mesh/types": "^0.104.15",
49
+ "@graphql-mesh/types": "^0.104.16",
50
50
  "@graphql-tools/executor": "^1.4.11",
51
51
  "@graphql-tools/executor-common": "^1.0.4",
52
52
  "@graphql-tools/utils": "^10.10.1",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "devDependencies": {
56
56
  "@graphql-mesh/cross-helpers": "^0.4.10",
57
- "@graphql-mesh/utils": "^0.104.15",
57
+ "@graphql-mesh/utils": "^0.104.16",
58
58
  "graphql": "^16.12.0",
59
59
  "pkgroll": "2.20.1"
60
60
  },