Comparing version 1.0.13 to 1.0.14
export * from './rest-client'; | ||
export * from './websocket-client'; | ||
export * from './logger'; |
@@ -15,2 +15,3 @@ "use strict"; | ||
__exportStar(require("./websocket-client"), exports); | ||
__exportStar(require("./logger"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -6,3 +6,3 @@ "use strict"; | ||
silly: (...params) => { | ||
console.log(params); | ||
// console.log(params); | ||
}, | ||
@@ -9,0 +9,0 @@ debug: (...params) => { |
{ | ||
"name": "ftx-api", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "Node.js connector for FTX's REST APIs and WebSockets", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
121049
1979