vona-cli 1.1.140 → 1.1.141

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 +3 -3
package/README.md CHANGED
@@ -54,4 +54,4 @@ Representative example:
54
54
 
55
55
  For the compact top-level overview shared across Vona and Zova, start with:
56
56
 
57
- - `../../../cabloy-docs/reference/cli-reference.md`
57
+ - `../../../repo-docs/reference/cli-reference.md`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-cli",
3
- "version": "1.1.140",
4
- "gitHead": "eb85d771ef75776a439e56df3af8be6a3a36c1c2",
3
+ "version": "1.1.141",
4
+ "gitHead": "3f5bcf6c117853bc013e9195e3ab781de585740f",
5
5
  "description": "vona cli",
6
6
  "keywords": [
7
7
  "framework",
@@ -36,7 +36,7 @@
36
36
  "fs-extra": "^11.3.4",
37
37
  "mri": "^1.2.0",
38
38
  "semver": "^7.7.4",
39
- "vona-cli-set-api": "^1.1.138"
39
+ "vona-cli-set-api": "^1.1.139"
40
40
  },
41
41
  "bin": {
42
42
  "vona": "dist/bin/vona.js"