@qiwi/semrel-plugin-creator
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -0,1 +1,22 @@ | ||
## @qiwi/semrel-plugin-creator [1.6.2](https://github.com/qiwi/semantic-release-toolkit/compare/@qiwi/semrel-plugin-creator@1.6.1...@qiwi/semrel-plugin-creator@1.6.2) (2021-03-11) | ||
### Bug Fixes | ||
* **pkg:** up deps, fix vuls ([3bd0514](https://github.com/qiwi/semantic-release-toolkit/commit/3bd051436e6466000443d44f5aa819f67080f534)) | ||
### Performance Improvements | ||
* cross-package refactorings ([3defc27](https://github.com/qiwi/semantic-release-toolkit/commit/3defc2728b3fb5cb5d0cd010a3dd0ba86079dd74)) | ||
### Dependencies | ||
* **@qiwi/semrel-infra:** upgraded to 1.0.5 | ||
* **@qiwi/semrel-testing-suite:** upgraded to 1.1.1 | ||
## @qiwi/semrel-plugin-creator [1.6.1](https://github.com/qiwi/semantic-release-toolkit/compare/@qiwi/semrel-plugin-creator@1.6.0...@qiwi/semrel-plugin-creator@1.6.1) (2021-01-19) | ||
@@ -2,0 +23,0 @@ |
/** | ||
* Flowtype definitions for index | ||
* Generated by Flowgen from a Typescript Definition | ||
* Flowgen v1.12.0 | ||
* Flowgen v1.13.0 | ||
*/ | ||
@@ -9,2 +9,3 @@ | ||
import type { | ||
TPlugin, | ||
TPluginConfig, | ||
@@ -23,13 +24,3 @@ TPluginFactory, | ||
declare export var defaultOptions: { | ||
include: ( | ||
| "fail" | ||
| "verifyConditions" | ||
| "analyzeCommits" | ||
| "verifyRelease" | ||
| "generateNotes" | ||
| "prepare" | ||
| "publish" | ||
| "addChannel" | ||
| "success" | ||
)[], | ||
include: $Keys<TPlugin>[], | ||
exclude: empty[], | ||
@@ -147,2 +138,3 @@ require: empty[], | ||
import type { | ||
TPlugin, | ||
TPluginConfig, | ||
@@ -161,13 +153,3 @@ TPluginFactory, | ||
declare export var defaultOptions: { | ||
include: ( | ||
| "fail" | ||
| "verifyConditions" | ||
| "analyzeCommits" | ||
| "verifyRelease" | ||
| "generateNotes" | ||
| "prepare" | ||
| "publish" | ||
| "addChannel" | ||
| "success" | ||
)[], | ||
include: $Keys<TPlugin>[], | ||
exclude: empty[], | ||
@@ -174,0 +156,0 @@ require: empty[], |
{ | ||
"name": "@qiwi/semrel-plugin-creator", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"private": false, | ||
@@ -43,11 +43,11 @@ "publishConfig": { | ||
"@types/semantic-release": "^17.2.0", | ||
"@types/node": "^14.14.21", | ||
"@types/node": "^14.14.33", | ||
"read-pkg-up": "^7.0.1", | ||
"lodash": "^4.17.20", | ||
"lodash": "^4.17.21", | ||
"debug": "^4.3.1" | ||
}, | ||
"devDependencies": { | ||
"@qiwi/semrel-infra": "1.0.4", | ||
"@qiwi/semrel-testing-suite": "1.1.0", | ||
"semantic-release": "^17.3.3", | ||
"@qiwi/semrel-infra": "1.0.5", | ||
"@qiwi/semrel-testing-suite": "1.1.1", | ||
"semantic-release": "^17.4.1", | ||
"resolve-from": "^5.0.0", | ||
@@ -54,0 +54,0 @@ "@types/execa": "^2.0.0" |
@@ -1,6 +0,6 @@ | ||
import { TPluginConfig, TPluginFactory, TPluginFactoryOptions, TPluginFactoryOptionsNormalized, TReleaseHandler, TReleaseStep, TSemrelContext } from './interface'; | ||
import { TPlugin, TPluginConfig, TPluginFactory, TPluginFactoryOptions, TPluginFactoryOptionsNormalized, TReleaseHandler, TReleaseStep, TSemrelContext } from './interface'; | ||
export * from './interface'; | ||
export declare const releaseSteps: Array<TReleaseStep>; | ||
export declare const defaultOptions: { | ||
include: ("fail" | "verifyConditions" | "analyzeCommits" | "verifyRelease" | "generateNotes" | "prepare" | "publish" | "addChannel" | "success")[]; | ||
include: (keyof TPlugin)[]; | ||
exclude: never[]; | ||
@@ -7,0 +7,0 @@ require: never[]; |
@@ -1,6 +0,6 @@ | ||
import { TPluginConfig, TPluginFactory, TPluginFactoryOptions, TPluginFactoryOptionsNormalized, TReleaseHandler, TReleaseStep, TSemrelContext } from './interface'; | ||
import { TPlugin, TPluginConfig, TPluginFactory, TPluginFactoryOptions, TPluginFactoryOptionsNormalized, TReleaseHandler, TReleaseStep, TSemrelContext } from './interface'; | ||
export * from './interface'; | ||
export declare const releaseSteps: Array<TReleaseStep>; | ||
export declare const defaultOptions: { | ||
include: ("fail" | "verifyConditions" | "analyzeCommits" | "verifyRelease" | "generateNotes" | "prepare" | "publish" | "addChannel" | "success")[]; | ||
include: (keyof TPlugin)[]; | ||
exclude: never[]; | ||
@@ -7,0 +7,0 @@ require: never[]; |
@@ -7,7 +7,7 @@ // Generated by dts-bundle v0.7.4 | ||
declare module '@qiwi/semrel-plugin-creator/target/es6' { | ||
import { TPluginConfig, TPluginFactory, TPluginFactoryOptions, TPluginFactoryOptionsNormalized, TReleaseHandler, TReleaseStep, TSemrelContext } from '@qiwi/semrel-plugin-creator/target/es6/interface'; | ||
import { TPlugin, TPluginConfig, TPluginFactory, TPluginFactoryOptions, TPluginFactoryOptionsNormalized, TReleaseHandler, TReleaseStep, TSemrelContext } from '@qiwi/semrel-plugin-creator/target/es6/interface'; | ||
export * from '@qiwi/semrel-plugin-creator/target/es6/interface'; | ||
export const releaseSteps: Array<TReleaseStep>; | ||
export const defaultOptions: { | ||
include: ("fail" | "verifyConditions" | "analyzeCommits" | "verifyRelease" | "generateNotes" | "prepare" | "publish" | "addChannel" | "success")[]; | ||
include: (keyof TPlugin)[]; | ||
exclude: never[]; | ||
@@ -96,7 +96,7 @@ require: never[]; | ||
declare module '@qiwi/semrel-plugin-creator/target/es5' { | ||
import { TPluginConfig, TPluginFactory, TPluginFactoryOptions, TPluginFactoryOptionsNormalized, TReleaseHandler, TReleaseStep, TSemrelContext } from '@qiwi/semrel-plugin-creator/target/es5/interface'; | ||
import { TPlugin, TPluginConfig, TPluginFactory, TPluginFactoryOptions, TPluginFactoryOptionsNormalized, TReleaseHandler, TReleaseStep, TSemrelContext } from '@qiwi/semrel-plugin-creator/target/es5/interface'; | ||
export * from '@qiwi/semrel-plugin-creator/target/es5/interface'; | ||
export const releaseSteps: Array<TReleaseStep>; | ||
export const defaultOptions: { | ||
include: ("fail" | "verifyConditions" | "analyzeCommits" | "verifyRelease" | "generateNotes" | "prepare" | "publish" | "addChannel" | "success")[]; | ||
include: (keyof TPlugin)[]; | ||
exclude: never[]; | ||
@@ -103,0 +103,0 @@ require: never[]; |
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
53426
773
Updated@types/node@^14.14.33
Updatedlodash@^4.17.21