@rushstack/webpack5-localization-plugin 0.11.10 → 0.11.12

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,36 @@
1
1
  {
2
2
  "name": "@rushstack/webpack5-localization-plugin",
3
3
  "entries": [
4
+ {
5
+ "version": "0.11.12",
6
+ "tag": "@rushstack/webpack5-localization-plugin_v0.11.12",
7
+ "date": "Tue, 01 Oct 2024 00:11:28 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.5`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.68.1`"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "version": "0.11.11",
21
+ "tag": "@rushstack/webpack5-localization-plugin_v0.11.11",
22
+ "date": "Mon, 30 Sep 2024 15:12:19 GMT",
23
+ "comments": {
24
+ "dependency": [
25
+ {
26
+ "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.4`"
27
+ },
28
+ {
29
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.68.0`"
30
+ }
31
+ ]
32
+ }
33
+ },
4
34
  {
5
35
  "version": "0.11.10",
6
36
  "tag": "@rushstack/webpack5-localization-plugin_v0.11.10",
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 Sat, 28 Sep 2024 00:11:41 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Oct 2024 00:11:28 GMT and should not be manually modified.
4
+
5
+ ## 0.11.12
6
+ Tue, 01 Oct 2024 00:11:28 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.11.11
11
+ Mon, 30 Sep 2024 15:12:19 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 0.11.10
6
16
  Sat, 28 Sep 2024 00:11:41 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/webpack5-localization-plugin",
3
- "version": "0.11.10",
3
+ "version": "0.11.12",
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.3",
18
+ "@rushstack/localization-utilities": "0.12.5",
19
19
  "@rushstack/node-core-library": "5.9.0",
20
20
  "@rushstack/terminal": "0.14.2"
21
21
  },
22
22
  "devDependencies": {
23
23
  "memfs": "3.4.3",
24
24
  "webpack": "~5.82.1",
25
- "local-node-rig": "1.0.0",
26
- "@rushstack/heft": "0.67.2"
25
+ "@rushstack/heft": "0.68.1",
26
+ "local-node-rig": "1.0.0"
27
27
  },
28
28
  "peerDependenciesMeta": {
29
29
  "@types/node": {