ggez-banking-sdk 0.1.52 → 0.1.53

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.
@@ -12,8 +12,8 @@ const utc_1 = __importDefault(require("dayjs/plugin/utc"));
12
12
  const timezone_1 = __importDefault(require("dayjs/plugin/timezone"));
13
13
  dayjs_1.default.extend(utc_1.default);
14
14
  dayjs_1.default.extend(timezone_1.default);
15
- const client = new clientjs_1.ClientJS();
16
15
  const fillDeviceDetails = () => {
16
+ const client = new clientjs_1.ClientJS();
17
17
  // const { geo_coordinates, ip_address } = await getGeoCoordinatesAndIPAddress(
18
18
  // baseUrl
19
19
  // );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ggez-banking-sdk",
3
- "version": "0.1.52",
3
+ "version": "0.1.53",
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",