npm package diff

Package: @forge/cli

Versions: 11.3.1-next.6 - 11.3.1-next.8

Modified: package/out/deploy/packager/runtime-bundler.js

Index: package/out/deploy/packager/runtime-bundler.js
===================================================================
--- package/out/deploy/packager/runtime-bundler.js
+++ package/out/deploy/packager/runtime-bundler.js
@@ -65,9 +65,9 @@
     }
     async bundle(handlers, i18nResourceBundle, packageConfig) {
         const archiver = this.archiverFactory();
         const moduleList = await this.packageAll(archiver, handlers, packageConfig, i18nResourceBundle);
-        if (moduleList.length === 0) {
+        if (handlers.length === 0) {
             this.packageI18nResources(archiver, i18nResourceBundle);
         }
         const archivePath = await archiver.finalise();
         this.logger.debug(cli_shared_1.Text.deploy.taskPackage.archiveCreated(archivePath));

Modified: package/npm-shrinkwrap.json

Large diffs are not rendered by default.

Modified: package/package.json

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/cli",
-  "version": "11.3.1-next.6",
+  "version": "11.3.1-next.8",
   "description": "A command line interface for managing Atlassian-hosted apps",
   "author": "Atlassian",
   "license": "SEE LICENSE IN LICENSE.txt",
   "bin": {
@@ -17,15 +17,15 @@
     "postbuild": "chmod +x out/bin/*.js && ts-node scripts/configureAutocomplete.ts",
     "postinstall": "node -e \"fs.existsSync('./out/bin/postinstall.js') && require('./out/bin/postinstall.js')\""
   },
   "dependencies": {
-    "@forge/bundler": "4.22.1-next.6",
-    "@forge/cli-shared": "6.9.0-next.5",
+    "@forge/bundler": "4.22.1-next.7",
+    "@forge/cli-shared": "6.9.0-next.6",
     "@forge/egress": "1.4.0",
-    "@forge/lint": "5.7.4-next.6",
-    "@forge/manifest": "9.1.0-next.4",
+    "@forge/lint": "5.7.4-next.7",
+    "@forge/manifest": "9.1.0-next.5",
     "@forge/runtime": "5.10.7",
-    "@forge/tunnel": "5.10.2-next.6",
+    "@forge/tunnel": "5.10.2-next.7",
     "@forge/util": "1.4.8",
     "@sentry/node": "7.106.0",
     "@forge/i18n": "0.0.5",
     "ajv": "^8.12.0",

Modified: package/CHANGELOG.md

Large diffs are not rendered by default.