bitget-api 3.1.5 → 3.1.6

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@
20
20
  [1]: https://www.npmjs.com/package/bitget-api
21
21
 
22
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.
23
+ > Upcoming change: As part of the [Siebly.io](https://siebly.io/) 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
24
 
25
25
  Updated & performant JavaScript & Node.js SDK for the Bitget V2 REST APIs and WebSockets:
26
26
 
@@ -49,6 +49,7 @@ Updated & performant JavaScript & Node.js SDK for the Bitget V2 REST APIs and We
49
49
  - Real API calls in e2e tests.
50
50
  - Proxy support via axios integration.
51
51
  - Active community support & collaboration in telegram: [Node.js Algo Traders](https://t.me/nodetraders).
52
+ - QuickStart Guide: https://siebly.io/sdk/bitget/javascript
52
53
 
53
54
  ## Table of Contents
54
55
 
@@ -97,7 +98,7 @@ Refer to the [examples](./examples) folder for implementation demos.
97
98
 
98
99
  Check out our JavaScript/TypeScript/Node.js SDKs & Projects:
99
100
 
100
- - Visit our website: [https://Siebly.io](https://siebly.io/?ref=gh)
101
+ - Visit our website: [https://Siebly.io](https://siebly.io/)
101
102
  - Try our REST API & WebSocket SDKs published on npmjs:
102
103
  - [Bybit Node.js SDK: bybit-api](https://www.npmjs.com/package/bybit-api)
103
104
  - [Kraken Node.js SDK: @siebly/kraken-api](https://www.npmjs.com/package/@siebly/kraken-api)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitget-api",
3
- "version": "3.1.5",
3
+ "version": "3.1.6",
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",