Socket
Socket
Sign inDemoInstall

@qiwi/semrel-plugin-creator

Package Overview
Dependencies
10
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.4 to 1.7.5

16

CHANGELOG.md

@@ -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 @@

46

flow-typed/index.flow.js
/**
* 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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc