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(netlayer): reconcile package dependencies with depcheck
CI's strict `yarn lint` (depcheck) flagged dependency mismatches the local
`lint:fix` runs did not surface:
- @metamask/netlayer: drop unused @metamask/superstruct, add @types/node
- @metamask/netlayer-loopback: drop unused @metamask/logger (+ its tsconfig
references), add @types/node
- @MetaMask/ocap-kernel: drop @noble/curves, now unused after identity.ts
moved to @metamask/netlayer
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments