tsc-esm-fix
Advanced tools
Comparing version 2.7.1 to 2.7.2
{ | ||
"git": { | ||
"commitId": "bae38d140ce8fdd6ad9f837550bae70c276d7b1d", | ||
"commitId": "1ed4c869175febf396d5ec2cc10c217909b6a43a", | ||
"repoUrl": "https://github.com/antongolub/tsc-esm-fix", | ||
"repoName": "antongolub/tsc-esm-fix" | ||
}, | ||
"date": "2021-09-07T17:34:51.976Z" | ||
"date": "2021-09-12T17:48:50.086Z" | ||
} |
@@ -0,1 +1,3 @@ | ||
## [2.7.2](https://github.com/antongolub/tsc-esm-fix/compare/v2.7.1...v2.7.2) (2021-09-12) | ||
## [2.7.1](https://github.com/antongolub/tsc-esm-fix/compare/v2.7.0...v2.7.1) (2021-09-07) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "tsc-esm-fix", | ||
"version": "2.7.1", | ||
"version": "2.7.2", | ||
"private": false, | ||
@@ -33,3 +33,3 @@ "publishConfig": { | ||
"test:deps": "npm-run-all -p -l test:depcheck test:depauditfix", | ||
"test:depcheck": "npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores tslib,@types/jest,@types/node,eslint-config-*", | ||
"test:depcheck": "npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores tslib,@types/jest,@types/node,eslint-config-*,typedoc", | ||
"test:depaudit": "yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0", | ||
@@ -69,3 +69,3 @@ "test:depauditfix": "npm_config_yes=true npx yarn-audit-fix --audit-level=moderate", | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^16.7.13", | ||
"@types/node": "^16.9.1", | ||
"coveralls": "^3.1.1", | ||
@@ -76,7 +76,7 @@ "cpy-cli": "^3.1.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-config-qiwi": "^1.13.5", | ||
"jest": "^27.1.0", | ||
"eslint-config-qiwi": "^1.13.6", | ||
"jest": "^27.1.1", | ||
"microbundle": "^0.13.3", | ||
"mkdirp": "^1.0.4", | ||
"prettier": "^2.3.2", | ||
"prettier": "^2.4.0", | ||
"prettier-config-qiwi": "^1.4.2", | ||
@@ -88,3 +88,3 @@ "rimraf": "^3.0.2", | ||
"ts-jest": "^27.0.5", | ||
"typedoc": "^0.21.9", | ||
"typedoc": "^0.22.3", | ||
"typescript": "4.4" | ||
@@ -91,0 +91,0 @@ }, |
@@ -21,2 +21,3 @@ # tsc-esm-fix | ||
- [Contributing](#contributing) | ||
- [References](#references) | ||
- [License](#license) | ||
@@ -200,3 +201,3 @@ | ||
## Refs | ||
## References | ||
* [TypeScript/issues/13422: TypeScript and script type="module"](https://github.com/microsoft/TypeScript/issues/13422) | ||
@@ -203,0 +204,0 @@ * [TypeScript/issues/28288: Feature: disable extensionless imports](https://github.com/microsoft/TypeScript/issues/28288) |
85149
213