This commit is contained in:
0xmuralik
2023-03-13 15:39:26 +05:30
parent 810ac5abb7
commit e5a3b065e4
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -3048,7 +3048,7 @@
})
}, t.getCommonExtensions = function(e) {
return e.filter(function(e, t) {
return /^pattern$|^maxLength$|^minLength$|^maximum$|^minimum$/.test(t)
return /^pattern|maxLength|minLength|maximum|minimum/.test(t)
})
}
}).call(t, n(54).Buffer)
+1 -1
View File
@@ -21313,4 +21313,4 @@ definitions:
including all blockchain data structures and the rules of the
application's
state transition machine.
state transition machine.