falkordb 6.0.0 → 6.0.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.
- package/README.md +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# falkordb-ts
|
|
2
2
|
|
|
3
3
|
[](https://github.com/falkordb/falkordb-ts/actions/workflows/node.js.yml)
|
|
4
|
-
[](https://github.com/falkordb/falkordb-ts/blob/
|
|
4
|
+
[](https://codecov.io/gh/falkordb/falkordb-ts)
|
|
5
|
+
[](https://github.com/falkordb/falkordb-ts/blob/main/LICENSE)
|
|
6
6
|
|
|
7
7
|
[](https://discord.com/invite/99y2Ubh6tg)
|
|
8
8
|
[](https://twitter.com/falkordb)
|
|
@@ -61,4 +61,4 @@ await client.close();
|
|
|
61
61
|
```
|
|
62
62
|
## License
|
|
63
63
|
|
|
64
|
-
This repository is licensed under the "MIT" license. See [LICENSE](LICENSE).
|
|
64
|
+
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.0.
|
|
3
|
+
"version": "6.0.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-
|
|
26
|
+
"url": "git://github.com/falkordb/falkordb-ts.git"
|
|
27
27
|
},
|
|
28
28
|
"bugs": {
|
|
29
|
-
"url": "https://github.com/falkordb/falkordb-
|
|
29
|
+
"url": "https://github.com/falkordb/falkordb-ts/issues"
|
|
30
30
|
},
|
|
31
|
-
"homepage": "https://github.com/falkordb/falkordb-
|
|
31
|
+
"homepage": "https://github.com/falkordb/falkordb-ts",
|
|
32
32
|
"keywords": [
|
|
33
33
|
"falkordb"
|
|
34
34
|
],
|