capacitor-jok-helper
Advanced tools
Comparing version 0.11.0 to 0.12.0
@@ -60,2 +60,5 @@ declare module '@capacitor/core' { | ||
}>; | ||
openMailbox(): Promise<{ | ||
value: boolean; | ||
}>; | ||
} | ||
@@ -62,0 +65,0 @@ export interface ViewAppPageProps { |
@@ -58,4 +58,7 @@ import { WebPlugin } from '@capacitor/core'; | ||
}>; | ||
openMailbox(): Promise<{ | ||
value: boolean; | ||
}>; | ||
} | ||
declare const JokHelper: JokHelperWeb; | ||
export { JokHelper }; |
@@ -106,2 +106,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
} | ||
openMailbox() { | ||
return Promise.resolve({ value: false }); | ||
} | ||
} | ||
@@ -108,0 +111,0 @@ const JokHelper = new JokHelperWeb(); |
{ | ||
"name": "capacitor-jok-helper", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Helper functions for jok projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
155688
470