Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/legal-worlds-warn.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@ai-sdk/openai": "^3.0.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/github-repo-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@ai-sdk/openai": "^3.0.0",
"@octokit/rest": "^21.0.0",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/github-star-stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
"@voltagent/serverless-hono": "^2.0.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-js-chatbot-starter-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"@xyflow/react": "^12.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-a2a-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "voltagent-example-with-a2a-server",
"dependencies": {
"@voltagent/a2a-server": "^2.0.2",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/internal": "^1.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-agent-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"author": "",
"dependencies": {
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

@voltagent/core 2.2.2 npm package published

💡 Result:

I couldn’t find any evidence that @voltagent/core version 2.2.2 has been published to npm. The npm package listing shows @voltagent/core at version 1.1.1 (latest) rather than any 2.x release. [1]

If you meant a different VoltAgent package (several are on 2.x, e.g. @voltagent/server-core), that may be where you saw a 2.x version series. [2]

Sources: [1] [2]


@voltagent/core@2.2.2 is not published on npm and cannot be installed.

The latest published version of @voltagent/core is 1.1.1. Update the dependency to a published version, or verify the intended package name (other @voltagent/* packages may use 2.x versioning).

🤖 Prompt for AI Agents
In `@examples/with-agent-tool/package.json` at line 7, The package.json dependency
"@voltagent/core": "2.2.2" references a non-published version; update the
dependency in package.json to a published release (for example
"@voltagent/core": "1.1.1") or correct the package name if you intended a
different `@voltagent` package using 2.x; ensure the change is made where the
dependency string "@voltagent/core" is defined so installs succeed.

"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-airtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/internal": "^1.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/sdk": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-amazon-bedrock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@ai-sdk/openai": "^3.0.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-cerbos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@cerbos/grpc": "^0.23.0",
"@modelcontextprotocol/sdk": "^1.12.1",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
"express": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-chroma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@chroma-core/ollama": "^0.1.7",
"@chroma-core/openai": "^0.1.7",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

@voltagent/core 2.2.2 npm package published

💡 Result:

I couldn’t find any evidence that @voltagent/core version 2.2.2 has been published to npm. The package pages indexed for @voltagent/core show other versions (e.g., 1.1.1 on npm, and 0.1.46 on Libraries.io), but not 2.2.2. [1], [2]


@voltagent/core@2.2.2 is not published on npm and will fail dependency resolution.

The version 2.2.2 does not exist in the npm registry for this package. This will cause installation failures. Use a published version (e.g., 1.1.1 or 0.1.46) instead.

🤖 Prompt for AI Agents
In `@examples/with-chroma/package.json` at line 9, The dependency entry
"@voltagent/core": "^2.2.2" in package.json references a non-published version
and will break installs; update that dependency to a published version (for
example replace "^2.2.2" with a known-published version like "1.1.1" or
"0.1.46") in the package.json dependencies so npm/yarn can resolve it.

"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-client-side-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@ai-sdk/react": "^3.0.0",
"@libsql/client": "^0.15.0",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/server-hono": "^2.0.4",
"@voltagent/vercel-ai": "^1.0.0",
"@voltagent/vercel-ui": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "VoltAgent example for Cloudflare Workers deployment with in-memory storage",
"version": "1.0.0",
"dependencies": {
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/serverless-hono": "^2.0.6",
"ai": "^6.0.0",
"hono": "^4.7.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-composio-mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-custom-endpoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-dynamic-parameters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-dynamic-prompts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-feedback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-google-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-google-drive-mcp/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@hono/node-server": "^1.14.0",
"@libsql/client": "^0.15.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-google-vertex-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-groq-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-guardrails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-hugging-face-mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-langfuse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/langfuse-exporter": "^2.0.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-mcp-elicitation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/mcp-server": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "voltagent-example-with-mcp-server",
"dependencies": {
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

@voltagent/core version 2.2.2 npm published breaking changes

💡 Result:

I couldn’t find any evidence that @voltagent/core@2.2.2 has been published (on GitHub releases, the latest visible 2.2.x release is 2.2.1 on January 25, 2026). (github.com)

So: breaking changes in 2.2.2

  • None found, because 2.2.2 itself doesn’t appear to exist publicly (at least in the project’s release history). (github.com)

Closest available: what changed in 2.2.1

  • 2.2.1 is a patch release and the notes don’t indicate breaking changes; it adds default span inheritance behavior for wrapped agent calls (opt-out supported). (github.com)

If you meant “2.x breaking changes” (more general)

  • The official 1.x → 2.x migration guide states no breaking changes in VoltAgent APIs if you only use VoltAgent APIs, but it calls out at least one breaking type change: message helper utilities now use AI SDK UIMessage types. (voltagent.dev)

Citations:


🏁 Script executed:

# Check the package.json file to see all `@voltagent/`* versions
find . -path "*/examples/with-mcp-server/package.json" -exec cat {} \;

Repository: VoltAgent/voltagent

Length of output: 755


@voltagent/core@2.2.2 does not exist on npm. The latest 2.2.x release is @2.2.1 (published January 25, 2026). Update the version to "@voltagent/core": "^2.2.1" to resolve the dependency.

🤖 Prompt for AI Agents
In `@examples/with-mcp-server/package.json` at line 4, The package.json dependency
for `@voltagent/core` is pinned to a non-existent version "^2.2.2"; update the
dependency entry in package.json from "@voltagent/core": "^2.2.2" to
"@voltagent/core": "^2.2.1" so the project uses the latest published 2.2.x
release; then run your package manager (npm/yarn/pnpm) to refresh lockfiles and
ensure installation succeeds.

"@voltagent/logger": "^2.0.2",
"@voltagent/mcp-server": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-memory-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

@voltagent/core version 2.2.2 npm release breaking changes

💡 Result:

There doesn’t appear to be an @voltagent/core@2.2.2 release on the upstream VoltAgent repo as of January 27, 2026. The latest published GitHub release shown is @voltagent/core@2.2.1 (Jan 25, 2026). [1]

So: no documented “breaking changes” exist for 2.2.2, because that release isn’t present in the upstream release list. [1]

If you meant the 2.2.x line generally, the upstream release notes show no breaking-change section for:

  • 2.2.1: patch — auto-inherit VoltAgent spans for wrapped agent calls; opt out via inheritParentSpan: false. [1]
  • 2.2.0: minor/patch — tool-specific hooks; onToolEnd can override tool output; adds workflowState/setWorkflowState; enhances andForEach with items selector + optional map. [1]

Source

  • [1] GitHub releases list for VoltAgent/voltagent (shows @voltagent/core@2.2.1 latest and 2.2.0, and no 2.2.2).

@voltagent/core@2.2.2 does not exist on npm.

The latest published version is @voltagent/core@2.2.1 (Jan 25, 2026). Update line 7 to use "@voltagent/core": "^2.2.1" instead.

🤖 Prompt for AI Agents
In `@examples/with-memory-rest-api/package.json` at line 7, Update the dependency
version for the `@voltagent/core` entry in package.json: change the version string
currently set to "^2.2.2" to the published release "^2.2.1" so npm can resolve
the package; locate the "@voltagent/core" key in package.json and replace its
version value accordingly, then run npm install to verify the lockfile updates.

"@voltagent/logger": "^2.0.2",
"@voltagent/postgres": "^2.0.3",
"@voltagent/server-hono": "^2.0.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/with-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@ai-sdk/openai": "^3.0.0",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0",
"@nestjs/platform-express": "^11.0.0",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/server-core": "^2.1.3",
"@voltagent/server-hono": "^2.0.4",
"hono": "^4.7.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-netlify-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "VoltAgent example deployed as a Netlify Function",
"version": "1.0.0",
"dependencies": {
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/serverless-hono": "^2.0.6",
"ai": "^6.0.0",
"hono": "^4.7.7",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nextjs-resumable-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@tavily/core": "^0.6.3",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/internal": "^1.0.3",
"@voltagent/libsql": "^2.0.3",
"@voltagent/resumable-streams": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@libsql/client": "^0.15.0",
"@tailwindcss/postcss": "^4.1.4",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dependencies": {
"@nuxt/eslint": "^1.9.0",
"@nuxt/ui": "^4.0.0",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-offline-evals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/evals": "^2.0.3",
"@voltagent/scorers": "^2.0.4",
"@voltagent/sdk": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-ollama/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "voltagent-example-with-ollama",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
"ai": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-peaka-mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "",
"dependencies": {
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-pinecone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@pinecone-database/pinecone": "^6.1.1",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-planagents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@tavily/core": "^0.6.3",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@playwright/browser-webkit": "1.51.1",
"@playwright/test": "^1.51.1",
"@voltagent/cli": "^0.1.21",
"@voltagent/core": "^2.2.1",
"@voltagent/core": "^2.2.2",
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
Expand Down
Loading