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