bybit-api
Advanced tools
Comparing version 1.3.0-beta.1 to 1.3.0-beta.2
export * from './rest-client'; | ||
export * from './websocket-client'; | ||
export * from './logger'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -10,2 +10,1 @@ export declare type LogParams = null | any; | ||
}; | ||
//# sourceMappingURL=logger.d.ts.map |
@@ -311,2 +311,1 @@ import { AxiosRequestConfig } from 'axios'; | ||
} | ||
//# sourceMappingURL=rest-client.d.ts.map |
@@ -13,2 +13,1 @@ export interface RestClientInverseOptions { | ||
export declare function getBaseRESTInverseUrl(useLivenet?: boolean, restInverseOptions?: RestClientInverseOptions): string; | ||
//# sourceMappingURL=requestUtils.d.ts.map |
@@ -38,2 +38,1 @@ import { AxiosRequestConfig, Method } from 'axios'; | ||
} | ||
//# sourceMappingURL=requestWrapper.d.ts.map |
@@ -45,2 +45,1 @@ /// <reference types="node" /> | ||
export {}; | ||
//# sourceMappingURL=websocket-client.d.ts.map |
@@ -17,4 +17,4 @@ "use strict"; | ||
const events_1 = require("events"); | ||
const rest_client_1 = require("./rest-client"); | ||
const logger_1 = require("./logger"); | ||
const rest_client_1 = require("./rest-client"); | ||
const requestUtils_1 = require("./util/requestUtils"); | ||
@@ -21,0 +21,0 @@ // import WebSocket from 'ws'; |
{ | ||
"name": "bybit-api", | ||
"version": "1.3.0-beta.1", | ||
"version": "1.3.0-beta.2", | ||
"description": "A production-ready Node.js connector for the Bybit APIs and WebSockets", | ||
"main": "lib/index.js", | ||
"browser": "dist/index.js", | ||
"types": "lib/index.d.ts", | ||
@@ -20,3 +19,3 @@ "files": [ | ||
"prepush": "npm run build", | ||
"prepublish": "npm run build && npm run pack", | ||
"prepublish": "npm run build", | ||
"betapublish": "npm publish --tag beta" | ||
@@ -23,0 +22,0 @@ }, |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
0
100
69323
22
1155