@rushstack/webpack-plugin-utilities 0.4.61 → 0.4.63

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.4.63",
6
+ "tag": "@rushstack/webpack-plugin-utilities_v0.4.63",
7
+ "date": "Tue, 07 Jan 2025 22:17:32 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.68.12`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "0.4.62",
18
+ "tag": "@rushstack/webpack-plugin-utilities_v0.4.62",
19
+ "date": "Sat, 14 Dec 2024 01:11:07 GMT",
20
+ "comments": {
21
+ "dependency": [
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.68.11`"
24
+ }
25
+ ]
26
+ }
27
+ },
4
28
  {
5
29
  "version": "0.4.61",
6
30
  "tag": "@rushstack/webpack-plugin-utilities_v0.4.61",
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 Mon, 09 Dec 2024 20:31:43 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 07 Jan 2025 22:17:32 GMT and should not be manually modified.
4
+
5
+ ## 0.4.63
6
+ Tue, 07 Jan 2025 22:17:32 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.4.62
11
+ Sat, 14 Dec 2024 01:11:07 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 0.4.61
6
16
  Mon, 09 Dec 2024 20:31:43 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.48.0"
8
+ "packageVersion": "7.48.1"
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.4.61",
3
+ "version": "0.4.63",
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",
@@ -30,7 +30,7 @@
30
30
  "@types/tapable": "1.0.6",
31
31
  "webpack": "~5.95.0",
32
32
  "local-node-rig": "1.0.0",
33
- "@rushstack/heft": "0.68.10"
33
+ "@rushstack/heft": "0.68.12"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "heft build --clean",