stoplightio / yaml

Useful functions when working with YAML.
Apache License 2.0
13 stars 3 forks source link

Missing tslib dependency #36

Closed LynnKirby closed 4 years ago

LynnKirby commented 4 years ago

This library (and @stoplight/json, probably others) has a runtime dependency on tslib in the compiled JavaScript. Use of that package gets emitted when using compiling with import helpers (e.g. this is set in Stoplight's main tsconfig.json). However the dependency is missing from package.json so using the package from JavaScript will usually fail.

stoplight-bot commented 4 years ago

:tada: This issue has been resolved in version 4.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: