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
š fix(registries): guard schemaV1 manifest JSON.parse against malformed data
A malformed or missing v1Compatibility from a registry threw a raw
SyntaxError/TypeError that silently dropped the container from the watch
cycle. Fully optional-chain the access and wrap the parse in try/catch
with a descriptive error.
0 commit comments