binance 2.4.0 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,7 +17,8 @@ Node.js SDK for the Binance APIs and WebSockets, with TypeScript & browser suppo
17
17
  - Passing a private key as a secret will automatically revert to RSA authentication.
18
18
  - Supports REST APIs for Binance Spot, Margin, Isolated Margin, USDM & CoinM Futures.
19
19
  - Strongly typed on most requests and responses.
20
- - Supports Websockets for Binance Spot, Margin, Isolated Margin & USDM & CoinM Futures.
20
+ - Automated end-to-end tests on most API calls, ensuring no breaking changes are released.
21
+ - Supports Websockets for Binance Spot, Margin, Isolated Margin, USDM & CoinM Futures.
21
22
  - Event driven messaging.
22
23
  - Smart websocket persistence
23
24
  - Automatically handle silent websocket disconnections through timed heartbeats, including the scheduled 24hr disconnect.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Complete & robust node.js SDK for Binance's REST APIs and WebSockets, with TypeScript & end-to-end tests.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",