npm package diff

Package: @forge/bundler

Versions: 4.20.1-next.6 - 4.20.1-next.7

File: package/out/nativeui.d.ts

Index: package/out/nativeui.d.ts
===================================================================
--- package/out/nativeui.d.ts
+++ package/out/nativeui.d.ts
@@ -0,0 +1,12 @@
+import { ResourceDetails } from '@forge/cli-shared';
+import { Translations } from '@forge/manifest';
+import { BundlerArgs } from './types';
+import { ConfigWithOutput, WebpackBundler } from './webpack';
+export interface NativeUIBundleResult {
+    nativeUiBundlesDetails: ResourceDetails[];
+}
+export declare class NativeUIBundler extends WebpackBundler {
+    getConfig({ entryPoints, i18nConfig }: BundlerArgs): ConfigWithOutput;
+    bundleResources(resources: ResourceDetails[], i18nConfig?: Translations): Promise<NativeUIBundleResult>;
+}
+//# sourceMappingURL=nativeui.d.ts.map
\ No newline at end of file