ggez-banking-sdk
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -108,7 +108,6 @@ export declare const useRegExp: () => { | ||
BlockchainAddress: RegExp; | ||
NameTag: RegExp; | ||
TotalBalance: RegExp; | ||
Bonded: RegExp; | ||
GeneralName: RegExp; | ||
GGEZ1Balance: RegExp; | ||
Percentage: RegExp; | ||
TxnCount: RegExp; | ||
IntegerNumber: RegExp; | ||
}; |
@@ -110,9 +110,8 @@ "use strict"; | ||
BlockchainAddress: /^[a-zA-Z0-9]{26,64}$/, | ||
NameTag: /^[a-zA-Z][a-zA-Z\s\-_]{2,49}$/, | ||
TotalBalance: /^\d+(\.\d{1,2})?$/, | ||
Bonded: /^\d+(\.\d{1,2})?$/, | ||
GeneralName: /^[a-zA-Z][a-zA-Z\s\-_]{2,49}$/, | ||
GGEZ1Balance: /^\d+(\.\d{1,2})?$/, | ||
Percentage: /^(100(\.00?)?|(\d{1,2}(\.\d{1,2})?))%$/, | ||
TxnCount: /^\d+$/ | ||
IntegerNumber: /^\d+$/ | ||
}; | ||
}; | ||
exports.useRegExp = useRegExp; |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"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", |
798254
26110