@forge/bundler 3.0.1-next.9 → 3.0.2-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 +47 -0
  2. package/package.json +16 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 3.0.2-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 04cddcaa: Add node-libs-browser dependencies as direct dependencies at the same versions
8
+
9
+ ## 3.0.2-next.0
10
+
11
+ ### Patch Changes
12
+
13
+ - @forge/api@2.6.1-next.0
14
+ - @forge/cli-shared@2.3.1-next.0
15
+ - @forge/lint@3.0.3-next.0
16
+
17
+ ## 3.0.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [47a71a6]
22
+ - Updated dependencies [949bd40]
23
+ - Updated dependencies [cf2420d]
24
+ - @forge/cli-shared@2.3.0
25
+ - @forge/lint@3.0.2
26
+
27
+ ## 3.0.1-next.12
28
+
29
+ ### Patch Changes
30
+
31
+ - @forge/cli-shared@2.3.0-next.11
32
+ - @forge/lint@3.0.2-next.12
33
+
34
+ ## 3.0.1-next.11
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [47a71a62]
39
+ - @forge/cli-shared@2.3.0-next.10
40
+ - @forge/lint@3.0.2-next.11
41
+
42
+ ## 3.0.1-next.10
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies [cf2420d2]
47
+ - @forge/cli-shared@2.3.0-next.9
48
+ - @forge/lint@3.0.2-next.10
49
+
3
50
  ## 3.0.1-next.9
4
51
 
5
52
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "3.0.1-next.9",
3
+ "version": "3.0.2-next.1",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -18,21 +18,32 @@
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.6.0",
21
+ "@forge/api": "2.6.1-next.0",
22
22
  "@forge/babel-plugin-transform-ui": "1.1.0",
23
- "@forge/cli-shared": "2.3.0-next.8",
24
- "@forge/lint": "3.0.2-next.9",
23
+ "@forge/cli-shared": "2.3.1-next.0",
24
+ "@forge/lint": "3.0.3-next.0",
25
+ "assert": "^1.1.1",
25
26
  "babel-loader": "^8.2.3",
27
+ "browserify-zlib": "^0.2.0",
26
28
  "buffer": "^4.3.0",
27
29
  "chalk": "^2.4.2",
30
+ "console-browserify": "^1.1.0",
31
+ "crypto-browserify": "^3.11.0",
32
+ "events": "^3.0.0",
28
33
  "memfs": "^3.4.1",
29
- "node-libs-browser": "^2.2.1",
34
+ "os-browserify": "^0.3.0",
30
35
  "path-browserify": "^1.0.0",
36
+ "process": "^0.11.10",
37
+ "punycode": "^1.2.4",
31
38
  "querystring-browser": "^1.0.4",
32
39
  "readable-stream": "^3.4.0",
40
+ "string_decoder": "^1.0.0",
33
41
  "text-encoder-lite": "^2.0.0",
42
+ "timers-browserify": "^2.0.4",
34
43
  "ts-loader": "^9.2.6",
35
44
  "typescript": "^3.9.7",
45
+ "url": "^0.11.0",
46
+ "util": "^0.11.0",
36
47
  "webpack": "^5.66.0",
37
48
  "whatwg-url": "^7.0.0"
38
49
  },