@butlerw/vellum 0.1.7 → 0.1.8

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/dist/index.mjs +1 -1
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -191751,7 +191751,7 @@ init_esm_shims();
191751
191751
 
191752
191752
  // src/version.ts
191753
191753
  init_esm_shims();
191754
- var version = "0.1.7" ;
191754
+ var version = "0.1.8" ;
191755
191755
 
191756
191756
  // src/tui/components/Banner/ShimmerText.tsx
191757
191757
  init_esm_shims();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@butlerw/vellum",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Next-generation AI coding assistant CLI",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -57,11 +57,11 @@
57
57
  "tsup": "^8.3.5",
58
58
  "tsx": "^4.19.2",
59
59
  "typescript": "^5.7.2",
60
+ "@vellum/mcp": "0.1.1",
60
61
  "@vellum/core": "0.1.1",
61
62
  "@vellum/lsp": "0.1.0",
62
- "@vellum/mcp": "0.1.1",
63
- "@vellum/provider": "0.1.0",
64
63
  "@vellum/plugin": "0.1.1",
64
+ "@vellum/provider": "0.1.0",
65
65
  "@vellum/sandbox": "0.1.0",
66
66
  "@vellum/shared": "0.1.0"
67
67
  },