@forge/bundler 4.20.1-next.8 → 4.20.1
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 +96 -0
- package/out/runtime.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,101 @@
|
|
|
1
1
|
# @forge/bundler
|
|
2
2
|
|
|
3
|
+
## 4.20.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 34e19bb: Refactor Bundler to support watching
|
|
8
|
+
- d6eb4d8: Fix syntax incompatible with Node 14
|
|
9
|
+
- Updated dependencies [319c5aa]
|
|
10
|
+
- Updated dependencies [cc6571c]
|
|
11
|
+
- Updated dependencies [5c5aa55]
|
|
12
|
+
- Updated dependencies [08c832b]
|
|
13
|
+
- Updated dependencies [94b5a3d]
|
|
14
|
+
- Updated dependencies [01f334b]
|
|
15
|
+
- Updated dependencies [a2eed13]
|
|
16
|
+
- Updated dependencies [85663fe]
|
|
17
|
+
- Updated dependencies [d93dd92]
|
|
18
|
+
- Updated dependencies [3d8c83f]
|
|
19
|
+
- Updated dependencies [80f2659]
|
|
20
|
+
- Updated dependencies [34fe2fa]
|
|
21
|
+
- Updated dependencies [6fddb0a]
|
|
22
|
+
- Updated dependencies [2993e98]
|
|
23
|
+
- Updated dependencies [fa239b2]
|
|
24
|
+
- Updated dependencies [f5a52b8]
|
|
25
|
+
- Updated dependencies [c3a2fca]
|
|
26
|
+
- Updated dependencies [cefd0cd]
|
|
27
|
+
- Updated dependencies [88b77fc]
|
|
28
|
+
- Updated dependencies [4e23811]
|
|
29
|
+
- @forge/manifest@8.1.0
|
|
30
|
+
- @forge/cli-shared@6.4.0
|
|
31
|
+
- @forge/api@4.1.2
|
|
32
|
+
- @forge/lint@5.6.1
|
|
33
|
+
|
|
34
|
+
## 4.20.1-next.16
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- d6eb4d8: Fix syntax incompatible with Node 14
|
|
39
|
+
|
|
40
|
+
## 4.20.1-next.15
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- Updated dependencies [01f334b]
|
|
45
|
+
- @forge/api@4.1.2-next.0
|
|
46
|
+
|
|
47
|
+
## 4.20.1-next.14
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- Updated dependencies [d93dd92]
|
|
52
|
+
- @forge/manifest@8.1.0-next.8
|
|
53
|
+
- @forge/cli-shared@6.4.0-next.13
|
|
54
|
+
- @forge/lint@5.6.1-next.13
|
|
55
|
+
|
|
56
|
+
## 4.20.1-next.13
|
|
57
|
+
|
|
58
|
+
### Patch Changes
|
|
59
|
+
|
|
60
|
+
- Updated dependencies [cc6571c]
|
|
61
|
+
- @forge/cli-shared@6.4.0-next.12
|
|
62
|
+
- @forge/lint@5.6.1-next.12
|
|
63
|
+
|
|
64
|
+
## 4.20.1-next.12
|
|
65
|
+
|
|
66
|
+
### Patch Changes
|
|
67
|
+
|
|
68
|
+
- Updated dependencies [94b5a3d]
|
|
69
|
+
- @forge/cli-shared@6.4.0-next.11
|
|
70
|
+
- @forge/lint@5.6.1-next.11
|
|
71
|
+
|
|
72
|
+
## 4.20.1-next.11
|
|
73
|
+
|
|
74
|
+
### Patch Changes
|
|
75
|
+
|
|
76
|
+
- Updated dependencies [5c5aa55]
|
|
77
|
+
- @forge/manifest@8.1.0-next.7
|
|
78
|
+
- @forge/cli-shared@6.4.0-next.10
|
|
79
|
+
- @forge/lint@5.6.1-next.10
|
|
80
|
+
|
|
81
|
+
## 4.20.1-next.10
|
|
82
|
+
|
|
83
|
+
### Patch Changes
|
|
84
|
+
|
|
85
|
+
- Updated dependencies [08c832b]
|
|
86
|
+
- @forge/cli-shared@6.4.0-next.9
|
|
87
|
+
- @forge/lint@5.6.1-next.9
|
|
88
|
+
|
|
89
|
+
## 4.20.1-next.9
|
|
90
|
+
|
|
91
|
+
### Patch Changes
|
|
92
|
+
|
|
93
|
+
- Updated dependencies [34fe2fa]
|
|
94
|
+
- Updated dependencies [c3a2fca]
|
|
95
|
+
- @forge/cli-shared@6.4.0-next.8
|
|
96
|
+
- @forge/manifest@8.1.0-next.6
|
|
97
|
+
- @forge/lint@5.6.1-next.8
|
|
98
|
+
|
|
3
99
|
## 4.20.1-next.8
|
|
4
100
|
|
|
5
101
|
### Patch Changes
|
package/out/runtime.js
CHANGED
|
@@ -28,7 +28,7 @@ class NodeBundler extends webpack_2.WebpackBundler {
|
|
|
28
28
|
}
|
|
29
29
|
getOutput(config, stats) {
|
|
30
30
|
const result = super.getOutput(config, stats);
|
|
31
|
-
result.metadata
|
|
31
|
+
result.metadata = result.metadata || {};
|
|
32
32
|
result.metadata.nodeRuntimeVersion = (0, fs_1.readFileSync)(path_1.default.join(result.outputDir, exports.NODE_RUNTIME_VERSION_FILE)).toString();
|
|
33
33
|
return result;
|
|
34
34
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/bundler",
|
|
3
|
-
"version": "4.20.1
|
|
3
|
+
"version": "4.20.1",
|
|
4
4
|
"description": "Default bundler for Forge apps",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "Atlassian",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"@babel/plugin-transform-optional-chaining": "^7.23.4",
|
|
20
20
|
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
|
21
21
|
"@babel/preset-typescript": "^7.23.3",
|
|
22
|
-
"@forge/api": "4.1.
|
|
22
|
+
"@forge/api": "4.1.2",
|
|
23
23
|
"@forge/babel-plugin-transform-ui": "1.1.19",
|
|
24
|
-
"@forge/cli-shared": "6.4.0
|
|
24
|
+
"@forge/cli-shared": "6.4.0",
|
|
25
25
|
"@forge/i18n": "0.0.2",
|
|
26
|
-
"@forge/lint": "5.6.1
|
|
27
|
-
"@forge/manifest": "8.1.0
|
|
26
|
+
"@forge/lint": "5.6.1",
|
|
27
|
+
"@forge/manifest": "8.1.0",
|
|
28
28
|
"@forge/util": "1.4.5",
|
|
29
29
|
"assert": "^2.1.0",
|
|
30
30
|
"babel-loader": "^8.3.0",
|