Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@qiwi/semrel-plugin-creator

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qiwi/semrel-plugin-creator - npm Package Compare versions

Comparing version 2.2.4 to 2.2.5

11

CHANGELOG.md

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

12

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc