coinbase-api 1.1.2 → 1.1.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.
- package/README.md +8 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -66,6 +66,7 @@ Updated & performant JavaScript & Node.js SDK for the Coinbase REST APIs and Web
|
|
|
66
66
|
- [WebSocket Event Handling](#listening-and-subscribing-to-websocket-events)
|
|
67
67
|
- [Customise Logging](#customise-logging)
|
|
68
68
|
- [LLMs & AI](#use-with-llms--ai)
|
|
69
|
+
- [Used By](#used-by)
|
|
69
70
|
- [Contributions & Thanks](#contributions--thanks)
|
|
70
71
|
|
|
71
72
|
## Installation
|
|
@@ -74,7 +75,7 @@ Updated & performant JavaScript & Node.js SDK for the Coinbase REST APIs and Web
|
|
|
74
75
|
|
|
75
76
|
## Examples
|
|
76
77
|
|
|
77
|
-
Refer to the [examples](./examples) folder for implementation examples.
|
|
78
|
+
Refer to the [examples](./examples) folder for implementation examples.
|
|
78
79
|
|
|
79
80
|
## Issues & Discussion
|
|
80
81
|
|
|
@@ -549,6 +550,12 @@ This file contains AI optimised structure of all the functions in this package,
|
|
|
549
550
|
|
|
550
551
|
---
|
|
551
552
|
|
|
553
|
+
## Used By
|
|
554
|
+
|
|
555
|
+
[](https://github.com/tiagosiebler/coinbase-api/network/dependents)
|
|
556
|
+
|
|
557
|
+
---
|
|
558
|
+
|
|
552
559
|
<!-- template_contributions -->
|
|
553
560
|
|
|
554
561
|
### Contributions & Thanks
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coinbase-api",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Node.js SDK for Coinbase's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"Jerko J (https://github.com/JJ-Cro)"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"axios": "^1.
|
|
35
|
+
"axios": "^1.10.0",
|
|
36
36
|
"isomorphic-ws": "^4.0.1",
|
|
37
37
|
"jose": "^6.0.11",
|
|
38
|
-
"nanoid": "^3.3.
|
|
38
|
+
"nanoid": "^3.3.11",
|
|
39
39
|
"ws": "^7.4.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|