@forge/bundler 4.1.1-next.5 → 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 +14 -0
- package/out/wrapper.js +2 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
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
|
+
|
|
9
|
+
## 4.1.1-next.6
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [bae4bce4]
|
|
14
|
+
- @forge/cli-shared@3.4.1-next.3
|
|
15
|
+
- @forge/lint@3.2.12-next.3
|
|
16
|
+
|
|
3
17
|
## 4.1.1-next.5
|
|
4
18
|
|
|
5
19
|
### 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.
|
|
3
|
+
"version": "4.1.1-next.7",
|
|
4
4
|
"description": "Default bundler for Forge apps",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "Atlassian",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"@babel/preset-typescript": "^7.16.7",
|
|
21
21
|
"@forge/api": "2.9.1-next.1",
|
|
22
22
|
"@forge/babel-plugin-transform-ui": "1.1.0",
|
|
23
|
-
"@forge/cli-shared": "3.4.1-next.
|
|
24
|
-
"@forge/lint": "3.2.12-next.
|
|
23
|
+
"@forge/cli-shared": "3.4.1-next.3",
|
|
24
|
+
"@forge/lint": "3.2.12-next.3",
|
|
25
25
|
"assert": "^1.1.1",
|
|
26
26
|
"babel-loader": "^8.2.3",
|
|
27
27
|
"browserify-zlib": "^0.2.0",
|