You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"_workspaces_note": "Three workspace roots reference bindings/proto-ts (@runanywhere/proto-ts) by different relative paths: (1) this repo-root yarn workspace covers proto-ts + RN packages + RN example; (2) bindings/react-native/package.json is a yarn workspace root for standalone RN dev (`../proto-ts`); (3) bindings/web/package.json is an npm workspace root for the web SDK (`../proto-ts`). All three resolve proto-ts via workspace:* when `install` is run from their respective roots; this lets each SDK lane operate standalone in CI without dragging in the others. Future consolidation: move web SDK into this yarn workspace once npm-vs-yarn lockfile policy is decided.",