@types/semantic-release
Advanced tools
Comparing version 20.0.5 to 20.0.6
@@ -33,3 +33,3 @@ /// <reference types="node" /> | ||
*/ | ||
extends?: ReadonlyArray<string> | string | undefined; | ||
extends?: readonly string[] | string | undefined; | ||
@@ -68,3 +68,3 @@ /** | ||
*/ | ||
branches?: ReadonlyArray<BranchSpec> | BranchSpec | undefined; | ||
branches?: readonly BranchSpec[] | BranchSpec | undefined; | ||
@@ -110,3 +110,3 @@ /** | ||
*/ | ||
plugins?: ReadonlyArray<PluginSpec> | undefined; | ||
plugins?: readonly PluginSpec[] | undefined; | ||
@@ -167,3 +167,3 @@ /** | ||
*/ | ||
branches: ReadonlyArray<BranchSpec> | BranchSpec; | ||
branches: readonly BranchSpec[] | BranchSpec; | ||
@@ -209,3 +209,3 @@ /** | ||
*/ | ||
plugins: ReadonlyArray<PluginSpec>; | ||
plugins: readonly PluginSpec[]; | ||
} | ||
@@ -212,0 +212,0 @@ |
{ | ||
"name": "@types/semantic-release", | ||
"version": "20.0.5", | ||
"version": "20.0.6", | ||
"description": "TypeScript definitions for semantic-release", | ||
@@ -36,4 +36,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semantic-release", | ||
}, | ||
"typesPublisherContentHash": "4f1992fa71e448aa5fc0db40a31c31c181cc5b519504c0b7d50de7361b353879", | ||
"typesPublisherContentHash": "5903b81a13fc1bc4bf02622ca92385e4a3284fed8e161d032f8de8102b2712d4", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ |
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
21906