Typescript Downgrade and Node 16 (CI/CD) Race Condition Fix
In this release:
Fixes:
- #89 - (CI/CD) Race condition, in Node 16, fixed. Code in plugin implementation (surrounding
sass
module custom importer) now enforcessync
calls toresolve
module ensuring the same behavior across current versions of node.
Improvements:
- #90 - Downgraded typescript version for library to ensure that *.d.ts files that are output are compatible with older versions of typescripts (namely for projects that use typescript versions as far back as typescript version 3.5.3).
--End of notes
Happy coding!
@elycruz