iso-error-google-cloud-api@6.0.8
·
12 commits
to main
since this release
Patch Changes
-
08a63fa: Rebuild with tsdown, and fix the
exportsmap.The four packages are now built by tsdown (rolldown) instead of
tsc, so the
emitted JavaScript changes even though every published path, every export name
and the CommonJS__esModulemarker stay exactly as they were.The
exportsmap used atypecondition, which is not a thing — the condition
Node and TypeScript look for istypes. Type resolution therefore fell back to
the top-leveltypesfield, which pointed at the CommonJS declarations for both
entry points.importnow resolvesesm/index.d.tsandrequireresolves
cjs/index.d.ts.No API change: the exported names are identical to the previous release, checked
against the published tarballs for all four packages.