Skip to content

Commit 3d99312

Browse files
Daniel1984JacobPlaster
authored andcommitted
publicPulseHistory - version bump, dependencies, docs and changelog updates
1 parent 810bd1c commit 3d99312

7 files changed

Lines changed: 339 additions & 90 deletions

File tree

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 3.0.15
2+
- RESTv2: add publicPulseHistory function
3+
14
# 3.0.14
25
- RESTv2: add private deletePulse function
36

docs/RESTv1.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/RESTv2.html

Lines changed: 310 additions & 75 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/rest1.js.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/rest2.js.html

Lines changed: 17 additions & 6 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bfx-api-node-rest",
3-
"version": "3.0.14",
3+
"version": "3.0.15",
44
"description": "Official Bitfinex REST v1 & v2 API interfaces",
55
"engines": {
66
"node": ">=8.3.0"
@@ -47,7 +47,7 @@
4747
"babel-plugin-transform-object-rest-spread": "^6.26.0",
4848
"babel-plugin-transform-regenerator": "^6.26.0",
4949
"babel-preset-env": "^1.7.0",
50-
"bfx-api-mock-srv": "^1.0.9",
50+
"bfx-api-mock-srv": "^1.0.10",
5151
"chai": "^4.2.0",
5252
"docdash": "^1.2.0",
5353
"eslint": "^6.8.0",
@@ -67,7 +67,7 @@
6767
"standard": "^14.1.0"
6868
},
6969
"dependencies": {
70-
"bfx-api-node-models": "^1.2.7",
70+
"bfx-api-node-models": "^1.2.8",
7171
"bfx-api-node-util": "^1.0.4",
7272
"bluebird": "^3.5.5",
7373
"copy": "^0.3.2",

0 commit comments

Comments
 (0)