@types/semantic-release
Advanced tools
Comparing version 20.0.1 to 20.0.2
@@ -16,3 +16,3 @@ // Type definitions for semantic-release 20.0 | ||
*/ | ||
export type ReleaseType = 'prerelease' | 'prepatch' | 'patch' | 'preminor' | 'minor' | 'premajor' | 'major'; | ||
export type ReleaseType = "prerelease" | "prepatch" | "patch" | "preminor" | "minor" | "premajor" | "major"; | ||
@@ -616,22 +616,22 @@ export type LoggerFunction = (...message: any[]) => void; | ||
| { | ||
/** | ||
* Information related to the last release found. | ||
*/ | ||
lastRelease: LastRelease; | ||
/** | ||
* Information related to the last release found. | ||
*/ | ||
lastRelease: LastRelease; | ||
/** | ||
* The list of commits included in the new release. | ||
*/ | ||
commits: Commit[]; | ||
/** | ||
* The list of commits included in the new release. | ||
*/ | ||
commits: Commit[]; | ||
/** | ||
* Information related to the newly published release. | ||
*/ | ||
nextRelease: NextRelease; | ||
/** | ||
* Information related to the newly published release. | ||
*/ | ||
nextRelease: NextRelease; | ||
/** | ||
* The list of releases published, one release per publish plugin. | ||
*/ | ||
releases: Release[]; | ||
}; | ||
/** | ||
* The list of releases published, one release per publish plugin. | ||
*/ | ||
releases: Release[]; | ||
}; | ||
@@ -638,0 +638,0 @@ /** |
{ | ||
"name": "@types/semantic-release", | ||
"version": "20.0.1", | ||
"version": "20.0.2", | ||
"description": "TypeScript definitions for semantic-release", | ||
@@ -35,5 +35,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semantic-release", | ||
}, | ||
"typesPublisherContentHash": "6df731aa688b407cec6024b723de8326eeb5b02c047d3fb48e7ef6bfc8928e5d", | ||
"typeScriptVersion": "4.2", | ||
"typesPublisherContentHash": "d04c4df5d10ca1c604ee3274d6cbffe8630410eb4da90928fad78823b8be4428", | ||
"typeScriptVersion": "4.5", | ||
"type": "module" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 30 Jan 2023 20:02:37 GMT | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
22340