stack/packages/stack-cli
Bilal Godil b6a6146cfe feat(cli): override npm cooldown on re-exec; drop "newer available" log
- 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.
2026-05-29 11:42:28 -07:00
..
scripts Merge branch 'cl/romantic-mendel-5a2c25' into cl/hexclave-pr3 2026-05-26 10:15:27 -07:00
src feat(cli): override npm cooldown on re-exec; drop "newer available" log 2026-05-29 11:42:28 -07:00
.eslintrc.cjs Stack CLI (#1227) 2026-03-09 13:24:15 -07:00
package.json chore(hexclave): point repository URLs at hexclave/hexclave ahead of repo rename 2026-05-28 18:54:26 -07:00
tsconfig.json Stack CLI (#1227) 2026-03-09 13:24:15 -07:00
tsdown.config.ts stack-cli: cloud/local init flow, auto-create on empty projects, post-setup next-steps (#1383) 2026-05-08 10:47:49 -07:00
vitest.config.ts Fast-start local emulator via RAM snapshot + live secret rotation (#1340) 2026-04-20 14:24:49 -07:00