-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
ci(changesets): version packages #977
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 |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| "dependencies": { | ||
| "@voltagent/cli": "^0.1.21", | ||
| "@voltagent/core": "^2.1.6", | ||
| "@voltagent/libsql": "^2.0.2", | ||
| "@voltagent/libsql": "^2.0.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 an npm release If you want, I can:
Sources: @voltagent/libsql 2.0.3 does not exist on npm. The npm package shows versions in the 1.x range (latest ~1.0.5). Correct the version in package.json to an actual published release (e.g., 🤖 Prompt for AI Agents |
||
| "@voltagent/logger": "^2.0.2", | ||
| "@voltagent/server-hono": "^2.0.4", | ||
| "ai": "^6.0.0", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| "@nuxt/eslint": "^1.9.0", | ||
| "@nuxt/ui": "^4.0.0", | ||
| "@voltagent/core": "^2.1.6", | ||
| "@voltagent/libsql": "^2.0.2", | ||
| "@voltagent/libsql": "^2.0.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 any release notes for Sources:
🌐 Web query:
💡 Result: I couldn't find an Sources:
🌐 Web query:
💡 Result: I couldn't find an npm release of Sources: @voltagent/libsql 2.0.3 does not exist on npm. Version 2.0.3 is not published. The highest published version is 1.1.0. Update the dependency to use an available version. 🤖 Prompt for AI Agents |
||
| "@voltagent/server-hono": "^2.0.4", | ||
| "ai": "^6.0.0", | ||
| "nuxt": "^4.1.2", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| "dependencies": { | ||
| "@voltagent/cli": "^0.1.21", | ||
| "@voltagent/core": "^2.1.6", | ||
| "@voltagent/libsql": "^2.0.2", | ||
| "@voltagent/libsql": "^2.0.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, I can monitor npm and let you know if/when v2.0.3 appears. Sources:
🌐 Web query:
💡 Result: Short summary — where to find the release notes / changelog and the main breaking change:
Main breaking change to watch for
If you want, I can fetch the exact migration guide steps and paste the code changes from the releases/migration doc. 🌐 Web query:
💡 Result: Found the npm package
Sources: [1] @voltagent/libsql version 2.0.3 does not exist on npm. The latest published version is 1.0.5. The version constraint 🤖 Prompt for AI Agents |
||
| "@voltagent/logger": "^2.0.2", | ||
| "@voltagent/server-hono": "^2.0.4", | ||
| "ai": "^6.0.0", | ||
|
|
||
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/libsql 2.0.3 npm release notes breaking changes💡 Result:
I couldn't find an
@voltagent/libsqlv2.0.3 release. The package on npm and the VoltAgent GitHub releases show 1.x releases (examples: npm listing and GitHub releases/changelog). If you meant a different package or version, tell me and I’ll search again.Sources:
@voltagent/libsql. [1]@voltagent/libsql1.x). [2]🌐 Web query:
@voltagent/libsql npm package version 2.0.3💡 Result:
There is no published
@voltagent/libsqlversion 2.0.3. The npm package's latest published version is 1.0.5. [1][2]Sources:
@voltagent/libsql(shows version 1.0.5). [1]References:
[1] https://www.npmjs.com/package/%40voltagent%2Flibsql
[2] https://voltagent.dev/docs/agents/memory/libsql/
Version 2.0.3 does not exist on npm.
@voltagent/libsqlhas no published v2.0.3 release. The latest published version is 1.0.5. This will cause npm install to fail. Update the dependency to an existing version (e.g., ^1.0.5).🤖 Prompt for AI Agents