bybit-api 4.5.2 → 4.5.3

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 +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,6 +19,9 @@
19
19
 
20
20
  [1]: https://www.npmjs.com/package/bybit-api
21
21
 
22
+ > [!TIP]
23
+ > Upcoming change: As part of the [Siebly.io](https://siebly.io/?ref=ghbybit) 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.
24
+
22
25
  Professional Node.js, JavaScript & TypeScript SDK for the Bybit REST APIs, WebSocket APIs & WebSocket Events:
23
26
 
24
27
  - Complete integration with all Bybit REST APIs & WebSockets, including the WebSocket API.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bybit-api",
3
- "version": "4.5.2",
3
+ "version": "4.5.3",
4
4
  "description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -21,7 +21,7 @@
21
21
  "betapublish": "npm publish --tag beta",
22
22
  "lint": "eslint src"
23
23
  },
24
- "author": "Tiago Siebler (https://github.com/tiagosiebler)",
24
+ "author": "Tiago Siebler (https://siebly.io)",
25
25
  "contributors": [],
26
26
  "dependencies": {
27
27
  "axios": "^1.13.2",