@rehpic/vcli 0.1.0-beta.5.1 → 0.1.0-beta.6.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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,9 @@ This package wraps the same auth and Convex-backed workflows used by the app, so
8
8
 
9
9
  ```bash
10
10
  npm install -g @rehpic/vcli
11
+ yarn global add @rehpic/vcli
12
+ pnpm add -g @rehpic/vcli
13
+ bun add -g @rehpic/vcli
11
14
  ```
12
15
 
13
16
  Then verify the install:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rehpic/vcli",
3
- "version": "0.1.0-beta.5.1",
3
+ "version": "0.1.0-beta.6.1",
4
4
  "description": "Command line interface for Vector workspaces.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",