npm package diff

Package: @forge/cli

Versions: 10.6.0-next.14 - 10.6.0-next.15

File: package/out/deploy/packager/nativeui-bundler.js

Index: package/out/deploy/packager/nativeui-bundler.js
===================================================================
--- package/out/deploy/packager/nativeui-bundler.js
+++ package/out/deploy/packager/nativeui-bundler.js
@@ -17,9 +17,9 @@
         const nativeUiBundlesDetails = [];
         if (entryPoints.length > 0) {
             let bundlerOutputs;
             try {
-                bundlerOutputs = await Promise.all(entryPoints.map((entrypoint) => this.bundler(this.logger, [entrypoint], i18nConfig)));
+                bundlerOutputs = await Promise.all(entryPoints.map((entrypoint) => this.bundler(this.logger, '', [entrypoint], i18nConfig)));
             }
             catch (e) {
                 throw new packager_1.BundlerError(e.message);
             }