This repository has been archived by the owner on May 2, 2021. It is now read-only.
Releases: nomaed/dts-builder
Releases · nomaed/dts-builder
Handle import/export w/o semicolons, TSLint upgraded
-
Handle imports and exports without semicolons (contribution by @skymakerolof #12):
This fix adjusts the regular expressions to match import and export lines that do not end with a semicolon. This allows for including manually crafted declarations, which may or may not end the lines with a semicolon.
-
TSLint upgraded to ^5.17.0 to address vulnerability if one of its dependencies from v4.
It is recommended to upgrade to this version.
Removed inline imports
Merged a contribution by @skymakerolof in which inline imports are removed.
For example:
import("./bar").Foo
Fixed npm packages' vulnerabilities
Auto-fix for discovered vulnerabilities with npm audit fix
.
Only package-lock.json was updated.
Support for Node v4 + added package-lock.json
v1.1.4 1.1.4
Option not to wrap in namespace
v1.1.2 1.1.2
Doesn't camelCase module name if a single word
v1.1.1 1.1.1