npm package diff
Package: @forge/tunnel
Versions: 5.7.0-next.7 - 5.7.0-next.8
File: package/out/command/interactors/multi-compiler-watcher.d.ts
Index: package/out/command/interactors/multi-compiler-watcher.d.ts
===================================================================
--- package/out/command/interactors/multi-compiler-watcher.d.ts
+++ package/out/command/interactors/multi-compiler-watcher.d.ts
@@ -1,14 +1,15 @@
-import { BundlerOutput, WatcherMonitor } from '@forge/bundler';
-import { DevelopmentServer, WatchHooks } from '../../servers';
+import { BundlerOutput, BundlerWatch, WatcherMonitor } from '@forge/bundler';
+import { DevelopmentServer } from '../../servers';
import { TunnelOptions } from '@forge/cli-shared';
export declare class MultiCompilerWatcher implements WatcherMonitor {
private readonly faasServer;
private readonly uiServers;
constructor(faasServer: DevelopmentServer, uiServers: DevelopmentServer[]);
allServers(): DevelopmentServer[];
- compileAndWatch({ onChange: { onBuildWillStart, onBuildFinished } }: {
- onChange: WatchHooks;
+ compileAndWatch({ onRuntimeChange, onUIChange }: {
+ onRuntimeChange: BundlerWatch;
+ onUIChange: BundlerWatch;
}, tunnelOptions?: TunnelOptions): Promise<BundlerOutput>;
stop(): Promise<void>;
}
//# sourceMappingURL=multi-compiler-watcher.d.ts.map
\ No newline at end of file