-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
ci(changesets): version packages #992
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.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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", | ||
|
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 any evidence that @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 |
||
| "@voltagent/libsql": "^2.0.3", | ||
| "@voltagent/logger": "^2.0.2", | ||
| "@voltagent/server-hono": "^2.0.4", | ||
|
|
||
| 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", | ||
|
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 any evidence that So: breaking changes in
|
||
| "@voltagent/logger": "^2.0.2", | ||
| "@voltagent/mcp-server": "^2.0.2", | ||
| "@voltagent/server-hono": "^2.0.4", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| "version": "1.0.0", | ||
| "dependencies": { | ||
| "@voltagent/cli": "^0.1.21", | ||
| "@voltagent/core": "^2.2.1", | ||
| "@voltagent/core": "^2.2.2", | ||
|
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: There doesn’t appear to be an So: no documented “breaking changes” exist for If you meant the 2.2.x line generally, the upstream release notes show no breaking-change section for:
Source
@voltagent/core@2.2.2 does not exist on npm. The latest published version is 🤖 Prompt for AI Agents |
||
| "@voltagent/logger": "^2.0.2", | ||
| "@voltagent/postgres": "^2.0.3", | ||
| "@voltagent/server-hono": "^2.0.4" | ||
|
|
||
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
🌐 Web query:
@voltagent/core 2.2.2 npm package published💡 Result:
I couldn’t find any evidence that
@voltagent/coreversion2.2.2has been published to npm. The npm package listing shows@voltagent/coreat version1.1.1(latest) rather than any2.xrelease. [1]If you meant a different VoltAgent package (several are on
2.x, e.g.@voltagent/server-core), that may be where you saw a2.xversion 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/coreis 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