@rushstack/webpack5-localization-plugin 0.11.0 → 0.11.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,21 @@
1
1
  {
2
2
  "name": "@rushstack/webpack5-localization-plugin",
3
3
  "entries": [
4
+ {
5
+ "version": "0.11.1",
6
+ "tag": "@rushstack/webpack5-localization-plugin_v0.11.1",
7
+ "date": "Fri, 02 Aug 2024 17:26:42 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/localization-utilities\" to `0.9.62`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.66.25`"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "version": "0.11.0",
6
21
  "tag": "@rushstack/webpack5-localization-plugin_v0.11.0",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @rushstack/webpack5-localization-plugin
2
2
 
3
- This log was last generated on Wed, 31 Jul 2024 00:10:53 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 02 Aug 2024 17:26:42 GMT and should not be manually modified.
4
+
5
+ ## 0.11.1
6
+ Fri, 02 Aug 2024 17:26:42 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 0.11.0
6
11
  Wed, 31 Jul 2024 00:10:53 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/webpack5-localization-plugin",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
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.9.61",
19
- "@rushstack/terminal": "0.13.3",
20
- "@rushstack/node-core-library": "5.5.1"
18
+ "@rushstack/node-core-library": "5.5.1",
19
+ "@rushstack/localization-utilities": "0.9.62",
20
+ "@rushstack/terminal": "0.13.3"
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.66.24"
26
+ "@rushstack/heft": "0.66.25"
27
27
  },
28
28
  "peerDependenciesMeta": {
29
29
  "@types/node": {