@vera-ai/cli 0.4.0 → 0.5.0

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ vera index .
19
19
  # Search
20
20
  vera search "authentication middleware"
21
21
 
22
- # Local ONNX inference (no API keys needed downloads models automatically)
22
+ # Local ONNX inference (no API keys needed. downloads models automatically)
23
23
  vera index . --onnx-jina-cpu
24
24
  vera search "error handling" --onnx-jina-cpu
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vera-ai/cli",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Bootstrap installer and wrapper for the Vera CLI",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/lemon07r/Vera#readme",