endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
828 stars 72 forks source link

build: .d.ts for nat #2132

Closed turadg closed 8 months ago

turadg commented 8 months ago

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