@qiwi/semrel-plugin-creator
Advanced tools
Comparing version 2.2.4 to 2.2.5
@@ -0,1 +1,12 @@ | ||
## @qiwi/semrel-plugin-creator [2.2.5](https://github.com/qiwi/semantic-release-toolkit/compare/@qiwi/semrel-plugin-creator@2.2.4...@qiwi/semrel-plugin-creator@2.2.5) (2022-03-06) | ||
### Dependencies | ||
* **@qiwi/semrel-infra:** upgraded to 3.0.8 | ||
* **@qiwi/semrel-testing-suite:** upgraded to 3.0.5 | ||
## @qiwi/semrel-plugin-creator [2.2.4](https://github.com/qiwi/semantic-release-toolkit/compare/@qiwi/semrel-plugin-creator@2.2.3...@qiwi/semrel-plugin-creator@2.2.4) (2022-02-22) | ||
@@ -2,0 +13,0 @@ |
{ | ||
"name": "@qiwi/semrel-plugin-creator", | ||
"version": "2.2.4", | ||
"version": "2.2.5", | ||
"publishConfig": { | ||
@@ -38,5 +38,5 @@ "access": "public" | ||
"build:es6": "mkdirp target/es6 && tsc -p tsconfig.es6.json", | ||
"build:ts": "cpy ./ ../../../target/ts/ --parents --dot --cwd=./src/main/ts/", | ||
"build:ts": "cpy ./ ../../../target/ts/ --dot --cwd=./src/main/ts/", | ||
"build:esmfix": "yarn tsc-esm-fix --target=target/es6 --target=target/esnext --dirnameVar=false --ext=.mjs", | ||
"build:exports": "cpy src/main/exports/ target/exports/", | ||
"build:exports": "cpy src/main/exports/ target/exports/ --flat", | ||
"build:libdef": "libdefkit --tsconfig=tsconfig.es5.json --tsconfig=tsconfig.es6.json --tsconfig=tsconfig.esnext.json", | ||
@@ -50,3 +50,3 @@ "docs": "typedoc --options ./typedoc.json ./src/main/ts", | ||
"@types/lodash-es": "^4.17.6", | ||
"@types/node": "^17.0.19", | ||
"@types/node": "^17.0.21", | ||
"@types/semantic-release": "^17.2.3", | ||
@@ -58,4 +58,4 @@ "debug": "^4.3.3", | ||
"devDependencies": { | ||
"@qiwi/semrel-infra": "3.0.0", | ||
"@qiwi/semrel-testing-suite": "3.0.4", | ||
"@qiwi/semrel-infra": "3.0.8", | ||
"@qiwi/semrel-testing-suite": "3.0.5", | ||
"@types/execa": "^2.0.0", | ||
@@ -62,0 +62,0 @@ "resolve-from": "^5.0.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
83518
Updated@types/node@^17.0.21