@cloudflare/deploy-helpers@0.6.8
·
1 commit
to main
since this release
Patch Changes
-
#15081
026e058Thanks @podonnell-dev! - Compactwrangler previewdeployment success outputwrangler previewnow prints a concise success summary with the Preview name, Preview URL, deployment ID, and Deployment URL instead of the previous box-art settings summary. -
#15132
5b1b930Thanks @dario-piotrowicz! - Fetch script metadata directly instead of listing all scriptsWhen resolving Durable Object migrations, fetch the specific script's service metadata via
/workers/services/{name}instead of listing all scripts in the account via/workers/scripts. This avoids downloading metadata for every Worker in the account just to find one script's migration tag. -
Updated dependencies [
c7aede7,0aa8fa5]:- miniflare@5.20260804.1-alpha
- @cloudflare/workers-utils@0.32.0
- @cloudflare/cli-shared-helpers@0.1.22