@graphql-hive/core 0.20.1-alpha-20260120172304-1840d6f27d754657afcee947038c56b81065d7d6 → 0.20.1-alpha-20260120172312-05b77fb1c5e6440e2f29f9d7fdae1d78e3aa2410
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 +1 -1
- package/typings/version.d.cts +1 -1
- package/typings/version.d.ts +1 -1
package/cjs/version.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.version = void 0;
|
|
4
|
-
exports.version = '0.20.1-alpha-
|
|
4
|
+
exports.version = '0.20.1-alpha-20260120172312-05b77fb1c5e6440e2f29f9d7fdae1d78e3aa2410';
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '0.20.1-alpha-
|
|
1
|
+
export const version = '0.20.1-alpha-20260120172312-05b77fb1c5e6440e2f29f9d7fdae1d78e3aa2410';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/core",
|
|
3
|
-
"version": "0.20.1-alpha-
|
|
3
|
+
"version": "0.20.1-alpha-20260120172312-05b77fb1c5e6440e2f29f9d7fdae1d78e3aa2410",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
package/typings/version.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.20.1-alpha-
|
|
1
|
+
export declare const version = "0.20.1-alpha-20260120172312-05b77fb1c5e6440e2f29f9d7fdae1d78e3aa2410";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/typings/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.20.1-alpha-
|
|
1
|
+
export declare const version = "0.20.1-alpha-20260120172312-05b77fb1c5e6440e2f29f9d7fdae1d78e3aa2410";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|