Skip to content

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

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

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

Conversation

@developermatt

Copy link
Copy Markdown

Summary

Updates @inworld/runtime to the latest stable release.

Version
Before ^0.8.0
After ^1.0.5

Changes

  • Updated package.json: @inworld/runtime ^0.8.0^1.0.5

Note: Run npm install to regenerate package-lock.json.

Copilot AI review requested due to automatic review settings 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 root package dependency on @inworld/runtime to a newer stable version.

Changes:

  • Bumped @inworld/runtime in root package.json from ^0.8.0 to ^1.0.5.

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

Comment thread package.json
},
"dependencies": {
"@inworld/runtime": "^0.8.0",
"@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.

package-lock.json in the repo still pins @inworld/runtime to the old 0.8.x release. If anyone runs npm ci (or relies on the lockfile for reproducible installs), this change in package.json will not actually take effect. Please run npm install and commit the updated package-lock.json for the root package.

Copilot uses AI. Check for mistakes.
Comment thread package.json
},
"dependencies": {
"@inworld/runtime": "^0.8.0",
"@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.

This repo’s server code imports @inworld/runtime, but it is installed from server/package.json (currently a pinned 0.8.2-rc3 tarball). Updating the root package.json dependency may have no effect on the runtime version actually used at runtime. If the intent is to upgrade the runtime used by the server, update server/package.json (and its lockfile) to ^1.0.5 (or otherwise explain why the root dependency is the one being bumped).

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