@rushstack/webpack-plugin-utilities 0.4.86 → 0.4.88
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 +24 -0
- package/CHANGELOG.md +11 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +3 -2
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/webpack-plugin-utilities",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.4.88",
|
|
6
|
+
"tag": "@rushstack/webpack-plugin-utilities_v0.4.88",
|
|
7
|
+
"date": "Wed, 23 Jul 2025 20:55:57 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.74.1`"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "0.4.87",
|
|
18
|
+
"tag": "@rushstack/webpack-plugin-utilities_v0.4.87",
|
|
19
|
+
"date": "Sat, 21 Jun 2025 00:13:15 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"dependency": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.74.0`"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
},
|
|
4
28
|
{
|
|
5
29
|
"version": "0.4.86",
|
|
6
30
|
"tag": "@rushstack/webpack-plugin-utilities_v0.4.86",
|
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
|
|
3
|
+
This log was last generated on Wed, 23 Jul 2025 20:55:57 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.4.88
|
|
6
|
+
Wed, 23 Jul 2025 20:55:57 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 0.4.87
|
|
11
|
+
Sat, 21 Jun 2025 00:13:15 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 0.4.86
|
|
6
16
|
Tue, 13 May 2025 02:09:20 GMT
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/webpack-plugin-utilities",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.88",
|
|
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",
|
|
@@ -27,10 +27,11 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
+
"eslint": "~9.25.1",
|
|
30
31
|
"@types/tapable": "1.0.6",
|
|
31
32
|
"webpack": "~5.98.0",
|
|
32
33
|
"local-node-rig": "1.0.0",
|
|
33
|
-
"@rushstack/heft": "0.
|
|
34
|
+
"@rushstack/heft": "0.74.1"
|
|
34
35
|
},
|
|
35
36
|
"scripts": {
|
|
36
37
|
"build": "heft build --clean",
|