ps-toolkit-ui 1.14.57 → 1.14.58

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.
@@ -1310,7 +1310,7 @@
1310
1310
  return this.iso7064Mod97_10(newStr) === 1;
1311
1311
  };
1312
1312
  HelperClass.postalCodeValid = function (c) {
1313
- return RegExp(/^\b(?!(\d)\1{3})[13-9]{4}[1346-9][013-9]{5}\b$/).test(c);
1313
+ return RegExp(/^\b(?!(\d)\1{3})[13-9]{5}[1-9]{5}\b$/).test(c);
1314
1314
  };
1315
1315
  HelperClass.random = function (length, upper, lower, num) {
1316
1316
  if (upper === void 0) { upper = true; }