@grafeo-db/cli 0.5.3 → 0.5.4

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 +6 -6
package/README.md CHANGED
@@ -46,8 +46,8 @@ grafeo init ./new-db
46
46
  # Via Rust
47
47
  cargo install grafeo-cli
48
48
 
49
- # Via pip
50
- pip install grafeo-cli
49
+ # Via pip/uv
50
+ uv add grafeo-cli
51
51
 
52
52
  # Direct download
53
53
  # https://github.com/GrafeoDB/grafeo/releases
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafeo-db/cli",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Command-line interface for Grafeo graph database",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -25,11 +25,11 @@
25
25
  "LICENSE"
26
26
  ],
27
27
  "optionalDependencies": {
28
- "@grafeo-db/cli-linux-x64": "0.5.3",
29
- "@grafeo-db/cli-linux-arm64": "0.5.3",
30
- "@grafeo-db/cli-darwin-x64": "0.5.3",
31
- "@grafeo-db/cli-darwin-arm64": "0.5.3",
32
- "@grafeo-db/cli-win32-x64": "0.5.3"
28
+ "@grafeo-db/cli-linux-x64": "0.5.4",
29
+ "@grafeo-db/cli-linux-arm64": "0.5.4",
30
+ "@grafeo-db/cli-darwin-x64": "0.5.4",
31
+ "@grafeo-db/cli-darwin-arm64": "0.5.4",
32
+ "@grafeo-db/cli-win32-x64": "0.5.4"
33
33
  },
34
34
  "engines": {
35
35
  "node": ">=18"