ph-utils 0.8.0 → 0.8.1

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/lib/validator.js +0 -1
  2. package/package.json +1 -1
package/lib/validator.js CHANGED
@@ -139,7 +139,6 @@ class Validator {
139
139
  }
140
140
  }
141
141
  _validateRule(rules, value, data) {
142
- this.validateKey("", 1).catch((err) => { });
143
142
  let errMsg = "";
144
143
  for (let rule of rules) {
145
144
  // 如果数据为空,则判断是否是必填
package/package.json CHANGED
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "./*": "./lib/*"
54
54
  },
55
- "version": "0.8.0",
55
+ "version": "0.8.1",
56
56
  "type": "module",
57
57
  "repository": {
58
58
  "type": "git",