ggez-banking-sdk 0.1.16 → 0.1.17

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.
@@ -112,7 +112,7 @@ const useRegExp = () => {
112
112
  Percentage: /^(100(\.00?)?|(\d{1,2}(\.\d{1,2})?))%$/,
113
113
  IntegerNumber: /^\d+$/,
114
114
  Pair: /^[A-Z0-9]{2,10}\/?[A-Z0-9]{2,10}$/,
115
- WSURl: /^wss:\/\/ws\.coinstore\.com\/s\/ws$/
115
+ WSURl: /^wss:\/\/([a-zA-Z0-9\-]+\.)+[a-zA-Z]{2,6}(\/[a-zA-Z0-9\-\/]*)?$/
116
116
  };
117
117
  };
118
118
  exports.useRegExp = useRegExp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ggez-banking-sdk",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "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
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",