@bluevs/vhcli 0.5.6 → 0.5.7

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@bluevs/vhcli",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "Vision Hub CLI - query projects and resources, designed for AI Agent and developers",
5
5
  "bin": {
6
6
  "vhcli": "scripts/run.js"
7
7
  },
8
8
  "scripts": {},
9
9
  "optionalDependencies": {
10
- "@bluevs/vhcli-darwin-arm64": "0.5.6",
11
- "@bluevs/vhcli-darwin-x64": "0.5.6",
12
- "@bluevs/vhcli-linux-arm64": "0.5.6",
13
- "@bluevs/vhcli-linux-x64": "0.5.6",
14
- "@bluevs/vhcli-win32-arm64": "0.5.6",
15
- "@bluevs/vhcli-win32-x64": "0.5.6"
10
+ "@bluevs/vhcli-darwin-arm64": "0.5.7",
11
+ "@bluevs/vhcli-darwin-x64": "0.5.7",
12
+ "@bluevs/vhcli-linux-arm64": "0.5.7",
13
+ "@bluevs/vhcli-linux-x64": "0.5.7",
14
+ "@bluevs/vhcli-win32-arm64": "0.5.7",
15
+ "@bluevs/vhcli-win32-x64": "0.5.7"
16
16
  },
17
17
  "engines": {
18
18
  "node": ">=16"