@types/electron-packager
Advanced tools
Comparing version 8.7.1 to 8.7.2
@@ -188,12 +188,9 @@ // Type definitions for electron-packager 8.7 | ||
osxSign?: boolean | ElectronOsXSignOptions; | ||
/** | ||
* The URL protocol scheme(s) to associate the app with | ||
*/ | ||
protocol?: string[]; | ||
/** | ||
* The descriptive name(s) of the URL protocol scheme(s) specified via the protocol option. | ||
* Maps to the CFBundleURLName metadata property. | ||
*/ | ||
protocolName?: string[]; | ||
/** The URL protocol schemes the app supports. */ | ||
protocols?: Array<{ | ||
name: string | ||
schemes: string[] | ||
}>; | ||
/** | ||
@@ -200,0 +197,0 @@ * Windows targets only |
{ | ||
"name": "@types/electron-packager", | ||
"version": "8.7.1", | ||
"version": "8.7.2", | ||
"description": "TypeScript definitions for electron-packager", | ||
@@ -25,5 +25,4 @@ "license": "MIT", | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "eb3eaecce86e5c2555e87af5d3addad2712f5be29cde90569068eabfb0338f71", | ||
"typesPublisherContentHash": "ee14f894ea8fe8065cac7753a420990ab6abc838c4426abbdfd14a2393a8261b", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 03 Aug 2017 13:57:01 GMT | ||
* Last updated: Wed, 16 Aug 2017 22:06:59 GMT | ||
* Dependencies: node | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
10651
186