Socket
Socket
Sign inDemoInstall

@qiwi/semrel-plugin-creator

Package Overview
Dependencies
49
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

15

CHANGELOG.md

@@ -0,1 +1,16 @@

## @qiwi/semrel-plugin-creator [1.3.1](https://github.com/qiwi/semantic-release-toolkit/compare/@qiwi/semrel-plugin-creator@1.3.0...@qiwi/semrel-plugin-creator@1.3.1) (2021-01-07)
### Performance Improvements
* **plugin-creator:** deps revision ([ccd0433](https://github.com/qiwi/semantic-release-toolkit/commit/ccd0433bc693b7b4f07bc75a91d7250b5f5fa56e))
### Dependencies
* **@qiwi/semrel-testing-suite:** upgraded to 1.0.0
# @qiwi/semrel-plugin-creator [1.3.0](https://github.com/qiwi/semantic-release-toolkit/compare/@qiwi/semrel-plugin-creator@1.2.0...@qiwi/semrel-plugin-creator@1.3.0) (2021-01-06)

@@ -2,0 +17,0 @@

10

package.json
{
"name": "@qiwi/semrel-plugin-creator",
"version": "1.3.0",
"version": "1.3.1",
"private": false,

@@ -41,3 +41,3 @@ "publishConfig": {

"dependencies": {
"tslib": "^2.0.3",
"tslib": "^2.1.0",
"@types/semantic-release": "^17.2.0",

@@ -50,8 +50,6 @@ "@types/node": "^14.14.20",

"@qiwi/semrel-infra": "1.0.3",
"@qiwi/semrel-testing-suite": "1.0.0",
"semantic-release": "^17.3.1",
"resolve-from": "^5.0.0",
"tempy": "^1.0.0",
"execa": "^5.0.0",
"@types/execa": "^2.0.0",
"file-url": "^3.0.0"
"@types/execa": "^2.0.0"
},

@@ -58,0 +56,0 @@ "peerDependencies": {},

@@ -97,3 +97,2 @@ import { castArray } from 'lodash'

const metaContexts: WeakMap<TSemrelContext, TPluginMetaContext> = new WeakMap()

@@ -110,3 +109,3 @@

}
return metaContext

@@ -124,3 +123,3 @@ }

const metaContext = getMetaContext(context)
checkPrevSteps(metaContext, normalizedOpions, step)

@@ -127,0 +126,0 @@

target/es5/index.d.ts.map

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc