graphlit-client 1.0.20250315002 → 1.0.20250315003

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@ The Graphlit Client for Node.js enables straightforward interactions with the Gr
7
7
 
8
8
  Before you begin, ensure you have the following:
9
9
 
10
- - Node.js installed on your system (recommended version 14.x or higher).
10
+ - Node.js installed on your system (recommended version 18.x or higher).
11
11
  - An active account on the [Graphlit Platform](https://portal.graphlit.dev) with access to the API settings dashboard.
12
12
 
13
13
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20250315002",
3
+ "version": "1.0.20250315003",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",