jupiter-node-sdk
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -8,2 +8,3 @@ "use strict"; | ||
const axios_1 = __importDefault(require("axios")); | ||
const querystring_1 = __importDefault(require("querystring")); | ||
const bignumber_js_1 = __importDefault(require("bignumber.js")); | ||
@@ -234,3 +235,3 @@ const Encryption_1 = __importDefault(require("./Encryption")); | ||
delete body.requestType; | ||
return await this.client.post(path, body, { | ||
return await this.client.post(path, querystring_1.default.stringify(body), { | ||
params: { | ||
@@ -237,0 +238,0 @@ requestType, |
{ | ||
"name": "jupiter-node-sdk", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A thin wrapper around the Jupiter blockchain APIs.", | ||
@@ -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
104041
4501