@tef-novum/webview-bridge
Advanced tools
Comparing version
@@ -43,4 +43,4 @@ /** @deprecated */ | ||
export declare const getAppDomain: () => Promise<{ | ||
appDomain: string; | ||
domain: string; | ||
}>; | ||
export {}; |
@@ -478,3 +478,3 @@ /** | ||
payload: { | ||
appDomain: string; | ||
domain: string; | ||
}; | ||
@@ -481,0 +481,0 @@ }; |
{ | ||
"name": "@tef-novum/webview-bridge", | ||
"version": "3.50.0", | ||
"version": "3.50.1", | ||
"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", |
364961
0