npm package diff
Package: @forge/bundler
Versions: 4.19.0-next.13 - 4.19.0-next.14
File: package/out/index.d.ts
Index: package/out/index.d.ts
===================================================================
--- package/out/index.d.ts
+++ package/out/index.d.ts
@@ -1,7 +1,7 @@
-export { Bundler, InDiskBundler, Watcher, WatcherMonitor, BundlerOutput } from './types';
-export { getSandboxBundler, getNodeBundler, nativeUiBundle, watch, getCompiler, getInMemoryBundle, handleWebpackCompilationResult, runLinter } from './webpack';
-export { EntryPoint, FunctionsEntryPoint, getEntryPoints } from './config/common';
+export { Bundler, WatcherMonitor, BundlerOutput } from './types';
+export { getSandboxBundler, getNodeBundler, nativeUiBundle, getCompiler, handleWebpackCompilationResult, runLinter } from './webpack';
+export { EntryPoint, getEntryPoints } from './config/common';
export { getNativeUiBuildConfig } from './config/nativeui';
export { getNodeRuntimeBuildConfig, getWrapperProvider, LocalWrapperProvider } from './config/node';
export { getSandboxedRuntimeBuildConfig } from './config/sandbox';
//# sourceMappingURL=index.d.ts.map
\ No newline at end of file