@zuplo/graphql 5.1566.0 → 5.1567.0

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -490,7 +490,7 @@ declare type Modify<T, R> = Omit<T, keyof R> & R;
490
490
  * @beta
491
491
  */
492
492
  declare interface OnResponseSendingFinalHook {
493
- (response: Response, latestRequest: ZuploRequest, context: ZuploContext): Promise<void>;
493
+ (response: Response, latestRequest: ZuploRequest, context: ZuploContext): Promise<void> | void;
494
494
  }
495
495
 
496
496
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zuplo/graphql",
3
- "version": "5.1566.0",
3
+ "version": "5.1567.0",
4
4
  "repository": "https://github.com/zuplo/zuplo",
5
5
  "author": "Zuplo, Inc.",
6
6
  "exports": {