graphlit-client 1.0.20240417001 → 1.0.20240417002

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 -1
package/README.md CHANGED
@@ -15,11 +15,11 @@ Before you begin, ensure you have the following:
15
15
  To install the Graphlit Client, use npm or yarn:
16
16
 
17
17
  ```bash
18
- npm install graphlit
18
+ npm install graphlit-client
19
19
  ```
20
20
  or
21
21
  ```bash
22
- yarn add graphlit
22
+ yarn add graphlit-client
23
23
  ```
24
24
 
25
25
  ## Configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20240417001",
3
+ "version": "1.0.20240417002",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",