@forge/bundler 4.2.0-next.9 → 4.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - bbca9be: Forge CLI error handling and analytics changes
8
+
9
+ ### Patch Changes
10
+
11
+ - f392eff: Support variables on Node runtime
12
+ - a36488f: Bundle Node runtime wrapper using Webpack
13
+ - 1ad9503: Add onlyCompileBundledFiles option to ts-loader to only compile files included in the webpack bundle
14
+ - 8d0dc10: Use a single global to pass information from the runtime
15
+ - 7a4fa35: Support internet egress calls in the new runtime
16
+ - 06be4ae: Enable source maps on Node runtime
17
+ - Updated dependencies [bae4bce]
18
+ - Updated dependencies [b7428f7]
19
+ - Updated dependencies [a36488f]
20
+ - Updated dependencies [6cda566]
21
+ - Updated dependencies [73b929a]
22
+ - Updated dependencies [8d0dc10]
23
+ - Updated dependencies [7a4fa35]
24
+ - Updated dependencies [bbca9be]
25
+ - Updated dependencies [fed846f]
26
+ - @forge/cli-shared@3.5.0
27
+ - @forge/api@2.9.1
28
+ - @forge/lint@3.2.12
29
+
3
30
  ## 4.2.0-next.9
4
31
 
5
32
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.2.0-next.9",
3
+ "version": "4.2.0",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -18,10 +18,10 @@
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.9.1-next.2",
21
+ "@forge/api": "2.9.1",
22
22
  "@forge/babel-plugin-transform-ui": "1.1.0",
23
- "@forge/cli-shared": "3.5.0-next.5",
24
- "@forge/lint": "3.2.12-next.5",
23
+ "@forge/cli-shared": "3.5.0",
24
+ "@forge/lint": "3.2.12",
25
25
  "@forge/util": "1.2.0",
26
26
  "assert": "^1.1.1",
27
27
  "babel-loader": "^8.2.3",