We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2048112 commit 26990e3Copy full SHA for 26990e3
packages/create-voltagent-app/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "create-voltagent-app",
3
"description": "Create VoltAgent applications with one command",
4
- "version": "0.2.16",
+ "version": "0.2.17",
5
"bin": {
6
"create-voltagent": "./dist/index.js",
7
"create-voltagent-app": "./dist/index.js"
packages/create-voltagent-app/src/utils/dependency-installer.ts
@@ -27,7 +27,7 @@ export const createBaseDependencyInstaller = async (
27
const baseDependencies: Record<string, string> = {
28
"@voltagent/core": "^2.0.0",
29
"@voltagent/libsql": "^2.0.0",
30
- ai: "^5.0.12",
+ ai: "^6.0.0",
31
"@voltagent/cli": "^0.1.10",
32
"@voltagent/logger": "^2.0.0",
33
dotenv: "^16.4.7",
0 commit comments