@forge/bundler 4.1.1-next.6 → 4.1.1-next.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.1.1-next.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 06be4ae: Enable source maps on Node runtime
8
+
3
9
  ## 4.1.1-next.6
4
10
 
5
11
  ### Patch Changes
package/out/wrapper.js CHANGED
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
+ var _a, _b;
2
3
  function createInstallationContext({ contextAri }) {
3
4
  const ari = {};
4
5
  if (ari.resourceType === 'project') {
@@ -165,6 +166,7 @@ const adapter = (name) => {
165
166
  }
166
167
  };
167
168
  };
169
+ (_b = (_a = process).setSourceMapsEnabled) === null || _b === void 0 ? void 0 : _b.call(_a, true);
168
170
  module.exports = new Proxy({}, {
169
171
  get(target, name, receiver) {
170
172
  if (name === 'then') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.1.1-next.6",
3
+ "version": "4.1.1-next.7",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",