@qiwi/semrel-plugin-creator
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -0,1 +1,11 @@ | ||
## @qiwi/semrel-plugin-creator [2.2.1](https://github.com/qiwi/semantic-release-toolkit/compare/@qiwi/semrel-plugin-creator@2.2.0...@qiwi/semrel-plugin-creator@2.2.1) (2021-12-22) | ||
### Dependencies | ||
* **@qiwi/semrel-testing-suite:** upgraded to 3.0.1 | ||
# @qiwi/semrel-plugin-creator [2.2.0](https://github.com/qiwi/semantic-release-toolkit/compare/@qiwi/semrel-plugin-creator@2.1.0...@qiwi/semrel-plugin-creator@2.2.0) (2021-11-17) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "@qiwi/semrel-plugin-creator", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"private": false, | ||
@@ -51,3 +51,3 @@ "publishConfig": { | ||
"@types/semantic-release": "^17.2.3", | ||
"@types/node": "^16.11.7", | ||
"@types/node": "^16.11.8", | ||
"@types/lodash-es": "^4.17.5", | ||
@@ -59,3 +59,3 @@ "lodash-es": "^4.17.21", | ||
"@qiwi/semrel-infra": "3.0.0", | ||
"@qiwi/semrel-testing-suite": "3.0.0", | ||
"@qiwi/semrel-testing-suite": "3.0.1", | ||
"semantic-release": "^18.0.0", | ||
@@ -62,0 +62,0 @@ "resolve-from": "^5.0.0", |
@@ -34,3 +34,3 @@ import { __assign, __awaiter, __generator, __read } from "tslib"; | ||
var preOptions = typeof options === 'function' ? { handler: options } : options; | ||
var name = preOptions.name || "semrel-plugin-" + Math.random().toString().slice(-5); | ||
var name = preOptions.name || "semrel-plugin-".concat(Math.random().toString().slice(-5)); | ||
var debug = createDebugger(preOptions.debug || name); | ||
@@ -48,3 +48,3 @@ return __assign(__assign(__assign({}, defaultOptions), preOptions), { debug: debug, name: name }); | ||
if (missedStep) { | ||
throw new Error("plugin '" + name + "' requires " + missedStep + " to be invoked before " + step); | ||
throw new Error("plugin '".concat(name, "' requires ").concat(missedStep, " to be invoked before ").concat(step)); | ||
} | ||
@@ -51,0 +51,0 @@ }; |
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
81683
Updated@types/node@^16.11.8