@graphql-hive/apollo 0.46.0-rc-20251218092248-fd6e53b3a3e9b8b1678519a4f4d1b8258c908076 → 0.46.0-rc-20251218131642-d7a6c78d6492cf0f37058cde945c140f37f5beaa
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
|
@@ -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.46.0-rc-
|
|
4
|
+
exports.version = '0.46.0-rc-20251218131642-d7a6c78d6492cf0f37058cde945c140f37f5beaa';
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '0.46.0-rc-
|
|
1
|
+
export const version = '0.46.0-rc-20251218131642-d7a6c78d6492cf0f37058cde945c140f37f5beaa';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/apollo",
|
|
3
|
-
"version": "0.46.0-rc-
|
|
3
|
+
"version": "0.46.0-rc-20251218131642-d7a6c78d6492cf0f37058cde945c140f37f5beaa",
|
|
4
4
|
"description": "GraphQL Hive + Apollo Server",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"peerDependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@graphql-hive/logger": "^1.0.9",
|
|
12
|
-
"@graphql-hive/core": "0.19.0-rc-
|
|
12
|
+
"@graphql-hive/core": "0.19.0-rc-20251218131642-d7a6c78d6492cf0f37058cde945c140f37f5beaa"
|
|
13
13
|
},
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
package/typings/version.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.46.0-rc-
|
|
1
|
+
export declare const version = "0.46.0-rc-20251218131642-d7a6c78d6492cf0f37058cde945c140f37f5beaa";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/typings/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.46.0-rc-
|
|
1
|
+
export declare const version = "0.46.0-rc-20251218131642-d7a6c78d6492cf0f37058cde945c140f37f5beaa";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|