@graphql-hive/apollo 0.42.1 → 0.43.0-alpha-20251124105143-3687098f1316893d86a181b7e3b7aa12704b90cb
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/cjs/version.js +1 -1
- package/esm/version.js +1 -1
- package/package.json +2 -2
- package/typings/version.d.cts +1 -1
- package/typings/version.d.ts +1 -1
package/cjs/version.js
CHANGED
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '0.
|
|
1
|
+
export const version = '0.43.0-alpha-20251124105143-3687098f1316893d86a181b7e3b7aa12704b90cb';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/apollo",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.43.0-alpha-20251124105143-3687098f1316893d86a181b7e3b7aa12704b90cb",
|
|
4
4
|
"description": "GraphQL Hive + Apollo Server",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"peerDependencies": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@graphql-hive/core": "0.
|
|
11
|
+
"@graphql-hive/core": "0.16.0-alpha-20251124105143-3687098f1316893d86a181b7e3b7aa12704b90cb"
|
|
12
12
|
},
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
package/typings/version.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.
|
|
1
|
+
export declare const version = "0.43.0-alpha-20251124105143-3687098f1316893d86a181b7e3b7aa12704b90cb";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/typings/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.
|
|
1
|
+
export declare const version = "0.43.0-alpha-20251124105143-3687098f1316893d86a181b7e3b7aa12704b90cb";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|