@vellumai/assistant 0.3.0 → 0.3.1
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/bun.lock +3 -0
- package/package.json +3 -2
package/bun.lock
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"@huggingface/transformers": "^3.8.1",
|
|
12
12
|
"@qdrant/js-client-rest": "^1.16.2",
|
|
13
13
|
"@sentry/node": "^10.38.0",
|
|
14
|
+
"@vellumai/cli": "0.3.0",
|
|
14
15
|
"agentmail": "^0.1.0",
|
|
15
16
|
"archiver": "^7.0.1",
|
|
16
17
|
"commander": "^13.1.0",
|
|
@@ -534,6 +535,8 @@
|
|
|
534
535
|
|
|
535
536
|
"@typescript-eslint/visitor-keys": ["@typescript-eslint/visitor-keys@8.56.0", "", { "dependencies": { "@typescript-eslint/types": "8.56.0", "eslint-visitor-keys": "^5.0.0" } }, "sha512-q+SL+b+05Ud6LbEE35qe4A99P+htKTKVbyiNEe45eCbJFyh/HVK9QXwlrbz+Q4L8SOW4roxSVwXYj4DMBT7Ieg=="],
|
|
536
537
|
|
|
538
|
+
"@vellumai/cli": ["@vellumai/cli@0.3.0", "", { "dependencies": { "ink": "^6.7.0", "react": "^19.2.4", "react-devtools-core": "^6.1.2" }, "bin": { "vellum-cli": "src/index.ts" } }, "sha512-7lembxYHk9R7LuI0Hpn3A5RJO4R2cx3a4M1B72mIlZD4ghFwgBM9v5Nca7Pi2jXIJcZWttc2tFVKTOEKvW61ew=="],
|
|
539
|
+
|
|
537
540
|
"abort-controller": ["abort-controller@3.0.0", "", { "dependencies": { "event-target-shim": "^5.0.0" } }, "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg=="],
|
|
538
541
|
|
|
539
542
|
"acorn": ["acorn@8.16.0", "", { "bin": { "acorn": "bin/acorn" } }, "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw=="],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vellumai/assistant",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"vellum": "./src/index.ts"
|
|
@@ -49,7 +49,8 @@
|
|
|
49
49
|
"tree-sitter-bash": "0.25.1",
|
|
50
50
|
"uuid": "^11.1.0",
|
|
51
51
|
"web-tree-sitter": "0.26.5",
|
|
52
|
-
"zod": "^4.3.6"
|
|
52
|
+
"zod": "^4.3.6",
|
|
53
|
+
"@vellumai/cli": "0.3.0"
|
|
53
54
|
},
|
|
54
55
|
"devDependencies": {
|
|
55
56
|
"@pydantic/logfire-node": "^0.13.0",
|