Skip to content

chore: update @inworld/runtime to v1.0.5#50

Open
developermatt wants to merge 4 commits into
mainfrom
claude/update-inworld-runtime
Open

chore: update @inworld/runtime to v1.0.5#50
developermatt wants to merge 4 commits into
mainfrom
claude/update-inworld-runtime

Conversation

@developermatt

Copy link
Copy Markdown
Contributor

Summary

Updates @inworld/runtime to the latest stable release.

Version
Before 1.0.2
After 1.0.5

Changes

  • Updated server/package.json: @inworld/runtime 1.0.21.0.5

Note: Run npm install in the server/ directory to regenerate package-lock.json.

Copilot AI review requested due to automatic review settings March 26, 2026 23:12
@developermatt developermatt requested a review from a team as a code owner March 26, 2026 23:12

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the server’s @inworld/runtime dependency to a newer stable release to keep the backend aligned with the latest runtime package.

Changes:

  • Bumped @inworld/runtime in server/package.json from 1.0.2 to 1.0.5.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread server/package.json
},
"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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants