File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ 4.0.14
2
+ - fix: README docs reference
3
+
1
4
4.0.13
2
5
- meta: mv several moduels to deps from dev-deps for bfx-cli
3
6
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ const ws = new WSv2({ transform: true })
28
28
29
29
### Docs
30
30
31
- [ See ` docs/ws2.md ` ] ( / docs/ws2.md ) for WS2 API methods,
32
- [ and ` docs/usage.md ` ] ( /docs/usage.md ) for a basic usage guide. For executable
33
- examples, [ refer to the ` examples/ ` ] ( /examples ) folder .
31
+ Refer to the [ ` docs/ ` ] ( https://cdn.statically.io/gh/bitfinexcom/bitfinex-api-node/master/ docs/index.html )
32
+ folder for JSDoc-generated HTML documentation, and the [ ` examples/ ` ] ( /examples )
33
+ folder for executable examples covering common use cases .
34
34
35
35
Official API documentation at [ https://docs.bitfinex.com/v2/reference ] ( https://docs.bitfinex.com/v2/reference )
36
36
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bitfinex-api-node" ,
3
- "version" : " 4.0.13 " ,
3
+ "version" : " 4.0.14 " ,
4
4
"description" : " Node reference library for Bitfinex API" ,
5
5
"engines" : {
6
6
"node" : " >=8.3.0"
You can’t perform that action at this time.
0 commit comments