Skip to content

Commit bb779c2

Browse files
authored
Merge pull request tiagosiebler#530 from tiagosiebler/sieblynotice
chore(v4.5.3): add readme migration notice
2 parents ad8f65d + cacf4c3 commit bb779c2

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919

2020
[1]: https://www.npmjs.com/package/bybit-api
2121

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+
2225
Professional Node.js, JavaScript & TypeScript SDK for the Bybit REST APIs, WebSocket APIs & WebSocket Events:
2326

2427
- Complete integration with all Bybit REST APIs & WebSockets, including the WebSocket API.

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bybit-api",
3-
"version": "4.5.2",
3+
"version": "4.5.3",
44
"description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -21,7 +21,7 @@
2121
"betapublish": "npm publish --tag beta",
2222
"lint": "eslint src"
2323
},
24-
"author": "Tiago Siebler (https://github.com/tiagosiebler)",
24+
"author": "Tiago Siebler (https://siebly.io)",
2525
"contributors": [],
2626
"dependencies": {
2727
"axios": "^1.13.2",

0 commit comments

Comments
 (0)