tsc-esm-fix
Advanced tools
Comparing version 2.7.7 to 2.7.8
{ | ||
"git": { | ||
"commitId": "bf735039e5ca2349bd484f3ee3076ee02653f191", | ||
"commitId": "80fa3306ebfb66a95e472559efed243839b6f4bc", | ||
"repoUrl": "https://github.com/antongolub/tsc-esm-fix", | ||
"repoName": "antongolub/tsc-esm-fix" | ||
}, | ||
"date": "2022-01-24T12:10:39.947Z" | ||
"date": "2022-03-09T19:07:54.564Z" | ||
} |
@@ -0,1 +1,8 @@ | ||
## [2.7.8](https://github.com/antongolub/tsc-esm-fix/compare/v2.7.7...v2.7.8) (2022-03-09) | ||
### Bug Fixes | ||
* up deps, fix some vuls ([80fa330](https://github.com/antongolub/tsc-esm-fix/commit/80fa3306ebfb66a95e472559efed243839b6f4bc)) | ||
## [2.7.7](https://github.com/antongolub/tsc-esm-fix/compare/v2.7.6...v2.7.7) (2022-01-24) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "tsc-esm-fix", | ||
"version": "2.7.7", | ||
"version": "2.7.8", | ||
"private": false, | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
"build:es6": "mkdirp target/es6 && tsc -p tsconfig.es6.json", | ||
"build:ts": "cpy src/main/ts/ target/ts/", | ||
"build:ts": "cpy ./src/main/ts ./target/ts --flat", | ||
"build:bundle": "microbundle --tsconfig tsconfig.es6.json build src/main/ts/index.ts -o target/bundle", | ||
@@ -58,4 +58,4 @@ "build:fix": "node scripts/js/build-fix.js", | ||
"@types/fs-extra": "^9.0.13", | ||
"fs-extra": "^10.0.0", | ||
"globby": "^13.0.0", | ||
"fs-extra": "^10.0.1", | ||
"globby": "^13.1.1", | ||
"json5": "^2.2.0", | ||
@@ -67,21 +67,21 @@ "meow": "^10.1.2", | ||
"@qiwi/npm-run-all": "^4.1.7", | ||
"@types/jest": "^27.0.3", | ||
"@types/node": "^17.0.5", | ||
"cpy-cli": "^3.1.1", | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^17.0.21", | ||
"cpy-cli": "^4.0.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.5.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-config-qiwi": "^1.15.3", | ||
"eslint": "^8.10.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-config-qiwi": "^1.16.1", | ||
"glob-runner": "^1.0.5", | ||
"jest": "^27.4.5", | ||
"jest": "^27.5.1", | ||
"microbundle": "^0.14.2", | ||
"mkdirp": "^1.0.4", | ||
"prettier": "^2.5.1", | ||
"prettier-config-qiwi": "^1.5.0", | ||
"prettier-config-qiwi": "^1.6.1", | ||
"rimraf": "^3.0.2", | ||
"tempy": "^2.0.0", | ||
"terser": "^5.10.0", | ||
"ts-jest": "^27.1.2", | ||
"typedoc": "^0.22.10", | ||
"typescript": "4.5" | ||
"terser": "^5.12.0", | ||
"ts-jest": "^27.1.3", | ||
"typedoc": "^0.22.13", | ||
"typescript": "4.6" | ||
}, | ||
@@ -88,0 +88,0 @@ "repository": { |
@@ -132,3 +132,3 @@ import { basename, dirname, resolve } from 'path' | ||
globby(['node_modules/*/package.json'], { | ||
cwd: cwd, | ||
cwd, | ||
onlyFiles: true, | ||
@@ -154,3 +154,3 @@ absolute: true, | ||
{ | ||
cwd: cwd, | ||
cwd, | ||
onlyFiles: true, | ||
@@ -178,3 +178,3 @@ absolute: true, | ||
const names = await globby(patterns, { | ||
cwd: cwd, | ||
cwd, | ||
onlyFiles: true, | ||
@@ -181,0 +181,0 @@ absolute: true, |
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
86644
Updatedfs-extra@^10.0.1
Updatedglobby@^13.1.1