ggez-banking-sdk
Advanced tools
Comparing version 0.1.21 to 0.1.22
@@ -112,3 +112,3 @@ "use strict"; | ||
GGEZ1Balance: /^\d+(\.\d{1,2})?$/, | ||
Percentage: /^(100(\.00?)?|(\d{1,2}(\.\d{1,6})?))%$/, | ||
Percentage: /^(100(\.00?)?|(\d{1,2}(\.\d{1,16})?))$/, | ||
IntegerNumber: /^\d+$/, | ||
@@ -115,0 +115,0 @@ Pair: /^[A-Za-z0-9]{2,10}\/?[A-Za-z0-9]{2,10}$/, |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.1.21", | ||
"version": "0.1.22", | ||
"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", |