okx-api 1.4.7 → 1.4.8

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,6 +34,7 @@ npm install okx-api
34
34
 
35
35
  - Issues? Check the [issues tab](https://github.com/tiagosiebler/okx-api/issues).
36
36
  - Discuss & collaborate with other node devs? Join our [Node.js Algo Traders](https://t.me/nodetraders) engineering community on telegram.
37
+ - Follow our announcement channel for real-time updates on [X/Twitter](https://x.com/QuantSDKs)
37
38
 
38
39
  <!-- template_related_projects -->
39
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "okx-api",
3
- "version": "1.4.7",
3
+ "version": "1.4.8",
4
4
  "description": "Complete & robust Node.js SDK for OKX's REST APIs and WebSockets, with TypeScript & end-to-end tests",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",