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(realfi-partner-sdk): unblock BitGoJS CI for RealFi fork
Relax engines to >=20, mark private until npm package exists, ignore
Node 22-only transitive engines on install, and skip lint/format on
vendored sources like the Babylon fork.
Co-authored-by: Cursor <cursoragent@cursor.com>
TICKET: SI-1292
-`engines.node` is `>=20` to match BitGoJS (upstream / `@cardano-sdk/core` want `>=22`; WP runtime is 22).
14
+
- Root `.yarnrc` sets `ignore-engines true` so Node 20 CI can install those transitive deps (same class of issue as shipping Cardano SDK into this monorepo).
15
+
-`private: true` skips `verify-npm-packages` until the package is created on npm; unset before first publish.
0 commit comments