@graphql-hive/envelop 0.40.1-rc-20251217091848-450a28691e80d99b4e4cdaa117259a3a59c0e129 → 0.40.1-rc-20251217144318-21a702f3848d60980d63f1abad4d2b6cfab99a08
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.40.1-rc-
|
|
4
|
+
exports.version = '0.40.1-rc-20251217144318-21a702f3848d60980d63f1abad4d2b6cfab99a08';
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '0.40.1-rc-
|
|
1
|
+
export const version = '0.40.1-rc-20251217144318-21a702f3848d60980d63f1abad4d2b6cfab99a08';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/envelop",
|
|
3
|
-
"version": "0.40.1-rc-
|
|
3
|
+
"version": "0.40.1-rc-20251217144318-21a702f3848d60980d63f1abad4d2b6cfab99a08",
|
|
4
4
|
"description": "GraphQL Hive + GraphQL Envelop",
|
|
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.19.0-rc-
|
|
11
|
+
"@graphql-hive/core": "0.19.0-rc-20251217144318-21a702f3848d60980d63f1abad4d2b6cfab99a08"
|
|
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.40.1-rc-
|
|
1
|
+
export declare const version = "0.40.1-rc-20251217144318-21a702f3848d60980d63f1abad4d2b6cfab99a08";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/typings/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.40.1-rc-
|
|
1
|
+
export declare const version = "0.40.1-rc-20251217144318-21a702f3848d60980d63f1abad4d2b6cfab99a08";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|