bitget-api 2.0.11 → 2.0.12

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,6 @@
19
19
 
20
20
  [1]: https://www.npmjs.com/package/bitget-api
21
21
 
22
-
23
22
  Updated & performant JavaScript & Node.js SDK for the Bitget V2 REST APIs and WebSockets:
24
23
 
25
24
  - Complete integration with all Bitget APIs.
@@ -37,6 +36,7 @@ Updated & performant JavaScript & Node.js SDK for the Bitget V2 REST APIs and We
37
36
 
38
37
  - Issues? Check the [issues tab](https://github.com/tiagosiebler/bitget-api/issues).
39
38
  - Discuss & collaborate with other node devs? Join our [Node.js Algo Traders](https://t.me/nodetraders) engineering community on telegram.
39
+ - Follow our announcement channel for real-time updates on [X/Twitter](https://x.com/QuantSDKs)
40
40
 
41
41
  <!-- template_related_projects -->
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitget-api",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "Node.js & JavaScript SDK for Bitget REST APIs & WebSockets, with TypeScript & end-to-end tests.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",