@graphql-mesh/transport-mysql 0.9.20-alpha-20260108183350-7b93ba4b699d4bcd0160351b5406618fc4d9c9ca → 0.9.20-alpha-20260108191113-8bbd4b084b0b6be33bb39db1974c98fbddad19fe
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-mesh/transport-mysql",
|
|
3
|
-
"version": "0.9.20-alpha-
|
|
3
|
+
"version": "0.9.20-alpha-20260108191113-8bbd4b084b0b6be33bb39db1974c98fbddad19fe",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "*"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@graphql-mesh/cross-helpers": "0.4.12-alpha-
|
|
9
|
+
"@graphql-mesh/cross-helpers": "0.4.12-alpha-20260108191113-8bbd4b084b0b6be33bb39db1974c98fbddad19fe",
|
|
10
10
|
"@graphql-mesh/string-interpolation": "^0.5.10",
|
|
11
11
|
"@graphql-mesh/transport-common": "^1.0.0",
|
|
12
|
-
"@graphql-mesh/types": "0.104.19-alpha-
|
|
13
|
-
"@graphql-mesh/utils": "0.104.20-alpha-
|
|
12
|
+
"@graphql-mesh/types": "0.104.19-alpha-20260108191113-8bbd4b084b0b6be33bb39db1974c98fbddad19fe",
|
|
13
|
+
"@graphql-mesh/utils": "0.104.20-alpha-20260108191113-8bbd4b084b0b6be33bb39db1974c98fbddad19fe",
|
|
14
14
|
"@graphql-tools/delegate": "^12.0.3",
|
|
15
15
|
"@graphql-tools/utils": "^11.0.0",
|
|
16
16
|
"@whatwg-node/fetch": "^0.10.6",
|