@carbon-terminal/trading-sdk 0.2.5 → 0.2.7

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 +4 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
- # SDK for IntentX Trading API
1
+ # SDK for Carbon Terminal Trading API
2
2
 
3
- This SDK is used to interact with the IntentX Trading API.
3
+ This SDK is used to interact with the Carbon Terminal Trading API.
4
+ https://gw.carbon.inc/api
4
5
 
5
- This SDK will use @intentx/core to define the types and interfaces.
6
+ This SDK will use @carbon-terminal/core to define the types and interfaces.
6
7
  On top of that, it will provide a client to interact with the API.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon-terminal/trading-sdk",
3
- "version": "0.2.5",
4
- "description": "This SDK is used to interact with the IntentX Trading API.",
3
+ "version": "0.2.7",
4
+ "description": "This SDK is used to interact with the Carbon Trading API.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {