@butlerw/vellum 0.1.9 → 0.1.10
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 +3 -3
package/dist/index.mjs
CHANGED
|
@@ -195300,7 +195300,7 @@ init_esm_shims();
|
|
|
195300
195300
|
|
|
195301
195301
|
// src/version.ts
|
|
195302
195302
|
init_esm_shims();
|
|
195303
|
-
var version = "0.1.
|
|
195303
|
+
var version = "0.1.10" ;
|
|
195304
195304
|
|
|
195305
195305
|
// src/tui/components/Banner/ShimmerText.tsx
|
|
195306
195306
|
init_esm_shims();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@butlerw/vellum",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "Next-generation AI coding assistant CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
"tsx": "^4.19.2",
|
|
59
59
|
"typescript": "^5.7.2",
|
|
60
60
|
"@vellum/core": "0.1.1",
|
|
61
|
-
"@vellum/mcp": "0.1.1",
|
|
62
61
|
"@vellum/lsp": "0.1.0",
|
|
63
|
-
"@vellum/
|
|
62
|
+
"@vellum/mcp": "0.1.1",
|
|
64
63
|
"@vellum/provider": "0.1.0",
|
|
64
|
+
"@vellum/plugin": "0.1.1",
|
|
65
65
|
"@vellum/sandbox": "0.1.0",
|
|
66
66
|
"@vellum/shared": "0.1.0"
|
|
67
67
|
},
|