@types/appdmg
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -12,11 +12,11 @@ // Type definitions for appdmg 0.5 | ||
total: number; | ||
type: 'step-begin' | 'step-end'; | ||
type: "step-begin" | "step-end"; | ||
title: string; | ||
status: 'ok' | 'skip' | 'fail'; | ||
status: "ok" | "skip" | "fail"; | ||
} | ||
interface EventEmitter extends NodeJS.EventEmitter { | ||
on(event: 'progress', listener: (info: Progress) => void): this; | ||
on(event: 'finish', listener: () => void): this; | ||
on(event: 'error', listener: (err: any) => void): this; | ||
on(event: "progress", listener: (info: Progress) => void): this; | ||
on(event: "finish", listener: () => void): this; | ||
on(event: "error", listener: (err: any) => void): this; | ||
} | ||
@@ -40,3 +40,3 @@ | ||
y: number; | ||
type: 'link' | 'file' | 'position'; | ||
type: "link" | "file" | "position"; | ||
path: string; | ||
@@ -47,3 +47,3 @@ name?: string | undefined; | ||
interface SpecificationCodeSign { | ||
'signing-identity': string; | ||
"signing-identity": string; | ||
identifier?: string | undefined; | ||
@@ -56,8 +56,8 @@ } | ||
background?: string | undefined; | ||
'background-color'?: string | undefined; | ||
'icon-size'?: number | undefined; | ||
"background-color"?: string | undefined; | ||
"icon-size"?: number | undefined; | ||
window?: SpecificationWindow | undefined; | ||
format: 'UDRW' | 'UDRO' | 'UDCO' | 'UDZO' | 'UDBZ' | 'ULFO'; | ||
format: "UDRW" | "UDRO" | "UDCO" | "UDZO" | "UDBZ" | "ULFO"; | ||
contents: SpecificationContents[]; | ||
'code-sign'?: SpecificationCodeSign | undefined; | ||
"code-sign"?: SpecificationCodeSign | undefined; | ||
} | ||
@@ -64,0 +64,0 @@ |
{ | ||
"name": "@types/appdmg", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "TypeScript definitions for appdmg", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/appdmg", | ||
}, | ||
"typesPublisherContentHash": "ab3e8b45212c86f65583d9faf98a07fb434ddab8197a3ee93533e271309ca098", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "fac4fb41edd0ed6b01f67159a36170789f53d1937276b10961d9a0ef0f91247f", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -22,11 +22,11 @@ # Installation | ||
total: number; | ||
type: 'step-begin' | 'step-end'; | ||
type: "step-begin" | "step-end"; | ||
title: string; | ||
status: 'ok' | 'skip' | 'fail'; | ||
status: "ok" | "skip" | "fail"; | ||
} | ||
interface EventEmitter extends NodeJS.EventEmitter { | ||
on(event: 'progress', listener: (info: Progress) => void): this; | ||
on(event: 'finish', listener: () => void): this; | ||
on(event: 'error', listener: (err: any) => void): this; | ||
on(event: "progress", listener: (info: Progress) => void): this; | ||
on(event: "finish", listener: () => void): this; | ||
on(event: "error", listener: (err: any) => void): this; | ||
} | ||
@@ -50,3 +50,3 @@ | ||
y: number; | ||
type: 'link' | 'file' | 'position'; | ||
type: "link" | "file" | "position"; | ||
path: string; | ||
@@ -57,3 +57,3 @@ name?: string | undefined; | ||
interface SpecificationCodeSign { | ||
'signing-identity': string; | ||
"signing-identity": string; | ||
identifier?: string | undefined; | ||
@@ -66,8 +66,8 @@ } | ||
background?: string | undefined; | ||
'background-color'?: string | undefined; | ||
'icon-size'?: number | undefined; | ||
"background-color"?: string | undefined; | ||
"icon-size"?: number | undefined; | ||
window?: SpecificationWindow | undefined; | ||
format: 'UDRW' | 'UDRO' | 'UDCO' | 'UDZO' | 'UDBZ' | 'ULFO'; | ||
format: "UDRW" | "UDRO" | "UDCO" | "UDZO" | "UDBZ" | "ULFO"; | ||
contents: SpecificationContents[]; | ||
'code-sign'?: SpecificationCodeSign | undefined; | ||
"code-sign"?: SpecificationCodeSign | undefined; | ||
} | ||
@@ -90,3 +90,3 @@ | ||
### Additional Details | ||
* Last updated: Mon, 26 Jul 2021 22:31:22 GMT | ||
* Last updated: Fri, 22 Sep 2023 18:11:03 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -93,0 +93,0 @@ * Global values: none |