@rushstack/webpack5-localization-plugin 0.11.20 → 0.11.22

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,42 @@
1
1
  {
2
2
  "name": "@rushstack/webpack5-localization-plugin",
3
3
  "entries": [
4
+ {
5
+ "version": "0.11.22",
6
+ "tag": "@rushstack/webpack5-localization-plugin_v0.11.22",
7
+ "date": "Sat, 14 Dec 2024 01:11:07 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.15`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.10.1`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.14.4`"
18
+ },
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.68.11`"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "version": "0.11.21",
27
+ "tag": "@rushstack/webpack5-localization-plugin_v0.11.21",
28
+ "date": "Mon, 09 Dec 2024 20:31:43 GMT",
29
+ "comments": {
30
+ "dependency": [
31
+ {
32
+ "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.14`"
33
+ },
34
+ {
35
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.68.10`"
36
+ }
37
+ ]
38
+ }
39
+ },
4
40
  {
5
41
  "version": "0.11.20",
6
42
  "tag": "@rushstack/webpack5-localization-plugin_v0.11.20",
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 Tue, 03 Dec 2024 16:11:08 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 14 Dec 2024 01:11:07 GMT and should not be manually modified.
4
+
5
+ ## 0.11.22
6
+ Sat, 14 Dec 2024 01:11:07 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.11.21
11
+ Mon, 09 Dec 2024 20:31:43 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 0.11.20
6
16
  Tue, 03 Dec 2024 16:11:08 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/webpack5-localization-plugin",
3
- "version": "0.11.20",
3
+ "version": "0.11.22",
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,15 +15,15 @@
15
15
  "@types/node": "*"
16
16
  },
17
17
  "dependencies": {
18
- "@rushstack/localization-utilities": "0.12.13",
19
- "@rushstack/node-core-library": "5.10.0",
20
- "@rushstack/terminal": "0.14.3"
18
+ "@rushstack/localization-utilities": "0.12.15",
19
+ "@rushstack/node-core-library": "5.10.1",
20
+ "@rushstack/terminal": "0.14.4"
21
21
  },
22
22
  "devDependencies": {
23
23
  "memfs": "4.12.0",
24
24
  "webpack": "~5.95.0",
25
25
  "local-node-rig": "1.0.0",
26
- "@rushstack/heft": "0.68.9"
26
+ "@rushstack/heft": "0.68.11"
27
27
  },
28
28
  "peerDependenciesMeta": {
29
29
  "@types/node": {