|
1 | 1 | { |
2 | 2 | "name": "@fugood/whisper.node", |
3 | | - "version": "1.0.16", |
| 3 | + "version": "1.0.17", |
4 | 4 | "description": "An another Node binding of whisper.cpp to make same API with whisper.rn as much as possible.", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "types": "lib/index.d.ts", |
|
51 | 51 | ], |
52 | 52 | "license": "MIT", |
53 | 53 | "optionalDependencies": { |
54 | | - "@fugood/node-whisper-linux-x64": "1.0.16", |
55 | | - "@fugood/node-whisper-linux-x64-vulkan": "1.0.16", |
56 | | - "@fugood/node-whisper-linux-x64-cuda": "1.0.16", |
57 | | - "@fugood/node-whisper-linux-arm64": "1.0.16", |
58 | | - "@fugood/node-whisper-linux-arm64-vulkan": "1.0.16", |
59 | | - "@fugood/node-whisper-linux-arm64-cuda": "1.0.16", |
60 | | - "@fugood/node-whisper-win32-x64": "1.0.16", |
61 | | - "@fugood/node-whisper-win32-x64-vulkan": "1.0.16", |
62 | | - "@fugood/node-whisper-win32-x64-cuda": "1.0.16", |
63 | | - "@fugood/node-whisper-win32-arm64": "1.0.16", |
64 | | - "@fugood/node-whisper-win32-arm64-vulkan": "1.0.16", |
65 | | - "@fugood/node-whisper-darwin-x64": "1.0.16", |
66 | | - "@fugood/node-whisper-darwin-arm64": "1.0.16" |
| 54 | + "@fugood/node-whisper-linux-x64": "1.0.17", |
| 55 | + "@fugood/node-whisper-linux-x64-vulkan": "1.0.17", |
| 56 | + "@fugood/node-whisper-linux-x64-cuda": "1.0.17", |
| 57 | + "@fugood/node-whisper-linux-arm64": "1.0.17", |
| 58 | + "@fugood/node-whisper-linux-arm64-vulkan": "1.0.17", |
| 59 | + "@fugood/node-whisper-linux-arm64-cuda": "1.0.17", |
| 60 | + "@fugood/node-whisper-win32-x64": "1.0.17", |
| 61 | + "@fugood/node-whisper-win32-x64-vulkan": "1.0.17", |
| 62 | + "@fugood/node-whisper-win32-x64-cuda": "1.0.17", |
| 63 | + "@fugood/node-whisper-win32-arm64": "1.0.17", |
| 64 | + "@fugood/node-whisper-win32-arm64-vulkan": "1.0.17", |
| 65 | + "@fugood/node-whisper-darwin-x64": "1.0.17", |
| 66 | + "@fugood/node-whisper-darwin-arm64": "1.0.17" |
67 | 67 | }, |
68 | 68 | "devDependencies": { |
69 | 69 | "@babel/preset-env": "^7.24.4", |
|
0 commit comments