@forge/bundler 4.15.8 → 4.15.9-experimental-6835792

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,64 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.15.9-experimental-6835792
4
+
5
+ ### Minor Changes
6
+
7
+ - ee4e0a1: allow app developer choose location to save the bundled app code
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [ee4e0a1]
12
+ - @forge/cli-shared@3.26.0-experimental-6835792
13
+ - @forge/lint@5.0.0-experimental-6835792
14
+ - @forge/api@3.4.0-experimental-6835792
15
+ - @forge/node-runtime@0.11.0-experimental-6835792
16
+
17
+ ## 4.15.9
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [4d149f1]
22
+ - Updated dependencies [c43a07c]
23
+ - Updated dependencies [a0e79f5]
24
+ - Updated dependencies [86a367a]
25
+ - @forge/api@3.4.0
26
+ - @forge/cli-shared@3.26.0
27
+ - @forge/node-runtime@0.11.0
28
+ - @forge/lint@5.0.0
29
+
30
+ ## 4.15.9-next.3
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [a0e79f5]
35
+ - @forge/lint@5.0.0-next.1
36
+ - @forge/cli-shared@3.26.0-next.1
37
+
38
+ ## 4.15.9-next.2
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies [86a367a]
43
+ - @forge/node-runtime@0.11.0-next.2
44
+
45
+ ## 4.15.9-next.1
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies [c43a07c]
50
+ - @forge/cli-shared@3.26.0-next.0
51
+ - @forge/node-runtime@0.11.0-next.1
52
+ - @forge/lint@4.0.11-next.0
53
+
54
+ ## 4.15.9-next.0
55
+
56
+ ### Patch Changes
57
+
58
+ - Updated dependencies [4d149f1]
59
+ - @forge/api@3.4.0-next.0
60
+ - @forge/node-runtime@0.10.1-next.0
61
+
3
62
  ## 4.15.8
4
63
 
5
64
  ### 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-6835792",
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-experimental-6835792",
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-6835792",
25
+ "@forge/lint": "5.0.0-experimental-6835792",
26
+ "@forge/node-runtime": "0.11.0-experimental-6835792",
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-experimental-6835792",
63
63
  "@types/jest": "^29.5.12",
64
64
  "@types/node": "14.18.63",
65
65
  "@types/react": "^18.2.64",