@absolutejs/absolute 0.19.0-beta.1102 → 0.19.0-beta.1103

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.
@@ -5,6 +5,10 @@ export declare const queueFileChange: (state: HMRState, filePath: string, config
5
5
  hmrState: HMRState;
6
6
  }) => void) => Promise<void>;
7
7
  export type AngularHmrTier = 0 | 1 | 2;
8
+ export declare const drainPendingQueue: (state: HMRState, config: BuildConfig, onRebuildComplete: (result: {
9
+ manifest: Record<string, string>;
10
+ hmrState: HMRState;
11
+ }) => void) => void;
8
12
  export declare const triggerRebuild: (state: HMRState, config: BuildConfig, onRebuildComplete: (result: {
9
13
  manifest: Record<string, string>;
10
14
  hmrState: HMRState;
package/package.json CHANGED
@@ -424,7 +424,7 @@
424
424
  ]
425
425
  }
426
426
  },
427
- "version": "0.19.0-beta.1102",
427
+ "version": "0.19.0-beta.1103",
428
428
  "workspaces": [
429
429
  "tests/fixtures/*",
430
430
  "tests/fixtures/_packages/*"