@forge/bundler 4.15.11 → 4.16.0-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 4.16.0-next.0
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@4.1.0-next.0
13
+ - @forge/lint@5.0.3-next.0
14
+
3
15
  ## 4.15.11
4
16
 
5
17
  ### 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.11",
3
+ "version": "4.16.0-next.0",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -21,8 +21,8 @@
21
21
  "@babel/preset-typescript": "^7.23.3",
22
22
  "@forge/api": "3.5.0",
23
23
  "@forge/babel-plugin-transform-ui": "1.1.18",
24
- "@forge/cli-shared": "4.0.1",
25
- "@forge/lint": "5.0.2",
24
+ "@forge/cli-shared": "4.1.0-next.0",
25
+ "@forge/lint": "5.0.3-next.0",
26
26
  "@forge/util": "1.4.3",
27
27
  "assert": "^2.1.0",
28
28
  "babel-loader": "^8.3.0",
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "devDependencies": {
60
60
  "@atlassian/xen-test-util": "^4.2.0",
61
- "@forge/runtime": "5.7.0",
61
+ "@forge/runtime": "5.8.0-next.0",
62
62
  "@types/jest": "^29.5.12",
63
63
  "@types/node": "14.18.63",
64
64
  "@types/react": "^18.2.64",