@tef-novum/webview-bridge
Advanced tools
Comparing version 3.18.1 to 3.19.0
@@ -252,3 +252,5 @@ /** | ||
id: string; | ||
payload: void; | ||
payload: { | ||
success: boolean; | ||
}; | ||
}; | ||
@@ -255,0 +257,0 @@ SHOW_APP_RATING: { |
@@ -18,2 +18,4 @@ /** | ||
*/ | ||
export declare const logout: () => Promise<void>; | ||
export declare const logout: () => Promise<{ | ||
success: boolean; | ||
}>; |
{ | ||
"name": "@tef-novum/webview-bridge", | ||
"version": "3.18.1", | ||
"version": "3.19.0", | ||
"description": "JavaScript library to access to native functionality. Requires a webview with a postMessage bridge.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/webview-bridge-cjs.js", |
@@ -816,6 +816,6 @@ <p align="center"> | ||
Method that requests a user logout. | ||
A method that requests a user logout. | ||
```ts | ||
logout = () => Promise<void> | ||
logout = () => Promise<{success: boolean}> | ||
``` | ||
@@ -822,0 +822,0 @@ |
Sorry, the diff of this file is not supported yet
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
319287
38
5936