@liquid-state/docviewer
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -15,2 +15,3 @@ declare module '@capacitor/core' { | ||
page_slug?: string; | ||
config?: {}; | ||
}): Promise<{}>; | ||
@@ -20,3 +21,4 @@ launchDocument(options: { | ||
page_slug?: string; | ||
config?: {}; | ||
}): Promise<{}>; | ||
} |
@@ -13,4 +13,3 @@ import { WebPlugin } from '@capacitor/core'; | ||
page_slug?: string; | ||
handle_attachments?: boolean; | ||
handle_external_links?: boolean; | ||
config?: {}; | ||
}): Promise<{ | ||
@@ -22,4 +21,3 @@ viewerId: String; | ||
page_slug?: string; | ||
handle_attachments?: boolean; | ||
handle_external_links?: boolean; | ||
config?: {}; | ||
}): Promise<{ | ||
@@ -26,0 +24,0 @@ viewerId: String; |
{ | ||
"name": "@liquid-state/docviewer", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Plugin to launch and run the Liquid State Document Viewer", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.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
62652