npm package diff

Package: @forge/manifest

Versions: 8.9.0-next.7-experimental-f55f6f2 - 8.9.0-next.8

File: package/out/schema/manifest.d.ts

Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -898,8 +898,12 @@
  * Options for packaging the Forge app.
  */
 export interface Package {
   /**
+   * Bundler to use for packaging the runtime code.
+   */
+  bundler?: 'webpack' | 'typescript';
+  /**
    * A list of files to include in the Forge app package.
    */
   extraFiles?: string[];
 }