@rushstack/heft-webpack4-plugin 0.5.8 → 0.5.11

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.29.3"
8
+ "packageVersion": "7.29.5"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/heft-webpack4-plugin",
3
- "version": "0.5.8",
3
+ "version": "0.5.11",
4
4
  "description": "Heft plugin for Webpack 4",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,18 +17,18 @@
17
17
  }
18
18
  },
19
19
  "peerDependencies": {
20
- "@rushstack/heft": "^0.47.4",
20
+ "@rushstack/heft": "^0.47.5",
21
21
  "@types/webpack": "^4",
22
22
  "webpack": "~4.44.2"
23
23
  },
24
24
  "dependencies": {
25
- "@rushstack/node-core-library": "3.51.0",
25
+ "@rushstack/node-core-library": "3.51.1",
26
26
  "webpack-dev-server": "~4.9.3"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@rushstack/eslint-config": "3.0.0",
30
- "@rushstack/heft-node-rig": "1.10.4",
31
- "@rushstack/heft": "0.47.4",
30
+ "@rushstack/heft-node-rig": "1.10.7",
31
+ "@rushstack/heft": "0.47.5",
32
32
  "@types/node": "12.20.24",
33
33
  "@types/webpack": "4.41.32",
34
34
  "webpack": "~4.44.2"
@@ -38,6 +38,5 @@
38
38
  "start": "heft test --clean --watch",
39
39
  "_phase:build": "heft build --clean",
40
40
  "_phase:test": "heft test --no-build"
41
- },
42
- "readme": "# @rushstack/heft-webpack4-plugin\n\nThis is a Heft plugin for using Webpack 4 during the \"bundle\" stage.\n\n## Links\n\n- [CHANGELOG.md](\n https://github.com/microsoft/rushstack/blob/main/heft-plugins/heft-webpack4-plugin/CHANGELOG.md) - Find\n out what's new in the latest version\n\nHeft is part of the [Rush Stack](https://rushstack.io/) family of projects.\n"
41
+ }
43
42
  }