Skip to content

Commit d4994d0

Browse files
authored
Merge pull request tiagosiebler#92 from tiagosiebler/versionbumpwsupgrades
feat(v2.4.0): upgrade WS architecture to latest, fix WS event routing…
2 parents 337cc65 + c8205b1 commit d4994d0

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
> [!TIP]
2323
> Upcoming change: As part of the [Siebly.io](https://siebly.io/?ref=ghbitmart) brand, this SDK will soon be hosted under the [Siebly.io GitHub organisation](https://github.com/sieblyio). The migration is seamless and requires no user changes.
2424
25-
Complete JavaScript & Node.js SDK for BitMart REST APIs & WebSockets:
25+
Complete JavaScript, TypeScript & Node.js SDK for BitMart REST APIs & WebSockets:
2626

2727
- Professional, robust & performant BitMart SDK with extensive production use in live trading environments.
2828
- Complete integration with all BitMart APIs and domains.
@@ -43,6 +43,7 @@ Complete JavaScript & Node.js SDK for BitMart REST APIs & WebSockets:
4343
- Custom HMAC signing support for enhanced performance.
4444
- Heavy automated end-to-end testing with real API calls.
4545
- Active community support & collaboration in telegram: [Node.js Algo Traders](https://t.me/nodetraders).
46+
- QuickStart Guide: https://siebly.io/sdk/bitmart/javascript
4647

4748
## Table of Contents
4849

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitmart-api",
3-
"version": "2.3.3",
3+
"version": "2.4.0",
44
"description": "Complete & robust Node.js SDK for BitMart's REST APIs and WebSockets, with TypeScript declarations.",
55
"scripts": {
66
"clean": "rm -rf dist/*",

0 commit comments

Comments
 (0)