module-replacements 2.4.0 → 2.5.0

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.
@@ -54,6 +54,12 @@
54
54
  "docPath": "eslint-plugin-react",
55
55
  "category": "preferred"
56
56
  },
57
+ {
58
+ "type": "documented",
59
+ "moduleName": "execa",
60
+ "docPath": "process-exec",
61
+ "category": "preferred"
62
+ },
57
63
  {
58
64
  "type": "documented",
59
65
  "moduleName": "fast-glob",
@@ -2064,6 +2070,12 @@
2064
2070
  "docPath": "npm-run-all",
2065
2071
  "category": "preferred"
2066
2072
  },
2073
+ {
2074
+ "type": "documented",
2075
+ "moduleName": "ora",
2076
+ "docPath": "ora",
2077
+ "category": "preferred"
2078
+ },
2067
2079
  {
2068
2080
  "type": "documented",
2069
2081
  "moduleName": "q",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "module-replacements",
3
3
  "description": "This package provides a set of manifests which each define a mapping of JS modules to their suggested replacements.",
4
- "version": "2.4.0",
4
+ "version": "2.5.0",
5
5
  "main": "./dist/commonjs/main.js",
6
6
  "scripts": {
7
7
  "build": "npm run clean && npm run build:types",