npm package diff

Package: @forge/bundler

Versions: 4.20.1-next.15 - 4.20.1-next.16

Modified: package/out/runtime.js

Index: package/out/runtime.js
===================================================================
--- package/out/runtime.js
+++ package/out/runtime.js
@@ -27,9 +27,9 @@
         this.wrapperProvider = wrapperProvider;
     }
     getOutput(config, stats) {
         const result = super.getOutput(config, stats);
-        result.metadata ||= {};
+        result.metadata = result.metadata || {};
         result.metadata.nodeRuntimeVersion = (0, fs_1.readFileSync)(path_1.default.join(result.outputDir, exports.NODE_RUNTIME_VERSION_FILE)).toString();
         return result;
     }
     getConfig(args) {

Modified: package/package.json

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/bundler",
-  "version": "4.20.1-next.15",
+  "version": "4.20.1-next.16",
   "description": "Default bundler for Forge apps",
   "license": "UNLICENSED",
   "author": "Atlassian",
   "main": "out/index.js",

Modified: package/CHANGELOG.md

Large diffs are not rendered by default.