npm package diff

Package: @forge/bundler

Versions: 6.1.2-next.0-experimental-8a53773 - 6.1.2-next.2

File: package/out/nativeui.d.ts

Index: package/out/nativeui.d.ts
===================================================================
--- package/out/nativeui.d.ts
+++ package/out/nativeui.d.ts
@@ -1,11 +1,10 @@
 import { ResourceDetails } from '@forge/cli-shared';
 import { Translations } from '@forge/manifest';
-import { BundlerArgs, BundlerMetadata } from './types';
+import { BundlerArgs } 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>;