module-replacements 2.10.1 → 2.11.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.
- package/manifests/preferred.json +19 -1
- package/package.json +1 -1
package/manifests/preferred.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
{
|
|
10
10
|
"type": "documented",
|
|
11
11
|
"moduleName": "axios",
|
|
12
|
-
"docPath": "
|
|
12
|
+
"docPath": "fetch",
|
|
13
13
|
"category": "preferred"
|
|
14
14
|
},
|
|
15
15
|
{
|
|
@@ -72,6 +72,12 @@
|
|
|
72
72
|
"docPath": "cpx",
|
|
73
73
|
"category": "preferred"
|
|
74
74
|
},
|
|
75
|
+
{
|
|
76
|
+
"type": "documented",
|
|
77
|
+
"moduleName": "cross-fetch",
|
|
78
|
+
"docPath": "fetch",
|
|
79
|
+
"category": "preferred"
|
|
80
|
+
},
|
|
75
81
|
{
|
|
76
82
|
"type": "documented",
|
|
77
83
|
"moduleName": "crypto-js",
|
|
@@ -2232,6 +2238,12 @@
|
|
|
2232
2238
|
"docPath": "moment",
|
|
2233
2239
|
"category": "preferred"
|
|
2234
2240
|
},
|
|
2241
|
+
{
|
|
2242
|
+
"type": "documented",
|
|
2243
|
+
"moduleName": "node-fetch",
|
|
2244
|
+
"docPath": "fetch",
|
|
2245
|
+
"category": "preferred"
|
|
2246
|
+
},
|
|
2235
2247
|
{
|
|
2236
2248
|
"type": "documented",
|
|
2237
2249
|
"moduleName": "npm-run-all",
|
|
@@ -2280,6 +2292,12 @@
|
|
|
2280
2292
|
"docPath": "find-up",
|
|
2281
2293
|
"category": "preferred"
|
|
2282
2294
|
},
|
|
2295
|
+
{
|
|
2296
|
+
"type": "documented",
|
|
2297
|
+
"moduleName": "portal-vue",
|
|
2298
|
+
"docPath": "portal-vue",
|
|
2299
|
+
"category": "preferred"
|
|
2300
|
+
},
|
|
2283
2301
|
{
|
|
2284
2302
|
"type": "documented",
|
|
2285
2303
|
"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
|
+
"version": "2.11.0",
|
|
5
5
|
"main": "./dist/commonjs/main.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "npm run clean && npm run build:types",
|