graphlit-client 1.0.20240418012 → 1.0.20240418013

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,13 +1,12 @@
1
- # TypeScript Client for Graphlit Platform
1
+ # JavaScript Client for Graphlit Platform
2
2
  ## Overview
3
3
 
4
- The Graphlit Client for Node.js enables straightforward interactions with the Graphlit API, allowing developers to execute GraphQL queries and mutations against the Graphlit service. This document outlines the setup process and provides a basic example of using the client.
4
+ The Graphlit Client for JavaScript enables straightforward interactions with the Graphlit API, allowing developers to execute GraphQL queries and mutations against the Graphlit service. This document outlines the setup process and provides a basic example of using the client.
5
5
 
6
6
  ## Prerequisites
7
7
 
8
8
  Before you begin, ensure you have the following:
9
9
 
10
- - Node.js installed on your system (recommended version 20.x or higher).
11
10
  - An active account on the [Graphlit Platform](https://portal.graphlit.dev) with access to the API settings dashboard.
12
11
 
13
12
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20240418012",
3
+ "version": "1.0.20240418013",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",