cloudflare/workers-sdk @cloudflare/workers-utils@0.24.0
cloudflare/workers-sdk
Captured source
source ↗published Jun 19, 2026seen 6dcaptured 6dhttp 200method plain
@cloudflare/workers-utils@0.24.0
Repository: cloudflare/workers-sdk
Tag: @cloudflare/workers-utils@0.24.0
Published: 2026-06-19T13:30:35Z
Prerelease: no
Release notes:
Minor Changes
- #14295 `cfd6205` Thanks @dario-piotrowicz! - Move
unstable_getWorkerNameFromProjectfrom wrangler to@cloudflare/workers-utils
The unstable_getWorkerNameFromProject export has been removed from the wrangler package. This function is now available as getWorkerNameFromProject (without the unstable_ prefix) from @cloudflare/workers-utils. If you were importing this function from wrangler, update your import to use @cloudflare/workers-utils instead.
- #14295 `cfd6205` Thanks @dario-piotrowicz! - Add PackageManager type and constants
Added the PackageManager interface and package manager constants (NpmPackageManager, PnpmPackageManager, YarnPackageManager, BunPackageManager).
Notability
notability 3.0/10Routine utility package release for Workers SDK