Skip to content
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",

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.

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