@types/electron-packager
Advanced tools
Comparing version 10.1.0 to 12.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for electron-packager 10.1 | ||
// Type definitions for electron-packager 12.0 | ||
// Project: https://github.com/electron-userland/electron-packager | ||
@@ -6,2 +6,3 @@ // Definitions by: Maxime LUCE <https://github.com/SomaticIT> | ||
// John Kleinschmidt <https://github.com/jkleinsc> | ||
// Brendan Forster <https://github.com/shiftkey> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -21,3 +22,18 @@ | ||
* @param opts - Options to configure packaging. | ||
* | ||
* @returns A promise containing the path(s) to the newly created application(s) | ||
*/ | ||
declare function electronPackager(opts: electronPackager.Options): Promise<string|string[]>; | ||
/** | ||
* This will: | ||
* - Find or download the correct release of Electron | ||
* - Use that version of electron to create a app in <out>/<appname>-<platform>-<arch> | ||
* | ||
* You should be able to launch the app on the platform you built for. If not, check your settings and try again. | ||
* | ||
* @param opts - Options to configure packaging. | ||
* @param callback - Callback which is called when packaging is done or an error occured. | ||
* | ||
* @deprecated since version 12.0 | ||
*/ | ||
@@ -24,0 +40,0 @@ declare function electronPackager(opts: electronPackager.Options, callback: electronPackager.finalCallback): void; |
{ | ||
"name": "@types/electron-packager", | ||
"version": "10.1.0", | ||
"version": "12.0.0", | ||
"description": "TypeScript definitions for electron-packager", | ||
@@ -21,2 +21,7 @@ "license": "MIT", | ||
"githubUsername": "jkleinsc" | ||
}, | ||
{ | ||
"name": "Brendan Forster", | ||
"url": "https://github.com/shiftkey", | ||
"githubUsername": "shiftkey" | ||
} | ||
@@ -27,3 +32,3 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -34,4 +39,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "66485540450847db5026077011c861591219feefc7ddbddfce73af31af985bee", | ||
"typesPublisherContentHash": "6dbe8282ad5cabb3b80155b607062856f93640f2bb56c380c4d77d6a81e6d290", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/electron-packager | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/electron-packager | ||
Additional Details | ||
* Last updated: Tue, 30 Jan 2018 20:01:15 GMT | ||
* Last updated: Sat, 14 Jul 2018 01:02:00 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>, John Kleinschmidt <https://github.com/jkleinsc>. | ||
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>. |
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
11998
206