@covalenthq/client-sdk 0.0.1 → 0.0.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 +2 -2
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Quick start
4
4
 
5
- 1. Install with npm: `npm install david-client-library-test` or install with yarn: `yarn add david-client-library-test`
5
+ 1. Install with npm: `npm install @covalenthq/client-sdk` or install with yarn: `yarn add @covalenthq/client-sdk`
6
6
 
7
7
   
8
8
  ## Supported Services
@@ -22,7 +22,7 @@
22
22
 
23
23
  #### Sample code:
24
24
  ```ts
25
- import { Client } from "david-client-library-test";
25
+ import { Client } from "@covalenthq/client-sdk";
26
26
 
27
27
  const ApiServices = async () => {
28
28
  const client = new Client("YOUR_API_KEY");
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@covalenthq/client-sdk",
3
- "version": "0.0.1",
4
- "description": "this is a test client library",
3
+ "version": "0.0.2",
5
4
  "main": "dist/index.js",
6
5
  "types": "dist/index.d.ts",
7
6
  "files": [