@graphql-mesh/transport-http-callback 1.0.17 → 1.0.18-alpha-724bda37da59d70779779fc0411bdfd51ecd91c7
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 +9 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @graphql-mesh/transport-http-callback
|
|
2
2
|
|
|
3
|
+
## 1.0.18-alpha-724bda37da59d70779779fc0411bdfd51ecd91c7
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- [#2148](https://github.com/graphql-hive/gateway/pull/2148) [`724bda3`](https://github.com/graphql-hive/gateway/commit/724bda37da59d70779779fc0411bdfd51ecd91c7) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
|
9
|
+
|
|
10
|
+
- Updated dependency [`@graphql-mesh/string-interpolation@^0.5.15` ↗︎](https://www.npmjs.com/package/@graphql-mesh/string-interpolation/v/0.5.15) (from `^0.5.13`, in `dependencies`)
|
|
11
|
+
|
|
3
12
|
## 1.0.17
|
|
4
13
|
### Patch Changes
|
|
5
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/transport-http-callback",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18-alpha-724bda37da59d70779779fc0411bdfd51ecd91c7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@graphql-hive/signal": "^2.0.0",
|
|
46
46
|
"@graphql-mesh/cross-helpers": "^0.4.10",
|
|
47
|
-
"@graphql-mesh/string-interpolation": "^0.5.
|
|
47
|
+
"@graphql-mesh/string-interpolation": "^0.5.15",
|
|
48
48
|
"@graphql-mesh/transport-common": "^1.0.15",
|
|
49
49
|
"@graphql-mesh/types": "^0.104.16",
|
|
50
50
|
"@graphql-mesh/utils": "^0.104.16",
|