RubyGems
npm
Organizations
Log in
Sign up
npm
ph-utils
Versions diffs
0.8.0 → 0.8.1
ph-utils 0.8.0 → 0.8.1
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/lib/validator.js
+0
-1
package/package.json
+1
-1
package/lib/validator.js
CHANGED
Viewed
@@ -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
Viewed
@@ -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",