mm_expand 1.8.5 → 1.8.7

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -617,6 +617,7 @@ if (typeof($) === "undefined") {
617
617
  // 查询对象明细
618
618
  info: info,
619
619
  log: {
620
+ plugin: false,
620
621
  debug: console.log,
621
622
  info: console.info,
622
623
  warn: console.warn,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_expand",
3
- "version": "1.8.5",
3
+ "version": "1.8.7",
4
4
  "description": "这是超级美眉原型函数拓展模块,更有利于对string、array、object的操作,避免出错,简化业务逻辑。",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "homepage": "https://gitee.com/qiuwenwu91/mm_expand#readme",
31
31
  "dependencies": {
32
- "fast-xml-parser": "^5.2.0",
32
+ "fast-xml-parser": "^5.3.0",
33
33
  "json5": "^2.2.3",
34
34
  "ncp": "^2.0.0",
35
35
  "pinyinlite": "^1.2.1",