@macpaw/browser-deeplink
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "@macpaw/browser-deeplink", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "src/index", |
declare module '@macpaw/browser-deeplink' { | ||
export function browserDeeplink(appLink : string, options: { | ||
export function browserDeeplink(appLink : string, options?: { | ||
waitTimeout?: number | ||
}): Promise<void>; | ||
} |
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
3267