mm_expand 1.7.1 → 1.7.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mm_expand",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
4
4
|
"description": "这是超级美眉原型函数拓展模块,更有利于对string、array、object的操作,避免出错,简化业务逻辑。",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
},
|
|
30
30
|
"homepage": "https://github.com/qiuwenwu/mm_expand#readme",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"fast-xml-parser": "^
|
|
32
|
+
"fast-xml-parser": "^4.5.0",
|
|
33
33
|
"json5": "^2.2.3",
|
|
34
34
|
"ncp": "^2.0.0",
|
|
35
35
|
"pinyinlite": "^1.2.1",
|
|
36
|
-
"rimraf": "^
|
|
36
|
+
"rimraf": "^6.0.1"
|
|
37
37
|
}
|
|
38
38
|
}
|