mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
- buildNpxInvocation now passes `--minimum-release-age=0` so a user's global `minimumReleaseAge` (npm's supply-chain cooldown, npm >=11.6.1) doesn't block npx from fetching the just-published latest dashboard. Older npm ignores the unknown flag. This is the only registry fetch via npx in the flow — `resolveLatestVersion` hits the registry HTTP API directly (not subject to the cooldown), and the other spawns run the user's own command / the bundled dashboard / local scripts. - Remove the "A newer <pkg> is available..." log before re-exec. |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| .eslintrc.cjs | ||
| package.json | ||
| tsconfig.json | ||
| tsdown.config.ts | ||
| vitest.config.ts | ||