npm package diff
Package: @forge/bundler
Versions: 4.20.1-next.6 - 4.20.1-next.7
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,8 @@
-export { Bundler, WatcherMonitor, BundlerOutput } from './types';
-export { getSandboxBundler, getNodeBundler, nativeUiBundle, getCompiler, handleWebpackCompilationResult, runLinter } from './webpack';
-export { EntryPoint, getEntryPoints } from './config/common';
+export { NativeUIBundler, NativeUIBundleResult } from './nativeui';
+export { SandboxBundler, NodeBundler, NODE_RUNTIME_VERSION_FILE } from './runtime';
+export { Bundler, BundlerError, BundlerOutput, BundlerWatch, EntryPoint, WatcherMonitor } from './types';
+export { getCompiler, handleWebpackCompilationResult, runLinter } from './webpack';
+export { getEntryPoints } from './config/common';
export { getNativeUiBuildConfig } from './config/nativeui';
-export { getNodeRuntimeBuildConfig, getWrapperProvider, LocalWrapperProvider } from './config/node';
-export { getSandboxedRuntimeBuildConfig } from './config/sandbox';
+export { getWrapperProvider, LocalWrapperProvider } from './wrapper-provider';
//# sourceMappingURL=index.d.ts.map
\ No newline at end of file