@rushstack/webpack5-localization-plugin 0.13.5 → 0.13.7
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 +36 -0
- package/CHANGELOG.md +11 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
@@ -1,6 +1,42 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rushstack/webpack5-localization-plugin",
|
3
3
|
"entries": [
|
4
|
+
{
|
5
|
+
"version": "0.13.7",
|
6
|
+
"tag": "@rushstack/webpack5-localization-plugin_v0.13.7",
|
7
|
+
"date": "Fri, 04 Apr 2025 18:34:35 GMT",
|
8
|
+
"comments": {
|
9
|
+
"dependency": [
|
10
|
+
{
|
11
|
+
"comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.13.7`"
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.71.2`"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"version": "0.13.6",
|
21
|
+
"tag": "@rushstack/webpack5-localization-plugin_v0.13.6",
|
22
|
+
"date": "Tue, 25 Mar 2025 15:11:16 GMT",
|
23
|
+
"comments": {
|
24
|
+
"dependency": [
|
25
|
+
{
|
26
|
+
"comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.13.6`"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.13.0`"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.15.2`"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.71.1`"
|
36
|
+
}
|
37
|
+
]
|
38
|
+
}
|
39
|
+
},
|
4
40
|
{
|
5
41
|
"version": "0.13.5",
|
6
42
|
"tag": "@rushstack/webpack5-localization-plugin_v0.13.5",
|
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
|
3
|
+
This log was last generated on Fri, 04 Apr 2025 18:34:35 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 0.13.7
|
6
|
+
Fri, 04 Apr 2025 18:34:35 GMT
|
7
|
+
|
8
|
+
_Version update only_
|
9
|
+
|
10
|
+
## 0.13.6
|
11
|
+
Tue, 25 Mar 2025 15:11:16 GMT
|
12
|
+
|
13
|
+
_Version update only_
|
4
14
|
|
5
15
|
## 0.13.5
|
6
16
|
Wed, 12 Mar 2025 22:41:36 GMT
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rushstack/webpack5-localization-plugin",
|
3
|
-
"version": "0.13.
|
3
|
+
"version": "0.13.7",
|
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/
|
19
|
-
"@rushstack/
|
20
|
-
"@rushstack/
|
18
|
+
"@rushstack/node-core-library": "5.13.0",
|
19
|
+
"@rushstack/terminal": "0.15.2",
|
20
|
+
"@rushstack/localization-utilities": "0.13.7"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
23
|
"@types/node": "20.17.19",
|
24
24
|
"memfs": "4.12.0",
|
25
25
|
"webpack": "~5.98.0",
|
26
|
-
"@rushstack/heft": "0.71.
|
26
|
+
"@rushstack/heft": "0.71.2",
|
27
27
|
"local-node-rig": "1.0.0"
|
28
28
|
},
|
29
29
|
"peerDependenciesMeta": {
|