Minor Changes
-
#14591
0283a1fThanks @dario-piotrowicz! - ExportgetInstalledPackageVersion,getPackagePath, andisPackageInstalledutilitiesPackage resolution helpers that were previously internal to
@cloudflare/autoconfigare now exported from@cloudflare/workers-utilsso they can be shared across packages without pulling in the full autoconfig dependency.getPackagePathnow also consistently returns a directory path. Previously the fallback resolution strategy could return a file path (the package entry point) instead of its containing directory.