@graphql-mesh/transport-ws 0.3.0-alpha-20240816002908-3ec0a490f3cae1eac75c62c4fa7d97f4dbde1292 → 0.3.0-alpha-20240816141456-e938370d1f1d17518d4719eaadde948071932bcd
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-mesh/transport-ws",
|
3
|
-
"version": "0.3.0-alpha-
|
3
|
+
"version": "0.3.0-alpha-20240816141456-e938370d1f1d17518d4719eaadde948071932bcd",
|
4
4
|
"sideEffects": false,
|
5
5
|
"peerDependencies": {
|
6
|
-
"graphql": "*"
|
6
|
+
"graphql": "*",
|
7
|
+
"tslib": "^2.4.0"
|
7
8
|
},
|
8
9
|
"dependencies": {
|
9
|
-
"@graphql-mesh/cross-helpers": "0.
|
10
|
-
"@graphql-mesh/string-interpolation": "0.5.
|
11
|
-
"@graphql-mesh/transport-common": "0.7.0-alpha-
|
12
|
-
"@graphql-mesh/utils": "0.102.0-alpha-
|
10
|
+
"@graphql-mesh/cross-helpers": "0.4.6",
|
11
|
+
"@graphql-mesh/string-interpolation": "^0.5.5",
|
12
|
+
"@graphql-mesh/transport-common": "0.7.0-alpha-20240816141456-e938370d1f1d17518d4719eaadde948071932bcd",
|
13
|
+
"@graphql-mesh/utils": "0.102.0-alpha-20240816141456-e938370d1f1d17518d4719eaadde948071932bcd",
|
13
14
|
"@graphql-tools/executor-graphql-ws": "^1.2.0",
|
14
15
|
"@graphql-tools/utils": "^10.5.3",
|
15
16
|
"graphql-ws": "^5.16.0",
|
16
|
-
"tslib": "^2.4.0",
|
17
17
|
"ws": "^8.18.0"
|
18
18
|
},
|
19
19
|
"repository": {
|