bybit-api
Advanced tools
Comparing version 3.3.9 to 3.3.10
@@ -257,3 +257,4 @@ "use strict"; | ||
} | ||
if (upperTopic.indexOf('USDC') !== -1) { | ||
if (upperTopic.indexOf('USDC') !== -1 || | ||
upperTopic.indexOf('PERP') !== -1) { | ||
return exports.WS_KEY_MAP.unifiedPerpUSDCPublic; | ||
@@ -260,0 +261,0 @@ } |
{ | ||
"name": "bybit-api", | ||
"version": "3.3.9", | ||
"version": "3.3.10", | ||
"description": "Complete & robust node.js SDK 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
380948
6873