@forge/bundler 3.0.0-next.9 → 3.0.1-next.1

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 +40 -0
  2. package/package.json +5 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 3.0.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/cli-shared@2.3.0-next.1
8
+ - @forge/lint@3.0.2-next.1
9
+
10
+ ## 3.0.1-next.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [949bd40]
15
+ - @forge/cli-shared@2.3.0-next.0
16
+ - @forge/lint@3.0.2-next.0
17
+
18
+ ## 3.0.0
19
+
20
+ ### Major Changes
21
+
22
+ - 60fcb01: Use versions of polyfills from earlier versions of @forge/cli
23
+
24
+ ### Minor Changes
25
+
26
+ - 1f6cf08: Fix webpack devtool config in debugMode
27
+ - 04fcd8c: Add direct dependencies to fix reslove issue
28
+ - 3103a29: Update webpack config to fix module resolution issue with package exports
29
+ - 057cdfc: Fix webpack exportsFields config
30
+
31
+ ### Patch Changes
32
+
33
+ - f27cbfc: Do not fail on TS errors
34
+ - @forge/cli-shared@2.2.2
35
+ - @forge/lint@3.0.1
36
+
37
+ ## 3.0.0-next.10
38
+
39
+ ### Minor Changes
40
+
41
+ - 04fcd8c7: Add direct dependencies to fix reslove issue
42
+
3
43
  ## 3.0.0-next.9
4
44
 
5
45
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "3.0.0-next.9",
3
+ "version": "3.0.1-next.1",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -20,12 +20,14 @@
20
20
  "@babel/preset-typescript": "^7.16.7",
21
21
  "@forge/api": "2.6.0",
22
22
  "@forge/babel-plugin-transform-ui": "1.1.0",
23
+ "@forge/cli-shared": "2.3.0-next.1",
24
+ "@forge/lint": "3.0.2-next.1",
23
25
  "babel-loader": "^8.2.3",
24
- "@forge/cli-shared": "2.2.2-next.6",
25
- "@forge/lint": "3.0.1-next.6",
26
+ "buffer": "^4.3.0",
26
27
  "chalk": "^2.4.2",
27
28
  "memfs": "^3.4.1",
28
29
  "node-libs-browser": "^2.2.1",
30
+ "path-browserify": "^1.0.0",
29
31
  "querystring-browser": "^1.0.4",
30
32
  "readable-stream": "^3.4.0",
31
33
  "text-encoder-lite": "^2.0.0",