kucoin-api 2.6.2 → 2.6.3

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 -3
  2. package/package.json +13 -5
package/README.md CHANGED
@@ -19,9 +19,6 @@
19
19
 
20
20
  [1]: https://www.npmjs.com/package/kucoin-api
21
21
 
22
- > [!TIP]
23
- > Upcoming change: As part of the Siebly.io brand, this SDK is now hosted under our [Siebly.io GitHub organisation](https://github.com/sieblyio). The migration is seamless and requires no user changes.
24
-
25
22
  Updated & performant JavaScript & Node.js SDK for the KuCoin REST APIs and WebSockets:
26
23
 
27
24
  - Professional, robust & performant KuCoin SDK with extensive production use in live trading environments.
@@ -47,6 +44,7 @@ Updated & performant JavaScript & Node.js SDK for the KuCoin REST APIs and WebSo
47
44
  - Proxy support via axios integration.
48
45
  - Active community support & collaboration in telegram: [Node.js Algo Traders](https://t.me/nodetraders).
49
46
  - QuickStart Guide: [Kucoin JavaScript QuickStart Guide](https://siebly.io/sdk/kucoin/javascript)
47
+ - KuCoin JavaScript Tutorial: [KuCoin JavaScript REST API and WebSocket Tutorial](https://siebly.io/sdk/kucoin/javascript/tutorial)
50
48
 
51
49
  ## Table of Contents
52
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kucoin-api",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
4
4
  "description": "Complete & robust JavaScript SDK for Kucoin's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
5
5
  "scripts": {
6
6
  "clean": "rm -rf dist",
@@ -29,10 +29,10 @@
29
29
  "Jerko J (https://github.com/JJ-Cro)"
30
30
  ],
31
31
  "dependencies": {
32
- "@types/ws": "^8.18.1",
33
- "axios": "^1.13.2",
34
- "isomorphic-ws": "^5.0.0",
35
- "nanoid": "^3.3.11",
32
+ "@types/ws": "8.18.1",
33
+ "axios": "1.18.1",
34
+ "isomorphic-ws": "5.0.0",
35
+ "nanoid": "3.3.18",
36
36
  "ws": "8.21.1"
37
37
  },
38
38
  "devDependencies": {
@@ -53,6 +53,14 @@
53
53
  "webpack": "^5.0.0",
54
54
  "webpack-cli": "^4.0.0"
55
55
  },
56
+ "overrides": {
57
+ "brace-expansion@<2": "1.1.18",
58
+ "brace-expansion@>=2 <3": "2.1.4",
59
+ "brace-expansion@>=5 <6": "5.0.9",
60
+ "fast-uri@>=3 <4": "3.1.5",
61
+ "js-yaml@>=3 <4": "3.15.1",
62
+ "js-yaml@>=4 <5": "4.3.1"
63
+ },
56
64
  "keywords": [
57
65
  "kucoin",
58
66
  "kucoin api",