This commit is contained in:
asyouplz 2026-01-14 17:05:01 +09:00
parent 04b81e0c32
commit 183cd5d2b2
4 changed files with 6 additions and 5 deletions

View file

@ -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
View file

@ -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"

View file

@ -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": {

View file

@ -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"
}