mirror of
https://github.com/asyouplz/SpeechNote.git
synced 2026-07-22 06:43:33 +00:00
3.0.6
This commit is contained in:
parent
04b81e0c32
commit
183cd5d2b2
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "speech-to-text",
|
||||
"name": "Speech to Text",
|
||||
"version": "3.0.5",
|
||||
"version": "3.0.6",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Convert audio recordings to text using multiple AI providers (OpenAI Whisper, Deepgram)",
|
||||
"author": "Taesun Lee",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-speech-to-text",
|
||||
"version": "3.0.5",
|
||||
"version": "3.0.6",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-speech-to-text",
|
||||
"version": "3.0.5",
|
||||
"version": "3.0.6",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@deepgram/sdk": "^3.9.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-speech-to-text",
|
||||
"version": "3.0.5",
|
||||
"version": "3.0.6",
|
||||
"description": "Convert audio recordings to text in Obsidian using multiple AI providers (OpenAI Whisper, Deepgram)",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -6,5 +6,6 @@
|
|||
"3.0.2": "0.15.0",
|
||||
"3.0.3": "0.15.0",
|
||||
"3.0.4": "0.15.0",
|
||||
"3.0.5": "0.15.0"
|
||||
"3.0.5": "0.15.0",
|
||||
"3.0.6": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue