@rushstack/heft-webpack4-plugin 1.2.0 → 1.2.2

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.json CHANGED
@@ -1,6 +1,53 @@
1
1
  {
2
2
  "name": "@rushstack/heft-webpack4-plugin",
3
3
  "entries": [
4
+ {
5
+ "version": "1.2.2",
6
+ "tag": "@rushstack/heft-webpack4-plugin_v1.2.2",
7
+ "date": "Fri, 20 Feb 2026 16:14:49 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.7.2`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.2.2`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.1` to `1.2.2`"
18
+ }
19
+ ]
20
+ }
21
+ },
22
+ {
23
+ "version": "1.2.1",
24
+ "tag": "@rushstack/heft-webpack4-plugin_v1.2.1",
25
+ "date": "Fri, 20 Feb 2026 00:15:04 GMT",
26
+ "comments": {
27
+ "patch": [
28
+ {
29
+ "comment": "Add `\"node\"` condition before `\"import\"` in the `\"exports\"` map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via `\"import\"`. Fixes https://github.com/microsoft/rushstack/issues/5644."
30
+ }
31
+ ],
32
+ "dependency": [
33
+ {
34
+ "comment": "Updating dependency \"@rushstack/debug-certificate-manager\" to `1.7.1`"
35
+ },
36
+ {
37
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.20.1`"
38
+ },
39
+ {
40
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.2.1`"
41
+ },
42
+ {
43
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.22.1`"
44
+ },
45
+ {
46
+ "comment": "Updating dependency \"@rushstack/heft\" from `^1.2.0` to `1.2.1`"
47
+ }
48
+ ]
49
+ }
50
+ },
4
51
  {
5
52
  "version": "1.2.0",
6
53
  "tag": "@rushstack/heft-webpack4-plugin_v1.2.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @rushstack/heft-webpack4-plugin
2
2
 
3
- This log was last generated on Thu, 19 Feb 2026 00:04:53 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 20 Feb 2026 16:14:49 GMT and should not be manually modified.
4
+
5
+ ## 1.2.2
6
+ Fri, 20 Feb 2026 16:14:49 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 1.2.1
11
+ Fri, 20 Feb 2026 00:15:04 GMT
12
+
13
+ ### Patches
14
+
15
+ - Add `"node"` condition before `"import"` in the `"exports"` map so that Node.js uses the CJS output (which handles extensionless imports), while bundlers still use ESM via `"import"`. Fixes https://github.com/microsoft/rushstack/issues/5644.
4
16
 
5
17
  ## 1.2.0
6
18
  Thu, 19 Feb 2026 00:04:53 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.56.3"
8
+ "packageVersion": "7.57.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-webpack4-plugin",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Heft plugin for Webpack 4",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,12 +14,14 @@
14
14
  "exports": {
15
15
  ".": {
16
16
  "types": "./lib-dts/index.d.ts",
17
+ "node": "./lib-commonjs/index.js",
17
18
  "import": "./lib-esm/index.js",
18
19
  "require": "./lib-commonjs/index.js"
19
20
  },
20
21
  "./lib/*.schema.json": "./lib-commonjs/*.schema.json",
21
22
  "./lib/*": {
22
23
  "types": "./lib-dts/*.d.ts",
24
+ "node": "./lib-commonjs/*.js",
23
25
  "import": "./lib-esm/*.js",
24
26
  "require": "./lib-commonjs/*.js"
25
27
  },
@@ -40,7 +42,7 @@
40
42
  }
41
43
  },
42
44
  "peerDependencies": {
43
- "@rushstack/heft": "^1.2.0",
45
+ "@rushstack/heft": "^1.2.2",
44
46
  "@types/webpack": "^4",
45
47
  "webpack": "~4.47.0"
46
48
  },
@@ -49,8 +51,8 @@
49
51
  "tapable": "1.1.3",
50
52
  "watchpack": "2.4.0",
51
53
  "webpack-dev-server": "~4.9.3",
52
- "@rushstack/debug-certificate-manager": "1.7.0",
53
- "@rushstack/node-core-library": "5.20.0"
54
+ "@rushstack/debug-certificate-manager": "1.7.2",
55
+ "@rushstack/node-core-library": "5.20.1"
54
56
  },
55
57
  "devDependencies": {
56
58
  "@types/watchpack": "2.4.0",
@@ -58,8 +60,8 @@
58
60
  "eslint": "~9.37.0",
59
61
  "webpack": "~4.47.0",
60
62
  "local-node-rig": "1.0.0",
61
- "@rushstack/heft": "1.2.0",
62
- "@rushstack/terminal": "0.22.0"
63
+ "@rushstack/heft": "1.2.2",
64
+ "@rushstack/terminal": "0.22.1"
63
65
  },
64
66
  "sideEffects": false,
65
67
  "scripts": {