Skip to content

@cloudflare/cli-shared-helpers@0.1.15

Choose a tag to compare

@workers-devprod workers-devprod released this 17 Jul 09:23
82918ad

Patch Changes

  • #14499 8cd805d Thanks @colinhacks! - Detect the nub package manager

    C3 resolves the invoking package manager with which-pm-runs, which already returns nub, but detectPackageManager had no nub case in its switch, so it fell through to the npm default and produced npm commands. detectPackageManager now maps nub to its nub/nubx executables, and @cloudflare/cli-shared-helpers's package-install helpers accept nub as a package manager.

  • Updated dependencies []:

    • @cloudflare/workers-utils@0.27.0