The types weren't being built in the NPM package. Downstream would get them sometimes by node modules search, but only if within sufficient search depth.
This removes the need for searching node_modules
Security Considerations
none
Scaling Considerations
none
Documentation Considerations
no, more like other packages now
Testing Considerations
CI
Compatibility Considerations
fully back compat
Upgrade Considerations
none
[ ] Includes *BREAKING*: in the commit message with migration instructions for any breaking change.
Description
The types weren't being built in the NPM package. Downstream would get them sometimes by node modules search, but only if within sufficient search depth.
This removes the need for searching node_modules
Security Considerations
none
Scaling Considerations
none
Documentation Considerations
no, more like other packages now
Testing Considerations
CI
Compatibility Considerations
fully back compat
Upgrade Considerations
none
*BREAKING*:
in the commit message with migration instructions for any breaking change.NEWS.md
for user-facing changes.