shiftcode / dynamo-easy

DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.
https://shiftcode.github.io/dynamo-easy/
MIT License
206 stars 27 forks source link

Missing tslib dependency #258

Closed Tirke closed 4 years ago

Tirke commented 4 years ago

Describe the bug tslib is required to run dynamo-easy in node. tslib is not declared anywhere in the dependencies.

To Reproduce Just run dynamo-easy in node without ts-lib, and it will crash.

Expected behavior ts-lib should be an explicit dependency (peer or not)

Desktop (please complete the following information):

michaelwittwer commented 4 years ago

Thanks @Tirke for reporting this. You are absolutely right about this, will change this in the near future.

michaelwittwer commented 4 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: