@liquid-state/docviewer
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -16,3 +16,5 @@ declare module '@capacitor/core' { | ||
config?: {}; | ||
}): Promise<{}>; | ||
}): Promise<{ | ||
viewer_id: string; | ||
}>; | ||
launchDocument(options: { | ||
@@ -22,3 +24,5 @@ url: string; | ||
config?: {}; | ||
}): Promise<{}>; | ||
}): Promise<{ | ||
viewer_id: string; | ||
}>; | ||
} |
@@ -15,3 +15,3 @@ import { WebPlugin } from '@capacitor/core'; | ||
}): Promise<{ | ||
viewerId: String; | ||
viewer_id: string; | ||
}>; | ||
@@ -23,3 +23,3 @@ launchDocument(options: { | ||
}): Promise<{ | ||
viewerId: String; | ||
viewer_id: string; | ||
}>; | ||
@@ -26,0 +26,0 @@ } |
@@ -27,3 +27,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
console.log('launchDocument', options); | ||
return { viewerId: "-1" }; | ||
return { viewer_id: "-1" }; | ||
}); | ||
@@ -34,3 +34,3 @@ } | ||
console.log('launchDocument', options); | ||
return { viewerId: "-1" }; | ||
return { viewer_id: "-1" }; | ||
}); | ||
@@ -37,0 +37,0 @@ } |
@@ -29,3 +29,3 @@ var capacitorPlugin = (function (exports, core) { | ||
console.log('launchDocument', options); | ||
return { viewerId: "-1" }; | ||
return { viewer_id: "-1" }; | ||
}); | ||
@@ -36,3 +36,3 @@ } | ||
console.log('launchDocument', options); | ||
return { viewerId: "-1" }; | ||
return { viewer_id: "-1" }; | ||
}); | ||
@@ -39,0 +39,0 @@ } |
{ | ||
"name": "@liquid-state/docviewer", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Plugin to launch and run the Liquid State Document Viewer", | ||
@@ -58,3 +58,4 @@ "main": "dist/plugin.js", | ||
"repository": {}, | ||
"bugs": {} | ||
"bugs": {}, | ||
"dependencies": {} | ||
} |
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
62750
175