-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
ci(changesets): version packages #962
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| "dependencies": { | ||
| "@ai-sdk/react": "^3.0.0", | ||
| "@libsql/client": "^0.15.0", | ||
| "@voltagent/core": "^2.1.2", | ||
| "@voltagent/core": "^2.1.3", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: I couldn't find a published If you want to check locally or install the latest available version, run:
Sources: Update dependency to an available version. 🤖 Prompt for AI Agents |
||
| "@voltagent/server-hono": "^2.0.3", | ||
| "@voltagent/vercel-ai": "^1.0.0", | ||
| "@voltagent/vercel-ui": "^1.0.1", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| "description": "VoltAgent example for Cloudflare Workers deployment with in-memory storage", | ||
| "version": "1.0.0", | ||
| "dependencies": { | ||
| "@voltagent/core": "^2.1.2", | ||
| "@voltagent/core": "^2.1.3", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Verify that `@voltagent/core`@2.1.3 exists on npm
curl -s https://registry.npmjs.org/@voltagent%2Fcore \
| jq -r '.versions["2.1.3"].version // empty'
# Check the latest dist-tag to ensure expected release alignment
curl -s https://registry.npmjs.org/@voltagent%2Fcore \
| jq -r '.["dist-tags"]'Repository: VoltAgent/voltagent Length of output: 112 Downgrade The latest published version is 🤖 Prompt for AI Agents |
||
| "@voltagent/serverless-hono": "^2.0.5", | ||
| "ai": "^6.0.0", | ||
| "hono": "^4.7.7", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| "author": "", | ||
| "dependencies": { | ||
| "@voltagent/cli": "^0.1.21", | ||
| "@voltagent/core": "^2.1.2", | ||
| "@voltagent/core": "^2.1.3", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: npm view `@voltagent/core` versions --json | tail -20Repository: VoltAgent/voltagent Length of output: 277 🏁 Script executed: npm view `@voltagent/core`@2.1.3Repository: VoltAgent/voltagent Length of output: 443 Version 2.1.3 does not exist on npm. The latest available version of Available versions: 2.1.2, 2.1.1, 2.1.0, 2.0.14, and earlier. 🤖 Prompt for AI Agents |
||
| "@voltagent/libsql": "^2.0.2", | ||
| "@voltagent/logger": "^2.0.2", | ||
| "@voltagent/server-hono": "^2.0.3", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| "author": "", | ||
| "dependencies": { | ||
| "@voltagent/cli": "^0.1.21", | ||
| "@voltagent/core": "^2.1.2", | ||
| "@voltagent/core": "^2.1.3", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: npm view `@voltagent/core`@2.1.3 version 2>&1Repository: VoltAgent/voltagent Length of output: 443 🏁 Script executed: npm view `@voltagent/core` versions --json 2>&1 | head -50Repository: VoltAgent/voltagent Length of output: 642 🏁 Script executed: npm view `@voltagent/core` versions --json 2>&1 | tail -20Repository: VoltAgent/voltagent Length of output: 277 Update The specified version 🤖 Prompt for AI Agents |
||
| "@voltagent/logger": "^2.0.2", | ||
| "@voltagent/server-hono": "^2.0.3", | ||
| "ai": "^6.0.0" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| "author": "", | ||
| "dependencies": { | ||
| "@voltagent/cli": "^0.1.21", | ||
| "@voltagent/core": "^2.1.2", | ||
| "@voltagent/core": "^2.1.3", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: npm view `@voltagent/core`@2.1.3 version 2>/dev/null || echo "Version not found"Repository: VoltAgent/voltagent Length of output: 80 🏁 Script executed: npm view `@voltagent/core` versions --json 2>/dev/null | tail -20Repository: VoltAgent/voltagent Length of output: 277 @voltagent/core version 2.1.3 does not exist on npm. 🤖 Prompt for AI Agents |
||
| "@voltagent/libsql": "^2.0.2", | ||
| "@voltagent/logger": "^2.0.2", | ||
| "@voltagent/server-hono": "^2.0.3", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "name": "voltagent-example-with-mcp-server", | ||
| "dependencies": { | ||
| "@voltagent/core": "^2.1.2", | ||
| "@voltagent/core": "^2.1.3", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: npm view `@voltagent/core`@2.1.3 version 2>&1Repository: VoltAgent/voltagent Length of output: 443 🏁 Script executed: npm view `@voltagent/core` versions --json 2>&1 | tail -20Repository: VoltAgent/voltagent Length of output: 277 Update Version 2.1.3 is not published. The latest available version is 2.1.2. This will cause 🤖 Prompt for AI Agents |
||
| "@voltagent/logger": "^2.0.2", | ||
| "@voltagent/mcp-server": "^2.0.2", | ||
| "@voltagent/server-hono": "^2.0.3", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: VoltAgent/voltagent
Length of output: 443
🏁 Script executed:
Repository: VoltAgent/voltagent
Length of output: 642
🏁 Script executed:
Repository: VoltAgent/voltagent
Length of output: 277
@voltagent/core 2.1.3 does not exist—downgrade to 2.1.2.
The specified version is not published on npm. The latest available version is 2.1.2. Update the dependency to
"@voltagent/core": "^2.1.2"to resolve npm install failures.🤖 Prompt for AI Agents