[ ] Unit or Functional tests are included in the PR
Description:
Shim needs functionality from tslib 1.8 (specifically __makeTemplateObject), but it's dependencies specify ^1.7.1. If a parent project specifies a 1.7.x dependency, shim can end up with something incompatible.
Type: bug
The following has been addressed in the PR:
Description:
Shim needs functionality from tslib 1.8 (specifically
__makeTemplateObject
), but it's dependencies specify^1.7.1
. If a parent project specifies a 1.7.x dependency, shim can end up with something incompatible.Resolves #123