@graphql-mesh/transport-ws 0.4.0-alpha-20241009070358-6dccd8f8bbc1ee6d292496c146cc8c72101053b4 → 0.4.0-alpha-20241021202310-da5ef67c5ad95039fdc9d14a372275a501978342

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@graphql-mesh/transport-ws",
3
- "version": "0.4.0-alpha-20241009070358-6dccd8f8bbc1ee6d292496c146cc8c72101053b4",
3
+ "version": "0.4.0-alpha-20241021202310-da5ef67c5ad95039fdc9d14a372275a501978342",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "*",
7
7
  "tslib": "^2.4.0"
8
8
  },
9
9
  "dependencies": {
10
- "@graphql-mesh/cross-helpers": "0.4.6",
10
+ "@graphql-mesh/cross-helpers": "0.4.7",
11
11
  "@graphql-mesh/string-interpolation": "^0.5.6",
12
- "@graphql-mesh/transport-common": "0.7.7-alpha-20241009070358-6dccd8f8bbc1ee6d292496c146cc8c72101053b4",
13
- "@graphql-mesh/utils": "0.102.6-alpha-20241009070358-6dccd8f8bbc1ee6d292496c146cc8c72101053b4",
12
+ "@graphql-mesh/transport-common": "^0.7.8",
13
+ "@graphql-mesh/utils": "^0.102.7",
14
14
  "@graphql-tools/executor-graphql-ws": "^1.3.0",
15
- "@graphql-tools/utils": "^10.5.3",
15
+ "@graphql-tools/utils": "^10.5.5",
16
16
  "graphql-ws": "^5.16.0",
17
17
  "ws": "^8.18.0"
18
18
  },