@butlerw/vellum 0.2.2 → 0.2.3
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.mjs +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -195908,7 +195908,7 @@ init_esm_shims();
|
|
|
195908
195908
|
|
|
195909
195909
|
// src/version.ts
|
|
195910
195910
|
init_esm_shims();
|
|
195911
|
-
var version = "0.2.
|
|
195911
|
+
var version = "0.2.3" ;
|
|
195912
195912
|
|
|
195913
195913
|
// src/tui/components/Banner/ShimmerText.tsx
|
|
195914
195914
|
init_esm_shims();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@butlerw/vellum",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Next-generation AI coding assistant CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
"typescript": "^5.9.3",
|
|
59
59
|
"@vellum/core": "0.1.15",
|
|
60
60
|
"@vellum/eval": "0.1.0",
|
|
61
|
+
"@vellum/plugin": "0.1.3",
|
|
61
62
|
"@vellum/lsp": "0.1.0",
|
|
62
63
|
"@vellum/mcp": "0.1.3",
|
|
63
|
-
"@vellum/plugin": "0.1.3",
|
|
64
64
|
"@vellum/provider": "0.2.0",
|
|
65
65
|
"@vellum/sandbox": "0.1.0",
|
|
66
66
|
"@vellum/shared": "0.1.0"
|