Skip to content

@cloudflare/next-on-pages@1.11.2

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 22:10
· 51 commits to main since this release
1493f82

Patch Changes

  • 31c2627: update package.json to properly export the typescript types

    the current types are declared in the package.json via typesVersions
    such don't seem to get picked up correctly by all package managers, to for
    the types use the package.json exports field instead

  • 31c2627: fix the setupDevPlatform's options parameter not being optional