vibecheck-ai 1.2.5 → 1.2.6
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.
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -90803,7 +90803,7 @@ async function configureOutput(currentConfig) {
|
|
|
90803
90803
|
}
|
|
90804
90804
|
|
|
90805
90805
|
// src/lib/version.ts
|
|
90806
|
-
var CLI_VERSION = "1.2.
|
|
90806
|
+
var CLI_VERSION = "1.2.6" ;
|
|
90807
90807
|
var CLI_NAME = "vibecheck-ai" ;
|
|
90808
90808
|
|
|
90809
90809
|
// src/ui/command-header.tsx
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibecheck-ai",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"description": "Premium CLI for VibeCheck - Hallucination prevention for AI-assisted development",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -51,7 +51,6 @@
|
|
|
51
51
|
"prepublishOnly": "pnpm run build"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@repo/shared-utils": "workspace:*",
|
|
55
54
|
"@babel/parser": "^7.24.0",
|
|
56
55
|
"@babel/traverse": "^7.24.0",
|
|
57
56
|
"@babel/types": "^7.24.0",
|
|
@@ -89,6 +88,7 @@
|
|
|
89
88
|
}
|
|
90
89
|
},
|
|
91
90
|
"devDependencies": {
|
|
91
|
+
"@repo/shared-utils": "workspace:*",
|
|
92
92
|
"@repo/typescript-config": "workspace:*",
|
|
93
93
|
"@vibecheck/core": "workspace:*",
|
|
94
94
|
"@vibecheck/isl-parser": "workspace:*",
|