@qiwi/semrel-plugin-creator
Advanced tools
Comparing version 1.7.4 to 1.7.5
@@ -0,1 +1,17 @@ | ||
## @qiwi/semrel-plugin-creator [1.7.5](https://github.com/qiwi/semantic-release-toolkit/compare/@qiwi/semrel-plugin-creator@1.7.4...@qiwi/semrel-plugin-creator@1.7.5) (2021-06-17) | ||
### Bug Fixes | ||
* **package:** update deps, fix vuls ([c94e353](https://github.com/qiwi/semantic-release-toolkit/commit/c94e353bfa1ca228325f97aaba3ffa5e433d3139)) | ||
### Dependencies | ||
* **@qiwi/semrel-infra:** upgraded to 1.1.3 | ||
* **@qiwi/semrel-testing-suite:** upgraded to 1.4.4 | ||
## @qiwi/semrel-plugin-creator [1.7.4](https://github.com/qiwi/semantic-release-toolkit/compare/@qiwi/semrel-plugin-creator@1.7.3...@qiwi/semrel-plugin-creator@1.7.4) (2021-05-17) | ||
@@ -2,0 +18,0 @@ |
/** | ||
* Flowtype definitions for index | ||
* Generated by Flowgen from a Typescript Definition | ||
* Flowgen v1.13.0 | ||
* Flowgen v1.14.1 | ||
*/ | ||
@@ -69,7 +69,10 @@ | ||
}; | ||
declare export type TSemrelContext = Context & { | ||
cwd: string, | ||
branch?: TBranch, | ||
branches: string[], | ||
... | ||
declare export type TSemrelContext = { | ||
...Context, | ||
...{ | ||
cwd: string, | ||
branch?: TBranch, | ||
branches: string[], | ||
... | ||
}, | ||
}; | ||
@@ -119,5 +122,8 @@ declare export type TPluginConfig = { [key: any]: any, ... }; | ||
declare export type TPluginFactoryOptions = $Rest< | ||
Omit<TPluginFactoryOptionsNormalized, "debug"> & { | ||
debug: string | Debugger, | ||
... | ||
{ | ||
...Omit<TPluginFactoryOptionsNormalized, "debug">, | ||
...{ | ||
debug: string | Debugger, | ||
... | ||
}, | ||
}, | ||
@@ -197,7 +203,10 @@ { ... } | ||
}; | ||
declare export type TSemrelContext = Context & { | ||
cwd: string, | ||
branch?: TBranch, | ||
branches: string[], | ||
... | ||
declare export type TSemrelContext = { | ||
...Context, | ||
...{ | ||
cwd: string, | ||
branch?: TBranch, | ||
branches: string[], | ||
... | ||
}, | ||
}; | ||
@@ -247,5 +256,8 @@ declare export type TPluginConfig = { [key: any]: any, ... }; | ||
declare export type TPluginFactoryOptions = $Rest< | ||
Omit<TPluginFactoryOptionsNormalized, "debug"> & { | ||
debug: string | Debugger, | ||
... | ||
{ | ||
...Omit<TPluginFactoryOptionsNormalized, "debug">, | ||
...{ | ||
debug: string | Debugger, | ||
... | ||
}, | ||
}, | ||
@@ -252,0 +264,0 @@ { ... } |
{ | ||
"name": "@qiwi/semrel-plugin-creator", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"private": false, | ||
@@ -48,5 +48,5 @@ "publishConfig": { | ||
"@antongolub/esm": "^1.0.0", | ||
"tslib": "^2.2.0", | ||
"tslib": "^2.3.0", | ||
"@types/semantic-release": "^17.2.0", | ||
"@types/node": "^15.3.0", | ||
"@types/node": "^15.12.2", | ||
"@types/lodash-es": "^4.17.4", | ||
@@ -57,5 +57,5 @@ "lodash-es": "^4.17.21", | ||
"devDependencies": { | ||
"@qiwi/semrel-infra": "1.1.2", | ||
"@qiwi/semrel-testing-suite": "1.4.3", | ||
"semantic-release": "^17.4.3", | ||
"@qiwi/semrel-infra": "1.1.3", | ||
"@qiwi/semrel-testing-suite": "1.4.4", | ||
"semantic-release": "^17.4.4", | ||
"resolve-from": "^5.0.0", | ||
@@ -62,0 +62,0 @@ "@types/execa": "^2.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
58916
995
Updated@types/node@^15.12.2
Updatedtslib@^2.3.0