ggez-banking-sdk
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -29,2 +29,3 @@ "use strict"; | ||
}; | ||
console.log("🚀 ~ ApiService ~ config:", config); | ||
try { | ||
@@ -31,0 +32,0 @@ let response = yield (0, axios_1.default)(config); |
@@ -38,3 +38,3 @@ "use strict"; | ||
try { | ||
const response = yield restApi_1.default.restApi(nodeUrl, "POST", "v1/limited-token", headerConfigToken(), data); | ||
const response = yield restApi_1.default.restApi(nodeUrl, "POST", "v1/limited-token", headerConfigToken(), JSON.stringify(data)); | ||
if ((_a = response.data) === null || _a === void 0 ? void 0 : _a.access_token) { | ||
@@ -41,0 +41,0 @@ return { |
{ | ||
"name": "ggez-banking-sdk", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"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", |
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
793635
25154