We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9f0b5 commit 70adf5aCopy full SHA for 70adf5a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-binance-api",
3
- "version": "1.0.7",
+ "version": "1.0.8",
4
"description": "Binance API for node https://github.com/ccxt/node-binance-api",
5
"typings": "./dist/node-binance-api.d.ts",
6
"type": "module",
@@ -20,7 +20,6 @@
20
"url": "^0.11.0",
21
"ws": "^7.2.0",
22
"@types/ws": "^8.18.0"
23
-
24
},
25
"scripts": {
26
"build": "tsc && npm run bundle-cjs",
0 commit comments