tsc-esm-fix
Advanced tools
Comparing version 2.7.5 to 2.7.6
{ | ||
"git": { | ||
"commitId": "421f9810dde04db1a6ea0d609ad119726736c276", | ||
"commitId": "b74880d3874a6bb2df1e624aaa0093488d3d22f7", | ||
"repoUrl": "https://github.com/antongolub/tsc-esm-fix", | ||
"repoName": "antongolub/tsc-esm-fix" | ||
}, | ||
"date": "2021-12-11T10:19:55.873Z" | ||
"date": "2021-12-30T19:10:58.058Z" | ||
} |
@@ -0,1 +1,8 @@ | ||
## [2.7.6](https://github.com/antongolub/tsc-esm-fix/compare/v2.7.5...v2.7.6) (2021-12-30) | ||
### Bug Fixes | ||
* move coverals to actions, fix vuls ([7889771](https://github.com/antongolub/tsc-esm-fix/commit/7889771ac8947d589ef8eba489fd164a3aa540cc)) | ||
## [2.7.5](https://github.com/antongolub/tsc-esm-fix/compare/v2.7.4...v2.7.5) (2021-12-11) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "tsc-esm-fix", | ||
"version": "2.7.5", | ||
"version": "2.7.6", | ||
"private": false, | ||
@@ -33,6 +33,6 @@ "publishConfig": { | ||
"test:deps": "npm-run-all -p -l test:depcheck test:depauditfix", | ||
"test:depcheck": "npm_config_yes=true npx depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc", | ||
"test:depcheck": "npm_config_yes=true npx -p depcheck -p @babel/parser@7.16.4 depcheck --ignore-patterns fixtures --ignores glob-runner,tslib,@types/jest,@types/node,eslint-config-*,typedoc", | ||
"test:depaudit": "yarn audit --groups=dependencies --level=moderate; [[ $? -ge 4 ]] && exit 1 || exit 0", | ||
"test:depauditfix": "npm_config_yes=true npx yarn-audit-fix --audit-level=moderate", | ||
"test:report": "yarn test && yarn push:report", | ||
"test:report": "yarn test", | ||
"prebuild": "yarn clean && npm_config_yes=true npx buildstamp --git --out.path buildstamp.json", | ||
@@ -45,4 +45,2 @@ "build": "npm-run-all -p -l build:es6 build:ts build:bundle docs && yarn build:fix", | ||
"docs": "typedoc", | ||
"coveralls:push": "cat ./coverage/lcov.info | coveralls || exit 0", | ||
"push:report": "yarn coveralls:push", | ||
"uglify": "for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done", | ||
@@ -70,11 +68,10 @@ "postupdate": "yarn && yarn test:deps && yarn build && yarn test", | ||
"@types/jest": "^27.0.3", | ||
"@types/node": "^16.11.12", | ||
"coveralls": "^3.1.1", | ||
"@types/node": "^17.0.5", | ||
"cpy-cli": "^3.1.1", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.4.1", | ||
"eslint": "^8.5.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-config-qiwi": "^1.15.2", | ||
"eslint-config-qiwi": "^1.15.3", | ||
"glob-runner": "^1.0.5", | ||
"jest": "^27.4.4", | ||
"jest": "^27.4.5", | ||
"microbundle": "^0.14.2", | ||
@@ -87,3 +84,3 @@ "mkdirp": "^1.0.4", | ||
"terser": "^5.10.0", | ||
"ts-jest": "^27.1.1", | ||
"ts-jest": "^27.1.2", | ||
"typedoc": "^0.22.10", | ||
@@ -90,0 +87,0 @@ "typescript": "4.5" |
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
86215
20