Skip to content
Open
Changes from all commits
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 backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"vitest": "^4.0.16"
},
"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.
"@supabase/supabase-js": "^2.89.0",
"anki-apkg-export": "^4.0.3",
"cors": "^2.8.5",
Expand Down
Loading