fix(cloudflare.plugins): Switch to smartrequest namespace export and improve request typing and JSON parsing

This commit is contained in:
2025-11-17 23:22:00 +00:00
parent 0184371635
commit 002ac3ae01
4 changed files with 15 additions and 6 deletions

View File

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