bitget-api 3.1.3 → 3.1.4

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/bitget-api
21
21
 
22
+ > [!TIP]
23
+ > Upcoming change: As part of the [Siebly.io](https://siebly.io/?ref=ghbitget) 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
  Updated & performant JavaScript & Node.js SDK for the Bitget V2 REST APIs and WebSockets:
23
26
 
24
27
  - Professional, robust & performant Bitget SDK with extensive production use in live trading environments.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitget-api",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "Complete Node.js & JavaScript SDK for Bitget V1-V3 REST APIs & WebSockets, with TypeScript & end-to-end tests.",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -31,7 +31,7 @@
31
31
  "llms.txt"
32
32
  ],
33
33
  "type": "module",
34
- "author": "Tiago Siebler (https://github.com/tiagosiebler)",
34
+ "author": "Tiago Siebler (https://siebly.io)",
35
35
  "contributors": [],
36
36
  "dependencies": {
37
37
  "axios": "^1.13.2",