@graphql-mesh/transport-ws 1.0.4-alpha-6320ab2b4f44b7f1eeab71d7bc1abf3031611f73 → 1.0.4-alpha-852a939472a637b9be12ee3319d71a0b5755b8ca
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +5 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
# @graphql-mesh/transport-ws
|
2
2
|
|
3
|
-
## 1.0.4-alpha-
|
3
|
+
## 1.0.4-alpha-852a939472a637b9be12ee3319d71a0b5755b8ca
|
4
4
|
|
5
5
|
### Patch Changes
|
6
6
|
|
7
|
-
- [#696](https://github.com/graphql-hive/gateway/pull/696) [`
|
7
|
+
- [#696](https://github.com/graphql-hive/gateway/pull/696) [`a289faa`](https://github.com/graphql-hive/gateway/commit/a289faae1469eb46f1458be341d21909fe5f8f8f) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
8
8
|
|
9
9
|
- Updated dependency [`@graphql-mesh/cross-helpers@^0.4.10` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cross-helpers/v/0.4.10) (from `^0.4.9`, in `dependencies`)
|
10
10
|
- Updated dependency [`@graphql-mesh/types@^0.103.18` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.103.18) (from `^0.103.6`, in `dependencies`)
|
11
11
|
- Updated dependency [`@graphql-mesh/utils@^0.103.18` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.103.18) (from `^0.103.6`, in `dependencies`)
|
12
12
|
|
13
|
-
- Updated dependencies [[`
|
14
|
-
- @graphql-mesh/transport-common@0.7.30-alpha-
|
15
|
-
- @graphql-tools/executor-graphql-ws@2.0.3-alpha-
|
13
|
+
- Updated dependencies [[`a289faa`](https://github.com/graphql-hive/gateway/commit/a289faae1469eb46f1458be341d21909fe5f8f8f)]:
|
14
|
+
- @graphql-mesh/transport-common@0.7.30-alpha-852a939472a637b9be12ee3319d71a0b5755b8ca
|
15
|
+
- @graphql-tools/executor-graphql-ws@2.0.3-alpha-852a939472a637b9be12ee3319d71a0b5755b8ca
|
16
16
|
|
17
17
|
## 1.0.3
|
18
18
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-mesh/transport-ws",
|
3
|
-
"version": "1.0.4-alpha-
|
3
|
+
"version": "1.0.4-alpha-852a939472a637b9be12ee3319d71a0b5755b8ca",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -44,10 +44,10 @@
|
|
44
44
|
"dependencies": {
|
45
45
|
"@graphql-mesh/cross-helpers": "^0.4.10",
|
46
46
|
"@graphql-mesh/string-interpolation": "^0.5.6",
|
47
|
-
"@graphql-mesh/transport-common": "0.7.30-alpha-
|
47
|
+
"@graphql-mesh/transport-common": "0.7.30-alpha-852a939472a637b9be12ee3319d71a0b5755b8ca",
|
48
48
|
"@graphql-mesh/types": "^0.103.18",
|
49
49
|
"@graphql-mesh/utils": "^0.103.18",
|
50
|
-
"@graphql-tools/executor-graphql-ws": "2.0.3-alpha-
|
50
|
+
"@graphql-tools/executor-graphql-ws": "2.0.3-alpha-852a939472a637b9be12ee3319d71a0b5755b8ca",
|
51
51
|
"@graphql-tools/utils": "^10.8.1",
|
52
52
|
"graphql-ws": "^6.0.3",
|
53
53
|
"tslib": "^2.8.1",
|