@zuplo/graphql 5.1966.0 → 5.1973.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/package.json +1 -1
  2. package/types-beta.d.ts +6 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zuplo/graphql",
3
- "version": "5.1966.0",
3
+ "version": "5.1973.0",
4
4
  "repository": "https://github.com/zuplo/zuplo",
5
5
  "author": "Zuplo, Inc.",
6
6
  "exports": {
package/types-beta.d.ts CHANGED
@@ -644,7 +644,12 @@ declare interface RouteConfiguration extends Omit<BuildRouteConfiguration, "raw"
644
644
 
645
645
  declare type UserDataDefault = any;
646
646
 
647
- /* Excluded from this release type: WaitUntilFunc */
647
+ /**
648
+ * @public
649
+ */
650
+ declare interface WaitUntilFunc {
651
+ (promise: Promise<any>): void;
652
+ }
648
653
 
649
654
  /**
650
655
  * @beta