ggez-banking-sdk
Advanced tools
Comparing version 0.0.67 to 0.0.68
@@ -174,3 +174,3 @@ "use strict"; | ||
], | ||
custom_field: customField, | ||
custom_field: JSON.stringify(customField), | ||
geo_coordinates: values.geoCoordinates, | ||
@@ -291,3 +291,3 @@ }; | ||
], | ||
custom_field: customField, | ||
custom_field: JSON.stringify(customField), | ||
geo_coordinates: values.geoCoordinates, | ||
@@ -294,0 +294,0 @@ client_time_zone: `UTC ${dayjs_1.default.tz(new Date()).format("Z")}`, |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.67", | ||
"version": "0.0.68", | ||
"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", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
777164