@types/electron-packager
Advanced tools
Comparing version 13.0.0 to 13.0.1
@@ -8,2 +8,3 @@ // Type definitions for electron-packager 13.0 | ||
// Mark Lee <https://github.com/malept> | ||
// Florian Keller <https://github.com/ffflorian> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -61,5 +62,15 @@ | ||
interface ElectronOsXSignOptions { | ||
identity?: string; | ||
entitlements?: string; | ||
"entitlements-inherit"?: string; | ||
"gatekeeper-assess"?: boolean; | ||
// see https://github.com/electron-userland/electron-packager/blob/92d09bba34599283a794fd6f24b88470f0cb1074/src/mac.js#L359 | ||
identity?: string | true; | ||
"identity-validation"?: boolean; | ||
ignore?: string; | ||
keychain?: string; | ||
"pre-auto-entitlements"?: boolean; | ||
"pre-embed-provisioning-profile"?: boolean; | ||
"provisioning-profile"?: string; | ||
requirements?: string; | ||
type?: string; | ||
} | ||
@@ -66,0 +77,0 @@ |
{ | ||
"name": "@types/electron-packager", | ||
"version": "13.0.0", | ||
"version": "13.0.1", | ||
"description": "TypeScript definitions for electron-packager", | ||
@@ -31,2 +31,7 @@ "license": "MIT", | ||
"githubUsername": "malept" | ||
}, | ||
{ | ||
"name": "Florian Keller", | ||
"url": "https://github.com/ffflorian", | ||
"githubUsername": "ffflorian" | ||
} | ||
@@ -38,3 +43,4 @@ ], | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/electron-packager" | ||
}, | ||
@@ -45,4 +51,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "ed07b59b151ea4be5f6a326475cc51c419bb3401714a08b0d5dec71172001014", | ||
"typesPublisherContentHash": "4708e28d829ecda255e4daf8e0b34d41a1d6346942ce436343dd90064e349aa5", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 13 Dec 2018 01:27:48 GMT | ||
* Last updated: Tue, 25 Jun 2019 17:25:04 GMT | ||
* Dependencies: @types/node | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Maxime LUCE <https://github.com/SomaticIT>, Juan Jimenez-Anca <https://github.com/cortopy>, John Kleinschmidt <https://github.com/jkleinsc>, Brendan Forster <https://github.com/shiftkey>, Mark Lee <https://github.com/malept>. | ||
These definitions were written by Maxime LUCE <https://github.com/SomaticIT>, Juan Jimenez-Anca <https://github.com/cortopy>, John Kleinschmidt <https://github.com/jkleinsc>, Brendan Forster <https://github.com/shiftkey>, Mark Lee <https://github.com/malept>, and Florian Keller <https://github.com/ffflorian>. |
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
12801
216