coinbase-api 1.1.10 → 1.1.11

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/coinbase-api
20
20
 
21
+ > [!TIP]
22
+ > Upcoming change: As part of the [Siebly.io](https://siebly.io/?ref=ghcoinbase) 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 Coinbase's Advanced Trade, App, Exchange, International, Prime & Commerce REST APIs and WebSockets:
22
25
 
23
26
  - Professional, robust & performant Coinbase SDK with extensive production use in live trading environments.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coinbase-api",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "Node.js SDK for Coinbase's Advanced Trade, App, Exchange, International, Prime & Commerce REST APIs and WebSockets, with TypeScript & strong end to end tests.",
5
5
  "scripts": {
6
6
  "clean": "rm -rf dist",
@@ -28,7 +28,7 @@
28
28
  "dist/*",
29
29
  "llms.txt"
30
30
  ],
31
- "author": "Tiago Siebler (https://github.com/tiagosiebler)",
31
+ "author": "Tiago Siebler (https://siebly.io)",
32
32
  "contributors": [
33
33
  "Jerko J (https://github.com/JJ-Cro)"
34
34
  ],