@rushstack/webpack5-localization-plugin 0.14.1 → 0.14.3

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,36 @@
1
1
  {
2
2
  "name": "@rushstack/webpack5-localization-plugin",
3
3
  "entries": [
4
+ {
5
+ "version": "0.14.3",
6
+ "tag": "@rushstack/webpack5-localization-plugin_v0.14.3",
7
+ "date": "Tue, 19 Aug 2025 20:45:02 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.13.19`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.74.3`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "version": "0.14.2",
21
+ "tag": "@rushstack/webpack5-localization-plugin_v0.14.2",
22
+ "date": "Fri, 01 Aug 2025 00:12:49 GMT",
23
+ "comments": {
24
+ "dependency": [
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.13.18`"
27
+ },
28
+ {
29
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.74.2`"
30
+ }
31
+ ]
32
+ }
33
+ },
4
34
  {
5
35
  "version": "0.14.1",
6
36
  "tag": "@rushstack/webpack5-localization-plugin_v0.14.1",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @rushstack/webpack5-localization-plugin
2
2
 
3
- This log was last generated on Wed, 23 Jul 2025 20:55:57 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 19 Aug 2025 20:45:02 GMT and should not be manually modified.
4
+
5
+ ## 0.14.3
6
+ Tue, 19 Aug 2025 20:45:02 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.14.2
11
+ Fri, 01 Aug 2025 00:12:49 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 0.14.1
6
16
  Wed, 23 Jul 2025 20:55:57 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.8"
8
+ "packageVersion": "7.52.10"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/webpack5-localization-plugin",
3
- "version": "0.14.1",
3
+ "version": "0.14.3",
4
4
  "description": "This plugin facilitates localization with Webpack.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "dist/webpack5-localization-plugin.d.ts",
@@ -15,16 +15,16 @@
15
15
  "@types/node": "*"
16
16
  },
17
17
  "dependencies": {
18
- "@rushstack/terminal": "0.15.4",
18
+ "@rushstack/localization-utilities": "0.13.19",
19
19
  "@rushstack/node-core-library": "5.14.0",
20
- "@rushstack/localization-utilities": "0.13.17"
20
+ "@rushstack/terminal": "0.15.4"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "20.17.19",
24
24
  "eslint": "~9.25.1",
25
25
  "memfs": "4.12.0",
26
26
  "webpack": "~5.98.0",
27
- "@rushstack/heft": "0.74.1",
27
+ "@rushstack/heft": "0.74.3",
28
28
  "local-node-rig": "1.0.0"
29
29
  },
30
30
  "peerDependenciesMeta": {