tsc-esm-fix
Advanced tools
Comparing version 2.20.16 to 2.20.17
{ | ||
"date": "2023-09-18T13:41:52.145Z", | ||
"date": "2023-09-19T21:25:11.498Z", | ||
"git_commit_branch": "master", | ||
"git_commit_id": "f250b2b688b1427475e56f0d072d72d9c3f7c3ac", | ||
"git_commit_id": "88e071ddcc6aef65312059c826390180545d43c1", | ||
"git_repo_url": "https://github.com/antongolub/tsc-esm-fix", | ||
"git_repo_name": "antongolub/tsc-esm-fix", | ||
"ci_run_id": "6223382345", | ||
"ci_run_url": "https://github.com/antongolub/tsc-esm-fix/actions/runs/6223382345" | ||
"ci_run_id": "6241092252", | ||
"ci_run_url": "https://github.com/antongolub/tsc-esm-fix/actions/runs/6241092252" | ||
} |
@@ -0,1 +1,6 @@ | ||
## [2.20.17](https://github.com/antongolub/tsc-esm-fix/compare/v2.20.16...v2.20.17) (2023-09-19) | ||
### Fixes & improvements | ||
* fix: tech release to push the prev d.ts fix ([88e071d](https://github.com/antongolub/tsc-esm-fix/commit/88e071ddcc6aef65312059c826390180545d43c1)) | ||
## [2.20.16](https://github.com/antongolub/tsc-esm-fix/compare/v2.20.15...v2.20.16) (2023-09-18) | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "tsc-esm-fix", | ||
"version": "2.20.16", | ||
"version": "2.20.17", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
#!/usr/bin/env node | ||
import './meow.d.ts'; | ||
export {}; |
#!/usr/bin/env node | ||
import './meow.d.ts'; | ||
export {}; |
#!/usr/bin/env node | ||
import './meow.d.ts' | ||
import meow from 'meow' | ||
@@ -5,0 +4,0 @@ |
@@ -1,2 +0,2 @@ | ||
import {basename, dirname, join,resolve} from 'node:path' | ||
import {basename, dirname, join, resolve} from 'node:path' | ||
@@ -3,0 +3,0 @@ import {Options as GlobbyOptions} from 'globby' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
148763
31
939