@graphql-hive/yoga 0.46.1-alpha-20260105114825-21a288f5ce8422d00716d16112b4066f405342dc → 0.46.1-alpha-20260105123501-c38fb0042e619b832de412eb0f8c6ef34a9c23d6
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/index.js +1 -3
- package/cjs/version.js +1 -1
- package/esm/index.js +1 -3
- 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/index.js
CHANGED
|
@@ -167,9 +167,7 @@ function useHive(clientOrOptions) {
|
|
|
167
167
|
return null;
|
|
168
168
|
},
|
|
169
169
|
async getPersistedOperation(key, _request, context) {
|
|
170
|
-
const document = await experimentalPersistedDocs.resolve(key
|
|
171
|
-
waitUntil: context.waitUntil,
|
|
172
|
-
});
|
|
170
|
+
const document = await experimentalPersistedDocs.resolve(key);
|
|
173
171
|
// after we resolve the document we need to update the cache record to contain the resolved document
|
|
174
172
|
if (document) {
|
|
175
173
|
const record = contextualCache.get(context);
|
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.1-alpha-
|
|
4
|
+
exports.version = '0.46.1-alpha-20260105123501-c38fb0042e619b832de412eb0f8c6ef34a9c23d6';
|
package/esm/index.js
CHANGED
|
@@ -158,9 +158,7 @@ export function useHive(clientOrOptions) {
|
|
|
158
158
|
return null;
|
|
159
159
|
},
|
|
160
160
|
async getPersistedOperation(key, _request, context) {
|
|
161
|
-
const document = await experimentalPersistedDocs.resolve(key
|
|
162
|
-
waitUntil: context.waitUntil,
|
|
163
|
-
});
|
|
161
|
+
const document = await experimentalPersistedDocs.resolve(key);
|
|
164
162
|
// after we resolve the document we need to update the cache record to contain the resolved document
|
|
165
163
|
if (document) {
|
|
166
164
|
const record = contextualCache.get(context);
|
package/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '0.46.1-alpha-
|
|
1
|
+
export const version = '0.46.1-alpha-20260105123501-c38fb0042e619b832de412eb0f8c6ef34a9c23d6';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/yoga",
|
|
3
|
-
"version": "0.46.1-alpha-
|
|
3
|
+
"version": "0.46.1-alpha-20260105123501-c38fb0042e619b832de412eb0f8c6ef34a9c23d6",
|
|
4
4
|
"description": "GraphQL Hive + GraphQL Yoga",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"peerDependencies": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@graphql-hive/logger": "^1.0.9",
|
|
12
12
|
"@graphql-yoga/plugin-persisted-operations": "^3.9.0",
|
|
13
|
-
"@graphql-hive/core": "0.19.0-alpha-
|
|
13
|
+
"@graphql-hive/core": "0.19.0-alpha-20260105123501-c38fb0042e619b832de412eb0f8c6ef34a9c23d6"
|
|
14
14
|
},
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
package/typings/version.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.46.1-alpha-
|
|
1
|
+
export declare const version = "0.46.1-alpha-20260105123501-c38fb0042e619b832de412eb0f8c6ef34a9c23d6";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/typings/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.46.1-alpha-
|
|
1
|
+
export declare const version = "0.46.1-alpha-20260105123501-c38fb0042e619b832de412eb0f8c6ef34a9c23d6";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|