tsc-esm-fix
Advanced tools
Comparing version 2.20.17 to 2.20.18
{ | ||
"date": "2023-09-19T21:25:11.498Z", | ||
"date": "2023-12-02T08:39:57.914Z", | ||
"git_commit_branch": "master", | ||
"git_commit_id": "88e071ddcc6aef65312059c826390180545d43c1", | ||
"git_commit_id": "43b77f3caaeab922a7cca7764484c446f51dae95", | ||
"git_repo_url": "https://github.com/antongolub/tsc-esm-fix", | ||
"git_repo_name": "antongolub/tsc-esm-fix", | ||
"ci_run_id": "6241092252", | ||
"ci_run_url": "https://github.com/antongolub/tsc-esm-fix/actions/runs/6241092252" | ||
"ci_run_id": "7069163947", | ||
"ci_run_url": "https://github.com/antongolub/tsc-esm-fix/actions/runs/7069163947" | ||
} |
@@ -0,1 +1,6 @@ | ||
## [2.20.18](https://github.com/antongolub/tsc-esm-fix/compare/v2.20.17...v2.20.18) (2023-12-02) | ||
### Fixes & improvements | ||
* docs: fix CLI usage example (#142) ([43b77f3](https://github.com/antongolub/tsc-esm-fix/commit/43b77f3caaeab922a7cca7764484c446f51dae95)) | ||
## [2.20.17](https://github.com/antongolub/tsc-esm-fix/compare/v2.20.16...v2.20.17) (2023-09-19) | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "tsc-esm-fix", | ||
"version": "2.20.17", | ||
"version": "2.20.18", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -28,3 +28,3 @@ #!/usr/bin/env node | ||
Examples | ||
$ tsc-es2020-fix --ext=.mjs --out=foo | ||
$ tsc-esm-fix --ext=.mjs --out=foo | ||
`, | ||
@@ -31,0 +31,0 @@ { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
149021