@rushstack/webpack5-localization-plugin 0.11.4 → 0.11.6
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +24 -0
- package/CHANGELOG.md +11 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
@@ -1,6 +1,30 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rushstack/webpack5-localization-plugin",
|
3
3
|
"entries": [
|
4
|
+
{
|
5
|
+
"version": "0.11.6",
|
6
|
+
"tag": "@rushstack/webpack5-localization-plugin_v0.11.6",
|
7
|
+
"date": "Mon, 26 Aug 2024 02:00:11 GMT",
|
8
|
+
"comments": {
|
9
|
+
"dependency": [
|
10
|
+
{
|
11
|
+
"comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.12.0`"
|
12
|
+
}
|
13
|
+
]
|
14
|
+
}
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"version": "0.11.5",
|
18
|
+
"tag": "@rushstack/webpack5-localization-plugin_v0.11.5",
|
19
|
+
"date": "Wed, 21 Aug 2024 16:24:51 GMT",
|
20
|
+
"comments": {
|
21
|
+
"dependency": [
|
22
|
+
{
|
23
|
+
"comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.11.1`"
|
24
|
+
}
|
25
|
+
]
|
26
|
+
}
|
27
|
+
},
|
4
28
|
{
|
5
29
|
"version": "0.11.4",
|
6
30
|
"tag": "@rushstack/webpack5-localization-plugin_v0.11.4",
|
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 Mon, 26 Aug 2024 02:00:11 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 0.11.6
|
6
|
+
Mon, 26 Aug 2024 02:00:11 GMT
|
7
|
+
|
8
|
+
_Version update only_
|
9
|
+
|
10
|
+
## 0.11.5
|
11
|
+
Wed, 21 Aug 2024 16:24:51 GMT
|
12
|
+
|
13
|
+
_Version update only_
|
4
14
|
|
5
15
|
## 0.11.4
|
6
16
|
Wed, 21 Aug 2024 05:43:04 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.6",
|
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,9 +15,9 @@
|
|
15
15
|
"@types/node": "*"
|
16
16
|
},
|
17
17
|
"dependencies": {
|
18
|
-
"@rushstack/
|
18
|
+
"@rushstack/localization-utilities": "0.12.0",
|
19
19
|
"@rushstack/node-core-library": "5.7.0",
|
20
|
-
"@rushstack/
|
20
|
+
"@rushstack/terminal": "0.14.0"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
23
|
"memfs": "3.4.3",
|