Minor Changes
-
#14295
cfd6205Thanks @dario-piotrowicz! - Moveunstable_getWorkerNameFromProjectfrom wrangler to@cloudflare/workers-utilsThe
unstable_getWorkerNameFromProjectexport has been removed from thewranglerpackage. This function is now available asgetWorkerNameFromProject(without theunstable_prefix) from@cloudflare/workers-utils. If you were importing this function fromwrangler, update your import to use@cloudflare/workers-utilsinstead. -
#14295
cfd6205Thanks @dario-piotrowicz! - Add PackageManager type and constantsAdded the
PackageManagerinterface and package manager constants (NpmPackageManager,PnpmPackageManager,YarnPackageManager,BunPackageManager).