Skip to content

@cloudflare/workers-utils@0.24.0

Choose a tag to compare

@workers-devprod workers-devprod released this 19 Jun 13:30
· 2 commits to main since this release
4d8ffcb

Minor Changes

  • #14295 cfd6205 Thanks @dario-piotrowicz! - Move unstable_getWorkerNameFromProject from 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).