chore(release): cut 0.1.91-beta.2

This commit is contained in:
Mohamed Boudra
2026-06-05 23:08:57 +07:00
parent 9b21ccd7f1
commit 7408de6300
12 changed files with 41 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@getpaseo/cli",
"version": "0.1.91-beta.1",
"version": "0.1.91-beta.2",
"description": "Paseo CLI - control your AI coding agents from the command line",
"bin": {
"paseo": "bin/paseo"
@@ -27,9 +27,9 @@
},
"dependencies": {
"@clack/prompts": "^1.0.0",
"@getpaseo/client": "0.1.91-beta.1",
"@getpaseo/protocol": "0.1.91-beta.1",
"@getpaseo/server": "0.1.91-beta.1",
"@getpaseo/client": "0.1.91-beta.2",
"@getpaseo/protocol": "0.1.91-beta.2",
"@getpaseo/server": "0.1.91-beta.2",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"mime-types": "^2.1.35",