We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404bd7a commit afcdefeCopy full SHA for afcdefe
index.js
@@ -3,6 +3,7 @@
3
const { RESTv1, RESTv2 } = require('bfx-api-node-rest')
4
const WSv1 = require('bfx-api-node-ws1')
5
const WSv2 = require('./lib/transports/ws2')
6
+const WS2Manager = require('./lib/ws2_manager')
7
8
/**
9
* Provides access to versions 1 & 2 of the HTTP & WebSocket Bitfinex APIs
@@ -115,3 +116,4 @@ module.exports.RESTv1 = RESTv1
115
116
module.exports.RESTv2 = RESTv2
117
module.exports.WSv1 = WSv1
118
module.exports.WSv2 = WSv2
119
+module.exports.WS2Manager = WS2Manager
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bitfinex-api-node",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "Node reference library for Bitfinex API",
"engines": {
"node": ">=7"
0 commit comments