Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 20:23
· 110 commits to main since this release
e24bcb9

Patch Changes

  • 125077c: Add contentTooLarge (413) to the framework-agnostic root entry point's re-exports. It was added
    to @adrianhall/cloudflare-toolkit/errors after the root barrel was originally wired and was
    never backfilled — every other error generator was already re-exported from
    @adrianhall/cloudflare-toolkit.

    Also adds the corresponding contentTooLarge(input?) | 413 row to skills/cloudflare-toolkit/SKILL.md's
    HTTP Errors table, which previously omitted it as well.