Skip to content

@polygonlabs/zod-to-openapi-heyapi@2.0.2

Choose a tag to compare

@0xpolygon-changesets-release-bot 0xpolygon-changesets-release-bot released this 16 Jul 19:51
· 29 commits to main since this release
67ebd1b

Patch Changes

  • #73 006cf08 Thanks @MaximusHaximus! - Ship the LICENSE file inside the published npm package

    The previous release added the Apache-2.0 license at the repo root and
    declared it in package.json, but npm only auto-includes a LICENSE file
    in the packed tarball when it lives in the same directory as the
    package's own package.json. The license metadata was correct but the
    actual license text was missing from the published package — this adds
    it.