@ultipa-graph/ultipa-driver 6.0.5 → 6.0.6

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
@@ -58,8 +58,8 @@ main().catch(console.error);
58
58
 
59
59
  ## Documentation
60
60
 
61
- See [GUIDE.md](https://github.com/ultipa/gqldb-drivers/blob/main/nodejs/GUIDE.md) for detailed usage.
61
+ See [Quick Start](https://www.ultipa.com/docs/drivers/nodejs-quick-start) for detailed usage.
62
62
 
63
63
  ## License
64
64
 
65
- [MIT License](https://github.com/ultipa/gqldb-drivers/blob/main/nodejs/LICENSE)
65
+ MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultipa-graph/ultipa-driver",
3
- "version": "6.0.5",
3
+ "version": "6.0.6",
4
4
  "description": "NodeJS SDK for Ultipa GQL",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",