okx-api 3.1.1 → 3.1.2

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
@@ -18,6 +18,9 @@
18
18
 
19
19
  [1]: https://www.npmjs.com/package/okx-api
20
20
 
21
+ > [!TIP]
22
+ > Upcoming change: As part of the [Siebly.io](https://siebly.io/?ref=ghokx) 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
+
21
24
  Complete, updated & performant Node.js SDK for the OKX(OKEX) APIs and WebSockets:
22
25
 
23
26
  - Complete integration with OKX REST APIs, WebSockets & WebSocket APIs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "okx-api",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Complete Node.js SDK for OKX's REST APIs and 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",