Skip to content

Commit 4e6c292

Browse files
committed
chore: release v1.0.17
1 parent 7356792 commit 4e6c292

File tree

14 files changed

+27
-27
lines changed

14 files changed

+27
-27
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fugood/whisper.node",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "An another Node binding of whisper.cpp to make same API with whisper.rn as much as possible.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -51,19 +51,19 @@
5151
],
5252
"license": "MIT",
5353
"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"
6767
},
6868
"devDependencies": {
6969
"@babel/preset-env": "^7.24.4",

packages/node-whisper-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fugood/node-whisper-darwin-arm64",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Native module for An another Node binding of whisper.cpp (darwin-arm64)",
55
"main": "index.node",
66
"os": [

packages/node-whisper-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fugood/node-whisper-darwin-x64",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Native module for An another Node binding of whisper.cpp (darwin-x64)",
55
"main": "index.node",
66
"os": [

packages/node-whisper-linux-arm64-cuda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fugood/node-whisper-linux-arm64-cuda",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Native module for An another Node binding of whisper.cpp (linux-arm64-cuda)",
55
"main": "index.node",
66
"os": [

packages/node-whisper-linux-arm64-vulkan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fugood/node-whisper-linux-arm64-vulkan",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Native module for An another Node binding of whisper.cpp (linux-arm64-vulkan)",
55
"main": "index.node",
66
"os": [

packages/node-whisper-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fugood/node-whisper-linux-arm64",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Native module for An another Node binding of whisper.cpp (linux-arm64)",
55
"main": "index.node",
66
"os": [

packages/node-whisper-linux-x64-cuda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fugood/node-whisper-linux-x64-cuda",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Native module for An another Node binding of whisper.cpp (linux-x64-cuda)",
55
"main": "index.node",
66
"os": [

packages/node-whisper-linux-x64-vulkan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fugood/node-whisper-linux-x64-vulkan",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Native module for An another Node binding of whisper.cpp (linux-x64-vulkan)",
55
"main": "index.node",
66
"os": [

packages/node-whisper-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fugood/node-whisper-linux-x64",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Native module for An another Node binding of whisper.cpp (linux-x64)",
55
"main": "index.node",
66
"os": [

packages/node-whisper-win32-arm64-vulkan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fugood/node-whisper-win32-arm64-vulkan",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "Native module for An another Node binding of whisper.cpp (win32-arm64-vulkan)",
55
"main": "index.node",
66
"os": [

0 commit comments

Comments
 (0)