falkordb 6.4.0 → 6.4.1

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 +5 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -69,6 +69,11 @@ Forcibly close a client's connection to FalkorDB immediately. Calling `close` wi
69
69
  ```typescript
70
70
  await client.close();
71
71
  ```
72
+
73
+ ## Contributing
74
+
75
+ For information on how to release a new version to npm, see [RELEASE.md](RELEASE.md).
76
+
72
77
  ## License
73
78
 
74
79
  This repository is licensed under the "MIT" license. See [LICENSE](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "falkordb",
3
- "version": "6.4.0",
3
+ "version": "6.4.1",
4
4
  "description": "A FalkorDB javascript library",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
@@ -23,12 +23,12 @@
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "git://github.com/falkordb/falkordb-ts.git"
26
+ "url": "https://github.com/FalkorDB/falkordb-ts"
27
27
  },
28
28
  "bugs": {
29
- "url": "https://github.com/falkordb/falkordb-ts/issues"
29
+ "url": "https://github.com/FalkorDB/falkordb-ts/issues"
30
30
  },
31
- "homepage": "https://github.com/falkordb/falkordb-ts",
31
+ "homepage": "https://github.com/FalkorDB/falkordb-ts",
32
32
  "keywords": [
33
33
  "falkordb"
34
34
  ],