Skip to content
Open
Changes from 1 commit
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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typescript": "^5.8.3"
},
"dependencies": {
"@inworld/runtime": "1.0.2",
"@inworld/runtime": "1.0.5",

Copilot AI Mar 26, 2026

Copy link

Choose a reason for hiding this comment

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

server/package-lock.json still pins @inworld/runtime to 1.0.2, so updating only package.json will leave installs/CI using the old version (or produce a dirty lockfile). Please run npm install in server/ and commit the regenerated server/package-lock.json for a reproducible dependency set.

Suggested change
"@inworld/runtime": "1.0.5",
"@inworld/runtime": "1.0.2",

Copilot uses AI. Check for mistakes.
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^5.2.0",
Expand Down
Loading