mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
The bare-name sweep was mutating the sentinel string
('js @stackframe/js@2.8.105') into 'js @hexclave/js@2.8.105' before
the sentinel-specific regex (built from oldName) had a chance to
match, silently leaving the version stuck at the old @stackframe
version on published @hexclave/* artifacts. Reorder so the sentinel
rewrite runs first; the name sweep that follows can't touch the
rewritten sentinel because it no longer contains any @stackframe/*
substrings.
|
||
|---|---|---|
| .. | ||
| generate-sdks.ts | ||
| generate-setup-prompt-docs.ts | ||
| postinstall-patch-next-async-debug-info.mjs | ||
| rewrite-packages-to-hexclave.ts | ||
| set-process-title.js | ||
| utils.ts | ||
| wait-for-dev-package-imports.ts | ||