fix(worker): Refactor worker script update and creation to use intermediate parameter objects

This commit is contained in:
2025-04-26 12:42:24 +00:00
parent 6cd5aa2913
commit d8ca3dc115
4 changed files with 19 additions and 15 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/cloudflare',
version: '6.3.1',
version: '6.3.2',
description: 'A TypeScript client for managing Cloudflare accounts, zones, DNS records, and workers with ease.'
}