@rushstack/webpack5-localization-plugin 0.11.24 → 0.11.26
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +36 -0
- package/CHANGELOG.md +11 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +6 -6
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.26",
|
6
|
+
"tag": "@rushstack/webpack5-localization-plugin_v0.11.26",
|
7
|
+
"date": "Thu, 30 Jan 2025 16:10:36 GMT",
|
8
|
+
"comments": {
|
9
|
+
"dependency": [
|
10
|
+
{
|
11
|
+
"comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.19`"
|
12
|
+
},
|
13
|
+
{
|
14
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.68.15`"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"version": "0.11.25",
|
21
|
+
"tag": "@rushstack/webpack5-localization-plugin_v0.11.25",
|
22
|
+
"date": "Thu, 30 Jan 2025 01:11:42 GMT",
|
23
|
+
"comments": {
|
24
|
+
"dependency": [
|
25
|
+
{
|
26
|
+
"comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.18`"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.11.0`"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.14.6`"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.68.14`"
|
36
|
+
}
|
37
|
+
]
|
38
|
+
}
|
39
|
+
},
|
4
40
|
{
|
5
41
|
"version": "0.11.24",
|
6
42
|
"tag": "@rushstack/webpack5-localization-plugin_v0.11.24",
|
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 Thu,
|
3
|
+
This log was last generated on Thu, 30 Jan 2025 16:10:36 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 0.11.26
|
6
|
+
Thu, 30 Jan 2025 16:10:36 GMT
|
7
|
+
|
8
|
+
_Version update only_
|
9
|
+
|
10
|
+
## 0.11.25
|
11
|
+
Thu, 30 Jan 2025 01:11:42 GMT
|
12
|
+
|
13
|
+
_Version update only_
|
4
14
|
|
5
15
|
## 0.11.24
|
6
16
|
Thu, 09 Jan 2025 01:10:10 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.11.
|
3
|
+
"version": "0.11.26",
|
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.
|
19
|
-
"@rushstack/
|
20
|
-
"@rushstack/
|
18
|
+
"@rushstack/localization-utilities": "0.12.19",
|
19
|
+
"@rushstack/node-core-library": "5.11.0",
|
20
|
+
"@rushstack/terminal": "0.14.6"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
23
|
"memfs": "4.12.0",
|
24
24
|
"webpack": "~5.95.0",
|
25
|
-
"
|
26
|
-
"
|
25
|
+
"@rushstack/heft": "0.68.15",
|
26
|
+
"local-node-rig": "1.0.0"
|
27
27
|
},
|
28
28
|
"peerDependenciesMeta": {
|
29
29
|
"@types/node": {
|