@rushstack/webpack5-localization-plugin 0.4.13 → 0.4.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.35.0"
8
+ "packageVersion": "7.35.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/webpack5-localization-plugin",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
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,7 +15,7 @@
15
15
  "@types/node": "*"
16
16
  },
17
17
  "dependencies": {
18
- "@rushstack/localization-utilities": "0.8.55",
18
+ "@rushstack/localization-utilities": "0.8.56",
19
19
  "@rushstack/node-core-library": "3.59.2"
20
20
  },
21
21
  "devDependencies": {
@@ -23,9 +23,9 @@
23
23
  "@types/node": "14.18.36",
24
24
  "memfs": "3.4.3",
25
25
  "webpack": "~5.80.0",
26
+ "@rushstack/heft": "0.51.0",
26
27
  "@rushstack/eslint-config": "3.3.0",
27
- "@rushstack/heft": "0.50.7",
28
- "@rushstack/heft-node-rig": "1.13.1"
28
+ "@rushstack/heft-node-rig": "2.0.0"
29
29
  },
30
30
  "peerDependenciesMeta": {
31
31
  "@types/node": {
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "scripts": {
36
36
  "build": "heft build --clean",
37
- "_phase:build": "heft build --clean",
38
- "_phase:test": "heft test --no-build"
37
+ "_phase:build": "heft run --only build -- --clean",
38
+ "_phase:test": "heft run --only test -- --clean"
39
39
  }
40
40
  }