@paynext/sdk 0.0.8 → 0.0.9

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.
package/dist/index.es.js CHANGED
@@ -8169,13 +8169,13 @@ const Mr = [
8169
8169
  { name: "MasterCard", type: "mastercard", pattern: /^5[1-5]/, minLength: 16, maxLength: 16 },
8170
8170
  { name: "American Express", type: "american-express", pattern: /^3[47]/, minLength: 15, maxLength: 15 },
8171
8171
  { name: "Discover", type: "discover", pattern: /^6(?:011|5[0-9]{2})/, minLength: 16, maxLength: 16 },
8172
- { name: "JCB", type: "jcb", pattern: /^(?:2131|1800|35\d{2})/, minLength: 15, maxLength: 16 },
8172
+ { name: "JCB", type: "jcb", pattern: /^(?:2131|1800|35\d{3})/, minLength: 15, maxLength: 16 },
8173
8173
  { name: "Diners Club", type: "diners-club", pattern: /^3(?:0[0-5]|[68][0-9])/, minLength: 14, maxLength: 16 },
8174
8174
  { name: "Union Pay", type: "unionpay", pattern: /^62/, minLength: 16, maxLength: 19 },
8175
8175
  {
8176
8176
  name: "Maestro",
8177
8177
  type: "maestro",
8178
- pattern: /^(5018|5020|5038|6304|6759|6761|6763)$/,
8178
+ pattern: /^(50[^69]|5[68]|5018|5020|5038|6[237]|6304|6759|6761|6763)/,
8179
8179
  minLength: 12,
8180
8180
  maxLength: 19
8181
8181
  }