@rushstack/webpack-plugin-utilities 0.5.12 → 0.5.14

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,30 @@
1
1
  {
2
2
  "name": "@rushstack/webpack-plugin-utilities",
3
3
  "entries": [
4
+ {
5
+ "version": "0.5.14",
6
+ "tag": "@rushstack/webpack-plugin-utilities_v0.5.14",
7
+ "date": "Sat, 07 Feb 2026 01:13:26 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.14`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "0.5.13",
18
+ "tag": "@rushstack/webpack-plugin-utilities_v0.5.13",
19
+ "date": "Wed, 04 Feb 2026 20:42:47 GMT",
20
+ "comments": {
21
+ "dependency": [
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.1.13`"
24
+ }
25
+ ]
26
+ }
27
+ },
4
28
  {
5
29
  "version": "0.5.12",
6
30
  "tag": "@rushstack/webpack-plugin-utilities_v0.5.12",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @rushstack/webpack-plugin-utilities
2
2
 
3
- This log was last generated on Wed, 04 Feb 2026 16:13:27 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 07 Feb 2026 01:13:26 GMT and should not be manually modified.
4
+
5
+ ## 0.5.14
6
+ Sat, 07 Feb 2026 01:13:26 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.5.13
11
+ Wed, 04 Feb 2026 20:42:47 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 0.5.12
6
16
  Wed, 04 Feb 2026 16:13:27 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.56.0"
8
+ "packageVersion": "7.56.2"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/webpack-plugin-utilities",
3
- "version": "0.5.12",
3
+ "version": "0.5.14",
4
4
  "description": "This plugin sets the webpack public path at runtime.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "dist/webpack-plugin-utilities.d.ts",
@@ -29,9 +29,9 @@
29
29
  "devDependencies": {
30
30
  "eslint": "~9.37.0",
31
31
  "@types/tapable": "1.0.6",
32
- "webpack": "~5.103.0",
33
- "local-node-rig": "1.0.0",
34
- "@rushstack/heft": "1.1.12"
32
+ "webpack": "~5.105.0",
33
+ "@rushstack/heft": "1.1.14",
34
+ "local-node-rig": "1.0.0"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "heft build --clean",