npm package diff
Package: @forge/bundler
Versions: 6.1.4-next.0 - 6.1.4-next.1
File: package/out/nativeui.d.ts
Index: package/out/nativeui.d.ts
===================================================================
--- package/out/nativeui.d.ts
+++ package/out/nativeui.d.ts
@@ -1,10 +1,11 @@
import { ResourceDetails } from '@forge/cli-shared';
import { Translations } from '@forge/manifest';
-import { BundlerArgs } from './types';
+import { BundlerArgs, BundlerMetadata } from './types';
import { ConfigWithOutput, WebpackBundler } from './webpack';
export interface NativeUIBundleResult {
nativeUiBundlesDetails: ResourceDetails[];
+ metadata: BundlerMetadata;
}
export declare class NativeUIBundler extends WebpackBundler {
getConfig({ entryPoints, i18nConfig }: BundlerArgs): Promise<ConfigWithOutput>;
bundleResources(resources: ResourceDetails[], i18nConfig?: Translations): Promise<NativeUIBundleResult>;