@forge/bundler 3.0.1 → 3.0.2-next.10

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 +78 -0
  2. package/package.json +16 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,83 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 3.0.2-next.10
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/cli-shared@2.3.1-next.9
8
+ - @forge/lint@3.0.3-next.9
9
+
10
+ ## 3.0.2-next.9
11
+
12
+ ### Patch Changes
13
+
14
+ - @forge/cli-shared@2.3.1-next.8
15
+ - @forge/lint@3.0.3-next.8
16
+
17
+ ## 3.0.2-next.8
18
+
19
+ ### Patch Changes
20
+
21
+ - @forge/cli-shared@2.3.1-next.7
22
+ - @forge/lint@3.0.3-next.7
23
+
24
+ ## 3.0.2-next.7
25
+
26
+ ### Patch Changes
27
+
28
+ - @forge/cli-shared@2.3.1-next.6
29
+ - @forge/lint@3.0.3-next.6
30
+
31
+ ## 3.0.2-next.6
32
+
33
+ ### Patch Changes
34
+
35
+ - @forge/cli-shared@2.3.1-next.5
36
+ - @forge/lint@3.0.3-next.5
37
+
38
+ ## 3.0.2-next.5
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies [64dd525]
43
+ - @forge/lint@3.0.3-next.4
44
+ - @forge/cli-shared@2.3.1-next.4
45
+
46
+ ## 3.0.2-next.4
47
+
48
+ ### Patch Changes
49
+
50
+ - @forge/cli-shared@2.3.1-next.3
51
+ - @forge/lint@3.0.3-next.3
52
+
53
+ ## 3.0.2-next.3
54
+
55
+ ### Patch Changes
56
+
57
+ - @forge/cli-shared@2.3.1-next.2
58
+ - @forge/lint@3.0.3-next.2
59
+
60
+ ## 3.0.2-next.2
61
+
62
+ ### Patch Changes
63
+
64
+ - @forge/cli-shared@2.3.1-next.1
65
+ - @forge/lint@3.0.3-next.1
66
+
67
+ ## 3.0.2-next.1
68
+
69
+ ### Patch Changes
70
+
71
+ - 04cddcaa: Add node-libs-browser dependencies as direct dependencies at the same versions
72
+
73
+ ## 3.0.2-next.0
74
+
75
+ ### Patch Changes
76
+
77
+ - @forge/api@2.6.1-next.0
78
+ - @forge/cli-shared@2.3.1-next.0
79
+ - @forge/lint@3.0.3-next.0
80
+
3
81
  ## 3.0.1
4
82
 
5
83
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "3.0.1",
3
+ "version": "3.0.2-next.10",
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",
24
- "@forge/lint": "3.0.2",
23
+ "@forge/cli-shared": "2.3.1-next.9",
24
+ "@forge/lint": "3.0.3-next.9",
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
  },