@graphql-hive/yoga 0.46.1-rc-20260105123311-fb154a9fd8e97b2f31324676e815d3a1371fd4fa → 0.47.0-alpha-20260106114651-8f050d94d14d32b1ae8f471544cdc5cd38694cb4

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 CHANGED
@@ -167,7 +167,9 @@ function useHive(clientOrOptions) {
167
167
  return null;
168
168
  },
169
169
  async getPersistedOperation(key, _request, context) {
170
- const document = await experimentalPersistedDocs.resolve(key);
170
+ const document = await experimentalPersistedDocs.resolve(key, {
171
+ waitUntil: context.waitUntil,
172
+ });
171
173
  // after we resolve the document we need to update the cache record to contain the resolved document
172
174
  if (document) {
173
175
  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-rc-20260105123311-fb154a9fd8e97b2f31324676e815d3a1371fd4fa';
4
+ exports.version = '0.47.0-alpha-20260106114651-8f050d94d14d32b1ae8f471544cdc5cd38694cb4';
package/esm/index.js CHANGED
@@ -158,7 +158,9 @@ export function useHive(clientOrOptions) {
158
158
  return null;
159
159
  },
160
160
  async getPersistedOperation(key, _request, context) {
161
- const document = await experimentalPersistedDocs.resolve(key);
161
+ const document = await experimentalPersistedDocs.resolve(key, {
162
+ waitUntil: context.waitUntil,
163
+ });
162
164
  // after we resolve the document we need to update the cache record to contain the resolved document
163
165
  if (document) {
164
166
  const record = contextualCache.get(context);
package/esm/version.js CHANGED
@@ -1 +1 @@
1
- export const version = '0.46.1-rc-20260105123311-fb154a9fd8e97b2f31324676e815d3a1371fd4fa';
1
+ export const version = '0.47.0-alpha-20260106114651-8f050d94d14d32b1ae8f471544cdc5cd38694cb4';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/yoga",
3
- "version": "0.46.1-rc-20260105123311-fb154a9fd8e97b2f31324676e815d3a1371fd4fa",
3
+ "version": "0.47.0-alpha-20260106114651-8f050d94d14d32b1ae8f471544cdc5cd38694cb4",
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-rc-20260105123311-fb154a9fd8e97b2f31324676e815d3a1371fd4fa"
13
+ "@graphql-hive/core": "0.19.0-alpha-20260106114651-8f050d94d14d32b1ae8f471544cdc5cd38694cb4"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
@@ -1,2 +1,2 @@
1
- export declare const version = "0.46.1-rc-20260105123311-fb154a9fd8e97b2f31324676e815d3a1371fd4fa";
1
+ export declare const version = "0.47.0-alpha-20260106114651-8f050d94d14d32b1ae8f471544cdc5cd38694cb4";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const version = "0.46.1-rc-20260105123311-fb154a9fd8e97b2f31324676e815d3a1371fd4fa";
1
+ export declare const version = "0.47.0-alpha-20260106114651-8f050d94d14d32b1ae8f471544cdc5cd38694cb4";
2
2
  //# sourceMappingURL=version.d.ts.map