semantic-release
Advanced tools
Comparing version 24.2.2 to 24.2.3
@@ -44,2 +44,7 @@ declare interface AggregateError extends Error { | ||
logger: Signale<"error" | "log" | "success" | "warn">; | ||
/** | ||
* Semantic release configuration | ||
*/ | ||
options: Options; | ||
} | ||
@@ -673,2 +678,7 @@ | ||
/** | ||
* Set to true when the `ci` option is set to false. | ||
*/ | ||
noCi?: true; | ||
/** | ||
* Any other options supported by plugins. | ||
@@ -675,0 +685,0 @@ */ |
{ | ||
"name": "semantic-release", | ||
"description": "Automated semver compliant package publishing", | ||
"version": "24.2.2", | ||
"version": "24.2.3", | ||
"type": "module", | ||
@@ -61,2 +61,4 @@ "author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)", | ||
"devDependencies": { | ||
"@types/node": "^22.13.4", | ||
"@types/signale": "^1.4.7", | ||
"ava": "6.2.0", | ||
@@ -69,3 +71,3 @@ "c8": "10.1.3", | ||
"fs-extra": "11.3.0", | ||
"got": "14.4.5", | ||
"got": "14.4.6", | ||
"js-yaml": "4.1.0", | ||
@@ -78,4 +80,4 @@ "lockfile-lint": "4.14.0", | ||
"p-retry": "6.2.1", | ||
"prettier": "3.4.2", | ||
"publint": "0.3.4", | ||
"prettier": "3.5.1", | ||
"publint": "0.3.5", | ||
"sinon": "19.0.2", | ||
@@ -82,0 +84,0 @@ "stream-buffers": "3.0.3", |
291207
2661
23