@rushstack/webpack5-localization-plugin 0.11.5 → 0.11.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 +33 -0
- package/CHANGELOG.md +11 -1
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/webpack5-localization-plugin",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.11.7",
|
|
6
|
+
"tag": "@rushstack/webpack5-localization-plugin_v0.11.7",
|
|
7
|
+
"date": "Tue, 10 Sep 2024 20:08:11 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.1`"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.8.0`"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.14.1`"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.67.1`"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"version": "0.11.6",
|
|
27
|
+
"tag": "@rushstack/webpack5-localization-plugin_v0.11.6",
|
|
28
|
+
"date": "Mon, 26 Aug 2024 02:00:11 GMT",
|
|
29
|
+
"comments": {
|
|
30
|
+
"dependency": [
|
|
31
|
+
{
|
|
32
|
+
"comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.0`"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
4
37
|
{
|
|
5
38
|
"version": "0.11.5",
|
|
6
39
|
"tag": "@rushstack/webpack5-localization-plugin_v0.11.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 Tue, 10 Sep 2024 20:08:11 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.11.7
|
|
6
|
+
Tue, 10 Sep 2024 20:08:11 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 0.11.6
|
|
11
|
+
Mon, 26 Aug 2024 02:00:11 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
4
14
|
|
|
5
15
|
## 0.11.5
|
|
6
16
|
Wed, 21 Aug 2024 16:24:51 GMT
|
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.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/localization-utilities": "0.
|
|
19
|
-
"@rushstack/node-core-library": "5.
|
|
20
|
-
"@rushstack/terminal": "0.14.
|
|
18
|
+
"@rushstack/localization-utilities": "0.12.1",
|
|
19
|
+
"@rushstack/node-core-library": "5.8.0",
|
|
20
|
+
"@rushstack/terminal": "0.14.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"memfs": "3.4.3",
|
|
24
24
|
"webpack": "~5.82.1",
|
|
25
25
|
"local-node-rig": "1.0.0",
|
|
26
|
-
"@rushstack/heft": "0.67.
|
|
26
|
+
"@rushstack/heft": "0.67.1"
|
|
27
27
|
},
|
|
28
28
|
"peerDependenciesMeta": {
|
|
29
29
|
"@types/node": {
|