Commit 6f19858
committed
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.1 parent 5b96951 commit 6f19858
2 files changed
Lines changed: 2190 additions & 1870 deletions
0 commit comments