module-replacements 2.3.1-beta.1 → 2.3.2

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.
@@ -127,4 +127,4 @@
127
127
  "category": "micro-utilities"
128
128
  }
129
129
  ]
130
- }
130
+ }
@@ -1041,4 +1041,4 @@
1041
1041
  "category": "native"
1042
1042
  }
1043
1043
  ]
1044
- }
1044
+ }
@@ -2010,6 +2010,18 @@
2010
2010
  "docPath": "mkdirp",
2011
2011
  "category": "preferred"
2012
2012
  },
2013
+ {
2014
+ "type": "documented",
2015
+ "moduleName": "materialize-css",
2016
+ "docPath": "materialize-css",
2017
+ "category": "preferred"
2018
+ },
2019
+ {
2020
+ "type": "documented",
2021
+ "moduleName": "md5",
2022
+ "docPath": "md5",
2023
+ "category": "preferred"
2024
+ },
2013
2025
  {
2014
2026
  "type": "documented",
2015
2027
  "moduleName": "mkdirp",
@@ -2077,4 +2089,4 @@
2077
2089
  "category": "preferred"
2078
2090
  }
2079
2091
  ]
2080
- }
2092
+ }
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.3.1-beta.1",
4
+ "version": "2.3.2",
5
5
  "main": "./dist/commonjs/main.js",
6
6
  "scripts": {
7
7
  "build": "npm run clean && npm run build:types",