@forge/bundler 4.7.0-next.9 → 4.7.0
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 +22 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @forge/bundler
|
|
2
2
|
|
|
3
|
+
## 4.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f0888c8a: Add linting support for CSUIK frontend files
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 79d53117: Allow omitting extensions in ESM imports on Node runtime
|
|
12
|
+
- 490911c1: Pass response headers from HTTP polyfill
|
|
13
|
+
- dc1c5870: Fix response headers in HTTP polyfill
|
|
14
|
+
- 96f9f6d8: Handle URL and options passed together to HTTP polyfill
|
|
15
|
+
- Updated dependencies [d611f097]
|
|
16
|
+
- Updated dependencies [4aaab2f2]
|
|
17
|
+
- Updated dependencies [39d5feac]
|
|
18
|
+
- Updated dependencies [4d17795b]
|
|
19
|
+
- Updated dependencies [96f9f6d8]
|
|
20
|
+
- @forge/cli-shared@3.11.2
|
|
21
|
+
- @forge/lint@3.4.0
|
|
22
|
+
- @forge/api@2.15.3
|
|
23
|
+
- @forge/runtime@4.3.4
|
|
24
|
+
|
|
3
25
|
## 4.7.0-next.9
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/bundler",
|
|
3
|
-
"version": "4.7.0
|
|
3
|
+
"version": "4.7.0",
|
|
4
4
|
"description": "Default bundler for Forge apps",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "Atlassian",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
|
19
19
|
"@babel/plugin-transform-react-jsx": "^7.16.7",
|
|
20
20
|
"@babel/preset-typescript": "^7.16.7",
|
|
21
|
-
"@forge/api": "2.15.3
|
|
21
|
+
"@forge/api": "2.15.3",
|
|
22
22
|
"@forge/babel-plugin-transform-ui": "1.1.2",
|
|
23
|
-
"@forge/cli-shared": "3.11.2
|
|
24
|
-
"@forge/lint": "3.4.0
|
|
25
|
-
"@forge/runtime": "4.3.4
|
|
23
|
+
"@forge/cli-shared": "3.11.2",
|
|
24
|
+
"@forge/lint": "3.4.0",
|
|
25
|
+
"@forge/runtime": "4.3.4",
|
|
26
26
|
"@forge/util": "1.2.3",
|
|
27
27
|
"assert": "^1.1.1",
|
|
28
28
|
"babel-loader": "^8.2.3",
|