ggez-banking-sdk
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -7,2 +7,3 @@ export declare const useRegExp: () => { | ||
GGEZAddressRegexPattern: RegExp; | ||
GGEZQuantityRegexPattern: RegExp; | ||
NameRegexPattern: RegExp; | ||
@@ -9,0 +10,0 @@ EmailRegexPattern: RegExp; |
@@ -8,3 +8,4 @@ "use strict"; | ||
GeoCoordinatesPattern: /^(-?(?:1[0-7]|[1-9])?\d(?:\.\d{1,24})?|180(?:\.0{1,24})?)$/, | ||
GGEZAddressRegexPattern: /^ggez1[A-Za-z0-9]{30,80}$/, | ||
GGEZAddressRegexPattern: /^ggez[A-Za-z0-9]{30,80}$/, | ||
GGEZQuantityRegexPattern: /^(?!0(\.0{1,2})?$)(?!0\d)\d{1,16}(?:\.\d{1,6})?$/, | ||
NameRegexPattern: /^(?!.*--)[\p{L}\p{N}][^\\\/*$%^+=<>|\n\r\b\t]{0,49}$/u, | ||
@@ -11,0 +12,0 @@ EmailRegexPattern: /^([\w-+\.]{1,80})@([\w-+\.]{1,80})\.([a-zA-Z]{1,20})$/, |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
793343
25150