@cloudflare/cli-shared-helpers@0.1.15
📦 cloudflare-workersView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch updates the workers-sdk to correctly detect and handle the `nub` package manager. It ensures that `nub` commands are used instead of defaulting to npm, improving package management integration.
🐛 Bug Fixes
- The `nub` package manager is now correctly detected by C3, preventing it from defaulting to npm commands and ensuring `nub`/`nubx` executables are used. This also updates `@cloudflare/cli-shared-helpers`'s package-install helpers to accept `nub`.