Skip to content

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

Open
mattkwilson wants to merge 7 commits into
mainfrom
claude/update-inworld-runtime
Open

chore: update @inworld/runtime to v1.0.5#64
mattkwilson wants to merge 7 commits into
mainfrom
claude/update-inworld-runtime

Conversation

@mattkwilson
Copy link
Copy Markdown
Contributor

Summary

Updates @inworld/runtime to the latest stable release, replacing the pre-release tarball URL with the official npm package.

Version
Before https://storage.googleapis.com/assets-inworld-ai/node-packages/inworld-runtime-0.9.0-rc.14.tgz (pre-release tarball)
After 1.0.5 (npm)

Changes

  • Updated backend/package.json: replaced tarball URL with @inworld/runtime@1.0.5

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

Copilot AI review requested due to automatic review settings March 26, 2026 23:12
@mattkwilson mattkwilson requested a review from a team as a code owner March 26, 2026 23:12
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 backend to use the stable npm-published @inworld/runtime package instead of a pre-release tarball URL, aligning dependency management with standard npm workflows.

Changes:

  • Replaces the @inworld/runtime dependency source from a GCS tarball URL to the npm version 1.0.5.

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

Comment thread backend/package.json
},
"dependencies": {
"@inworld/runtime": "https://storage.googleapis.com/assets-inworld-ai/node-packages/inworld-runtime-0.9.0-rc.14.tgz",
"@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.

backend/package-lock.json still pins @inworld/runtime to the old tarball URL, so installs/CI will continue to resolve the pre-release package (or fail due to mismatch). Please regenerate and commit the updated lockfile (run npm install in backend/) so package.json and package-lock.json stay in sync.

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