Bump package version and update published files

- Incremented version to 0.0.9
- Added deno-src and README.md to published files list
This commit is contained in:
Huakun Shen 2025-02-07 03:37:22 -05:00
parent 9aacbd0f61
commit be1dd07858
No known key found for this signature in database

View File

@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/kunkunsh/kunkun-ext-speech-to-text"
},
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"kunkun": {
"name": "Speech to Text",
@ -109,7 +109,10 @@
"type": "module",
"files": [
"build",
".gitignore"
".gitignore",
"deno-src",
"README.md",
"src/api.types.ts"
],
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}