Comparing version 1.0.9 to 1.0.10
export * from './rest-client'; | ||
export * from './websocket-client'; |
@@ -14,2 +14,3 @@ "use strict"; | ||
__exportStar(require("./rest-client"), exports); | ||
__exportStar(require("./websocket-client"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "ftx-api", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"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
115246
1909