@forge/bundler 2.1.0-next.5 → 3.0.0-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,46 @@
1
1
  # @forge/bundler
2
2
 
3
+ ## 3.0.0-next.10
4
+
5
+ ### Minor Changes
6
+
7
+ - 04fcd8c7: Add direct dependencies to fix reslove issue
8
+
9
+ ## 3.0.0-next.9
10
+
11
+ ### Minor Changes
12
+
13
+ - 057cdfcc: Fix webpack exportsFields config
14
+
15
+ ### Patch Changes
16
+
17
+ - @forge/cli-shared@2.2.2-next.6
18
+ - @forge/lint@3.0.1-next.6
19
+
20
+ ## 3.0.0-next.8
21
+
22
+ ### Patch Changes
23
+
24
+ - @forge/cli-shared@2.2.2-next.5
25
+ - @forge/lint@3.0.1-next.5
26
+
27
+ ## 3.0.0-next.7
28
+
29
+ ### Minor Changes
30
+
31
+ - 3103a290: Update webpack config to fix module resolution issue with package exports
32
+
33
+ ### Patch Changes
34
+
35
+ - @forge/cli-shared@2.2.2-next.4
36
+ - @forge/lint@3.0.1-next.4
37
+
38
+ ## 3.0.0-next.6
39
+
40
+ ### Major Changes
41
+
42
+ - 60fcb01: Use versions of polyfills from earlier versions of @forge/cli
43
+
3
44
  ## 2.1.0-next.5
4
45
 
5
46
  ### Minor Changes
@@ -1 +1 @@
1
- {"version":3,"file":"webpack.d.ts","sourceRoot":"","sources":["../src/webpack.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,OAAO,EAAkC,OAAO,EAAkB,MAAM,SAAS,CAAC;AAY3F,oBAAY,WAAW,GAAG,KAAK,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC,CAAC;AAgDH,UAAU,aAAa;IACrB,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,gBAAgB,WAAY,aAAa,KAAG,MASxD,CAAC;AAiPF,eAAO,MAAM,MAAM,EAAE,OAqCpB,CAAC;AAgCF,eAAO,MAAM,KAAK,EAAE,OAmCnB,CAAC"}
1
+ {"version":3,"file":"webpack.d.ts","sourceRoot":"","sources":["../src/webpack.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,OAAO,EAAkC,OAAO,EAAkB,MAAM,SAAS,CAAC;AAY3F,oBAAY,WAAW,GAAG,KAAK,CAAC;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd,CAAC,CAAC;AAgDH,UAAU,aAAa;IACrB,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,gBAAgB,WAAY,aAAa,KAAG,MASxD,CAAC;AAoPF,eAAO,MAAM,MAAM,EAAE,OAqCpB,CAAC;AAgCF,eAAO,MAAM,KAAK,EAAE,OAmCnB,CAAC"}
package/out/webpack.js CHANGED
@@ -181,6 +181,7 @@ const getBuildConfig = (entrypoints, config) => {
181
181
  performance: false,
182
182
  resolve: {
183
183
  mainFields: ['main', 'module'],
184
+ exportsFields: [],
184
185
  alias: getCustomModulesAliases(),
185
186
  extensions: ['.ts', '.tsx', '.js', '.jsx', '.json']
186
187
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bundler",
3
- "version": "2.1.0-next.5",
3
+ "version": "3.0.0-next.10",
4
4
  "description": "Default bundler for Forge apps",
5
5
  "license": "UNLICENSED",
6
6
  "author": "Atlassian",
@@ -20,30 +20,19 @@
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
- "assert": "^2.0.0",
23
+ "@forge/cli-shared": "2.2.2-next.6",
24
+ "@forge/lint": "3.0.1-next.6",
24
25
  "babel-loader": "^8.2.3",
25
- "browserify-zlib": "^0.2.0",
26
- "buffer": "^6.0.3",
27
- "@forge/cli-shared": "2.2.2-next.3",
28
- "@forge/lint": "3.0.1-next.3",
26
+ "buffer": "^4.3.0",
29
27
  "chalk": "^2.4.2",
30
- "console-browserify": "^1.2.0",
31
- "crypto-browserify": "^3.12.0",
32
- "events": "^3.3.0",
33
28
  "memfs": "^3.4.1",
34
- "os-browserify": "^0.3.0",
29
+ "node-libs-browser": "^2.2.1",
35
30
  "path-browserify": "^1.0.0",
36
- "process": "^0.11.10",
37
- "punycode": "^2.1.1",
38
31
  "querystring-browser": "^1.0.4",
39
32
  "readable-stream": "^3.4.0",
40
- "string_decoder": "^1.3.0",
41
33
  "text-encoder-lite": "^2.0.0",
42
- "timers-browserify": "^2.0.12",
43
34
  "ts-loader": "^9.2.6",
44
35
  "typescript": "^3.9.7",
45
- "url": "^0.11.0",
46
- "util": "^0.12.4",
47
36
  "webpack": "^5.66.0",
48
37
  "whatwg-url": "^7.0.0"
49
38
  },