gateio-api 1.4.1 → 1.4.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/gateio-api
20
20
 
21
+ > [!TIP]
22
+ > Upcoming change: As part of the [Siebly.io](https://siebly.io/?ref=ghgate) 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
  Updated & performant JavaScript & Node.js SDK for the Gate.com (gate.io) REST APIs and WebSockets:
22
25
 
23
26
  - Professional, robust & performant Gate.com SDK with extensive production use in live trading environments.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gateio-api",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "Complete & Robust Node.js SDK for Gate.com's REST APIs, WebSockets & WebSocket APIs, with TypeScript declarations.",
5
5
  "scripts": {
6
6
  "clean": "rm -rf dist/*",
@@ -24,7 +24,7 @@
24
24
  "dist/*",
25
25
  "llms.txt"
26
26
  ],
27
- "author": "Tiago Siebler (https://github.com/tiagosiebler)",
27
+ "author": "Tiago Siebler (https://siebly.io)",
28
28
  "contributors": [
29
29
  "Jerko J (https://github.com/JJ-Cro)"
30
30
  ],