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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # falkordb-ts
2
2
 
3
3
  [![Tests](https://img.shields.io/github/actions/workflow/status/falkordb/falkordb-ts/node.js.yml?branch=main)](https://github.com/falkordb/falkordb-ts/actions/workflows/node.js.yml)
4
- [![Coverage](https://codecov.io/gh/falkordb/falkordb-ts/branch/master/graph/badge.svg?token=nNxm2N0Xrl)](https://codecov.io/gh/falkordb/falkordb-ts)
5
- [![License](https://img.shields.io/github/license/falkordb/falkordb-ts.svg)](https://github.com/falkordb/falkordb-ts/blob/master/LICENSE)
4
+ [![Coverage](https://codecov.io/gh/falkordb/falkordb-ts/branch/main/graph/badge.svg?token=nNxm2N0Xrl)](https://codecov.io/gh/falkordb/falkordb-ts)
5
+ [![License](https://img.shields.io/github/license/falkordb/falkordb-ts.svg)](https://github.com/falkordb/falkordb-ts/blob/main/LICENSE)
6
6
 
7
7
  [![Discord](https://img.shields.io/discord/1146782921294884966.svg?style=social&logo=discord)](https://discord.com/invite/99y2Ubh6tg)
8
8
  [![Twitter](https://img.shields.io/twitter/follow/falkordb?style=social)](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.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-js.git"
26
+ "url": "git://github.com/falkordb/falkordb-ts.git"
27
27
  },
28
28
  "bugs": {
29
- "url": "https://github.com/falkordb/falkordb-js/issues"
29
+ "url": "https://github.com/falkordb/falkordb-ts/issues"
30
30
  },
31
- "homepage": "https://github.com/falkordb/falkordb-js",
31
+ "homepage": "https://github.com/falkordb/falkordb-ts",
32
32
  "keywords": [
33
33
  "falkordb"
34
34
  ],