Skip to content

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

Open
mattkwilson wants to merge 3 commits intomainfrom
claude/update-inworld-runtime
Open

chore: update @inworld/runtime to v1.0.5#35
mattkwilson wants to merge 3 commits intomainfrom
claude/update-inworld-runtime

Conversation

@mattkwilson
Copy link
Copy Markdown
Contributor

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.

@mattkwilson mattkwilson requested a review from a team as a code owner March 26, 2026 23:13
Copilot AI review requested due to automatic review settings March 26, 2026 23:13
Copy link
Copy Markdown

Copilot AI left a comment

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 project’s @inworld/runtime dependency to the latest stable release.

Changes:

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

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

Comment thread package.json
"author": "Inworld AI",
"dependencies": {
"@inworld/runtime": "^0.8.0",
"@inworld/runtime": "^1.0.5",
Copy link

Copilot AI Mar 26, 2026

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 0.8.0, while package.json is updated to ^1.0.5. This mismatch will cause npm ci (used in .github/workflows/lint.yml) to fail and/or keep installing the old version. Please run npm install to regenerate the lockfile and include the updated package-lock.json in this PR.

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