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
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@fastify/rate-limit": "^10.3.0",
"@fastify/swagger": "^9.6.1",
"@fastify/swagger-ui": "^5.2.3",
"@framers/agentos": "^0.9.135",
"@framers/agentos": "^0.9.164",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Regenerate the backend lockfile for this bump

This new backend dependency range is incompatible with the committed backend/package-lock.json, which still records the root dependency as ^0.9.135 and locks node_modules/@framers/agentos to 0.9.138 (backend/package-lock.json:19, :836). For any standalone backend install/deploy that uses npm ci, npm documents that it exits when package-lock dependencies do not match package.json (https://docs.npmjs.com/cli/v8/commands/npm-ci), so the clean install will fail or keep the backend from being reproducibly installed at the bumped version. Please regenerate and commit backend/package-lock.json with this package bump.

Useful? React with 👍 / 👎.

"@framers/sql-storage-adapter": "^0.6.8",
"better-sqlite3": "^12.9.0",
"dotenv": "^17.2.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"e2e:smoke": "tsx e2e-test.ts"
},
"dependencies": {
"@framers/agentos": "^0.9.135",
"@framers/agentos": "^0.9.164",
"@framers/sql-storage-adapter": "^0.6.8",
"@framers/theme-tokens": "^0.1.0",
"@hookform/resolvers": "^3.6.0",
Expand Down