@forge/bundler 4.15.8 → 4.15.9-experimental-1c920ad

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 CHANGED
@@ -1,5 +1,62 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.15.9-experimental-1c920ad
4
+
5
+ ### Minor Changes
6
+
7
+ - fa433bf: allow app developer choose location to save the bundled app code
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [fa433bf]
12
+ - @forge/cli-shared@3.26.0-experimental-1c920ad
13
+ - @forge/lint@5.0.0-experimental-1c920ad
14
+
15
+ ## 4.15.9
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [4d149f1]
20
+ - Updated dependencies [c43a07c]
21
+ - Updated dependencies [a0e79f5]
22
+ - Updated dependencies [86a367a]
23
+ - @forge/api@3.4.0
24
+ - @forge/cli-shared@3.26.0
25
+ - @forge/node-runtime@0.11.0
26
+ - @forge/lint@5.0.0
27
+
28
+ ## 4.15.9-next.3
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies [a0e79f5]
33
+ - @forge/lint@5.0.0-next.1
34
+ - @forge/cli-shared@3.26.0-next.1
35
+
36
+ ## 4.15.9-next.2
37
+
38
+ ### Patch Changes
39
+
40
+ - Updated dependencies [86a367a]
41
+ - @forge/node-runtime@0.11.0-next.2
42
+
43
+ ## 4.15.9-next.1
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies [c43a07c]
48
+ - @forge/cli-shared@3.26.0-next.0
49
+ - @forge/node-runtime@0.11.0-next.1
50
+ - @forge/lint@4.0.11-next.0
51
+
52
+ ## 4.15.9-next.0
53
+
54
+ ### Patch Changes
55
+
56
+ - Updated dependencies [4d149f1]
57
+ - @forge/api@3.4.0-next.0
58
+ - @forge/node-runtime@0.10.1-next.0
59
+
3
60
  ## 4.15.8
4
61
 
5
62
  ### Patch Changes
@@ -35,7 +35,7 @@ const getDevToolConfig = (config) => {
35
35
  if (!config.isWatchMode) {
36
36
  return 'source-map';
37
37
  }
38
- return config.isDebugMode ? 'eval-cheap-module-source-map' : 'cheap-source-map';
38
+ return config.isDebugMode ? 'inline-source-map' : 'cheap-source-map';
39
39
  };
40
40
  exports.getDevToolConfig = getDevToolConfig;
41
41
  const getCommonWebpackConfig = (entrypoints, config) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "4.15.8",
3
+ "version": "4.15.9-experimental-1c920ad",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -19,11 +19,11 @@
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": "3.3.1",
22
+ "@forge/api": "3.4.0",
23
23
  "@forge/babel-plugin-transform-ui": "1.1.18",
24
- "@forge/cli-shared": "3.25.2",
25
- "@forge/lint": "4.0.10",
26
- "@forge/node-runtime": "0.10.0",
24
+ "@forge/cli-shared": "3.26.0-experimental-1c920ad",
25
+ "@forge/lint": "5.0.0-experimental-1c920ad",
26
+ "@forge/node-runtime": "0.11.0",
27
27
  "@forge/util": "1.4.2",
28
28
  "assert": "^2.1.0",
29
29
  "babel-loader": "^8.3.0",
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@atlassian/xen-test-util": "^4.2.0",
62
- "@forge/runtime": "5.5.0",
62
+ "@forge/runtime": "5.6.0",
63
63
  "@types/jest": "^29.5.12",
64
64
  "@types/node": "14.18.63",
65
65
  "@types/react": "^18.2.64",