@polygonlabs/zod-to-openapi-heyapi@2.0.2
·
29 commits
to main
since this release
Patch Changes
-
#73
006cf08Thanks @MaximusHaximus! - Ship the LICENSE file inside the published npm packageThe 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.