Skip to content

Commit afcdefe

Browse files
committed
(fix) export WS2Manager class, bump version to 2.0.2
1 parent 404bd7a commit afcdefe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.js

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
const { RESTv1, RESTv2 } = require('bfx-api-node-rest')
44
const WSv1 = require('bfx-api-node-ws1')
55
const WSv2 = require('./lib/transports/ws2')
6+
const WS2Manager = require('./lib/ws2_manager')
67

78
/**
89
* Provides access to versions 1 & 2 of the HTTP & WebSocket Bitfinex APIs
@@ -115,3 +116,4 @@ module.exports.RESTv1 = RESTv1
115116
module.exports.RESTv2 = RESTv2
116117
module.exports.WSv1 = WSv1
117118
module.exports.WSv2 = WSv2
119+
module.exports.WS2Manager = WS2Manager

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitfinex-api-node",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Node reference library for Bitfinex API",
55
"engines": {
66
"node": ">=7"

0 commit comments

Comments
 (0)