@develit-io/backend-sdk 5.12.1 → 5.13.0

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.cjs CHANGED
@@ -61,7 +61,7 @@ const ibanZodSchema = new z__namespace.$ZodString({
61
61
  new z__namespace.$ZodCheckRegex({
62
62
  check: "string_format",
63
63
  format: "regex",
64
- pattern: /^([A-Z]{2}[0-9]{2})([A-Z0-9]{4})([A-Z0-9]{4})([A-Z0-9]{4})([A-Z0-9]{4})?$/
64
+ pattern: /^[A-Z]{2}[0-9]{2}[A-Z0-9]{11,30}$/
65
65
  })
66
66
  ]
67
67
  });
package/dist/index.mjs CHANGED
@@ -39,7 +39,7 @@ const ibanZodSchema = new z.$ZodString({
39
39
  new z.$ZodCheckRegex({
40
40
  check: "string_format",
41
41
  format: "regex",
42
- pattern: /^([A-Z]{2}[0-9]{2})([A-Z0-9]{4})([A-Z0-9]{4})([A-Z0-9]{4})([A-Z0-9]{4})?$/
42
+ pattern: /^[A-Z]{2}[0-9]{2}[A-Z0-9]{11,30}$/
43
43
  })
44
44
  ]
45
45
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@develit-io/backend-sdk",
3
- "version": "5.12.1",
3
+ "version": "5.13.0",
4
4
  "description": "Develit Backend SDK",
5
5
  "author": "Develit.io",
6
6
  "license": "ISC",