We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f3da3 commit 0747cc3Copy full SHA for 0747cc3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-binance-api",
3
- "version": "0.12.3",
+ "version": "0.12.4",
4
"description": "Binance API for node https://github.com/jaggedsoft/node-binance-api",
5
"main": "node-binance-api.js",
6
"dependencies": {
@@ -9,6 +9,7 @@
9
"request": "^2.88.0",
10
"socks-proxy-agent": "^4.0.2",
11
"string-hash": "^1.1.3",
12
+ "json-bigint": "^1.0.0",
13
"url": "^0.11.0",
14
"ws": "^7.2.0"
15
},
@@ -29,7 +30,7 @@
29
30
"binance",
31
"api"
32
],
- "author": "Jon Eyrick <social@nextlocal.net> (https://nextlocal.net)",
33
+ "author": "Jon Eyrick <mm@liquidity.ltd> (https://liquidity.ltd)",
34
"license": "MIT",
35
"bugs": {
36
"url": "https://github.com/jaggedsoft/node-binance-api/issues"
0 commit comments