tsc-esm-fix
Advanced tools
Comparing version 2.5.0 to 2.5.1
{ | ||
"git": { | ||
"commitId": "af31516e3a6af55a293955c0202dc4ed9d37ced4", | ||
"commitId": "9f8cc6e2cafe494ce7d4aa5ac33e04fc3180fb11", | ||
"repoUrl": "https://github.com/antongolub/tsc-esm-fix", | ||
"repoName": "antongolub/tsc-esm-fix" | ||
}, | ||
"date": "2021-08-18T18:42:21.686Z" | ||
"date": "2021-08-18T19:11:08.359Z" | ||
} |
@@ -0,1 +1,3 @@ | ||
## [2.5.1](https://github.com/antongolub/tsc-esm-fix/compare/v2.5.0...v2.5.1) (2021-08-18) | ||
# [2.5.0](https://github.com/antongolub/tsc-esm-fix/compare/v2.4.4...v2.5.0) (2021-08-18) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "tsc-esm-fix", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -80,3 +80,3 @@ # tsc-esm-fix | ||
// Dir with index.file ./qux.js/index.js | ||
// Dir with index.js file inside: ./qux.js/index.js | ||
export { qux } from './qux.js'; | ||
@@ -83,0 +83,0 @@ |
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
78103