@graphql-mesh/transport-ws 0.3.1-alpha-20240821073630-d0b71ea4bf0f9c5f9f230b157adc16c13475c583 → 0.3.1-alpha-20240821132918-b4a9ff525e9aca9d6b5c57f95d8bd9fc68fccb9f

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/transport-ws",
3
- "version": "0.3.1-alpha-20240821073630-d0b71ea4bf0f9c5f9f230b157adc16c13475c583",
3
+ "version": "0.3.1-alpha-20240821132918-b4a9ff525e9aca9d6b5c57f95d8bd9fc68fccb9f",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "*",
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "@graphql-mesh/cross-helpers": "0.4.6",
11
11
  "@graphql-mesh/string-interpolation": "^0.5.6",
12
- "@graphql-mesh/transport-common": "0.7.1-alpha-20240821073630-d0b71ea4bf0f9c5f9f230b157adc16c13475c583",
12
+ "@graphql-mesh/transport-common": "0.7.1-alpha-20240821132918-b4a9ff525e9aca9d6b5c57f95d8bd9fc68fccb9f",
13
13
  "@graphql-mesh/utils": "^0.102.0",
14
14
  "@graphql-tools/executor-graphql-ws": "^1.2.0",
15
15
  "@graphql-tools/utils": "^10.5.3",