@alcalzone/release-script-core
Advanced tools
Comparing version
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
@@ -13,3 +13,3 @@ import type { Argv } from "yargs"; | ||
/** Allows a plugin to define additional CLI options */ | ||
defineCLIOptions?: <T extends unknown>(yargs: Argv<T>) => Argv<T>; | ||
defineCLIOptions?: <T>(yargs: Argv<T>) => Argv<T>; | ||
/** Allows a plugin to define additional stages in the release process */ | ||
@@ -16,0 +16,0 @@ stages?: ConstOrDynamic<Stage[]>; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "3.5.0", | ||
"version": "3.5.3", | ||
"description": "Al Calzone's release script: Core components", | ||
@@ -44,6 +44,6 @@ "keywords": [], | ||
"devDependencies": { | ||
"@types/yargs": "^17.0.2", | ||
"@types/yargs": "^17.0.9", | ||
"picocolors": "1.0.0", | ||
"typescript": "*", | ||
"yargs": "^17.1.1" | ||
"typescript": "~4.6.2", | ||
"yargs": "^17.3.1" | ||
}, | ||
@@ -50,0 +50,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
39628
0.38%511
0.79%