@dustin-h/speech-recognition
Advanced tools
Comparing version
@@ -12,3 +12,3 @@ declare module "@capacitor/core" { | ||
start(options?: UtteranceOptions): Promise<{ | ||
matches: String[]; | ||
matches: string[]; | ||
}>; | ||
@@ -24,3 +24,3 @@ stop(): Promise<void>; | ||
addListener(eventName: Listeners, callback: (data: { | ||
matches: String[]; | ||
matches: string[]; | ||
}) => void): void; | ||
@@ -27,0 +27,0 @@ } |
@@ -9,3 +9,3 @@ import { WebPlugin } from "@capacitor/core"; | ||
start(_options?: UtteranceOptions): Promise<{ | ||
matches: String[]; | ||
matches: string[]; | ||
}>; | ||
@@ -12,0 +12,0 @@ stop(): Promise<void>; |
{ | ||
"name": "@dustin-h/speech-recognition", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A native plugin for speech recognition", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.js", |