bybit-api
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -85,3 +85,2 @@ "use strict"; | ||
_call(method, endpoint, params, isPublicApi) { | ||
var _a; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
@@ -97,7 +96,2 @@ const options = Object.assign(Object.assign({}, this.globalRequestOptions), { url: [this.baseUrl, endpoint].join(endpoint.startsWith('/') ? '' : '/'), method: method, json: true }); | ||
options.params = signResult.paramsWithSign; | ||
if ((_a = options.params) === null || _a === void 0 ? void 0 : _a.agentSource) { | ||
options.data = { | ||
agentSource: requestUtils_1.agentSource, | ||
}; | ||
} | ||
} | ||
@@ -104,0 +98,0 @@ else { |
{ | ||
"name": "bybit-api", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Node.js connector for Bybit's REST APIs and WebSockets, with TypeScript & integration tests.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
181346
3187