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(export): generate clientId random suffix via node crypto, not a component dep
Using @teambit/toolbox.string.random added a new component-dependency edge
to @teambit/export (a core, widely-depended aspect). Combined with the
recent dependency-resolution changes on master, that edge perturbs the
dogfooding 'bit ci pr' capsule build of export's dependents (lanes/snapping
mock-remote tests started failing with InvalidScopeNameFromRemote). Get the
random suffix from node's built-in crypto instead — same collision-safe
clientId, no new component dependency.
0 commit comments