chrome-types-helpers
Advanced tools
Comparing version 0.1.0-beta1 to 0.1.0-beta2
@@ -5,3 +5,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "0.1.0-beta1", | ||
"version": "0.1.0-beta2", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "dependencies": { |
@@ -18,2 +18,9 @@ /** | ||
/** | ||
* Prepares information on Chrome extension APIs at the given revision. | ||
*/ | ||
export function prepareNamespaces(revision: string = 'main'): Promise<MainResult> | ||
export interface MainResult { | ||
@@ -20,0 +27,0 @@ namespaces: {[name: string]: model.Namespace}, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
161193
4842
4