@types/electron-packager
Advanced tools
Comparing version 8.7.3 to 10.1.0
@@ -1,5 +0,6 @@ | ||
// Type definitions for electron-packager 8.7 | ||
// Type definitions for electron-packager 10.1 | ||
// Project: https://github.com/electron-userland/electron-packager | ||
// Definitions by: Maxime LUCE <https://github.com/SomaticIT> | ||
// Juan Jimenez-Anca <https://github.com/cortopy> | ||
// John Kleinschmidt <https://github.com/jkleinsc> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -34,4 +35,4 @@ | ||
type onCompleteFn = (buildPath: string, electronVersion: string, platform: string, arch: string, callbackFn: () => void) => void; | ||
type arch = "ia32" | "x64" | "armv7l" | "all"; | ||
type packageManager = "npm" | "cnpm" | "yarn"; | ||
type arch = "ia32" | "x64" | "armv7l" | "arm64" |"all"; | ||
type packageManager = "npm" | "cnpm" | "yarn" | false; | ||
type platform = "linux" | "win32" | "darwin" | "mas" | "all"; | ||
@@ -98,3 +99,3 @@ | ||
*/ | ||
arch?: arch; | ||
arch?: arch | arch[]; | ||
/** | ||
@@ -126,2 +127,6 @@ * Whether to package the application's source code into an archive, using Electron's archive format | ||
/** | ||
* The name of the executable file, sans file extension. Defaults to the value for the name parameter | ||
*/ | ||
executableName?: string; | ||
/** | ||
* The local path to the icon file, if the target platform supports setting embedding an icon. | ||
@@ -128,0 +133,0 @@ */ |
{ | ||
"name": "@types/electron-packager", | ||
"version": "8.7.3", | ||
"version": "10.1.0", | ||
"description": "TypeScript definitions for electron-packager", | ||
@@ -9,7 +9,14 @@ "license": "MIT", | ||
"name": "Maxime LUCE", | ||
"url": "https://github.com/SomaticIT" | ||
"url": "https://github.com/SomaticIT", | ||
"githubUsername": "SomaticIT" | ||
}, | ||
{ | ||
"name": "Juan Jimenez-Anca", | ||
"url": "https://github.com/cortopy" | ||
"url": "https://github.com/cortopy", | ||
"githubUsername": "cortopy" | ||
}, | ||
{ | ||
"name": "John Kleinschmidt", | ||
"url": "https://github.com/jkleinsc", | ||
"githubUsername": "jkleinsc" | ||
} | ||
@@ -26,4 +33,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "8e2991b47739d94ff0b7f91f5ef5057137e4b6b65ee56d597bfb77d5c6f313bc", | ||
"typesPublisherContentHash": "66485540450847db5026077011c861591219feefc7ddbddfce73af31af985bee", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 21:49:18 GMT | ||
* Last updated: Tue, 30 Jan 2018 20:01:15 GMT | ||
* Dependencies: 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>. | ||
These definitions were written by Maxime LUCE <https://github.com/SomaticIT>, Juan Jimenez-Anca <https://github.com/cortopy>, John Kleinschmidt <https://github.com/jkleinsc>. |
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
11196
191