From 3973bdc5c5c5a2e417d97e61e3bf0bde67bdac7a Mon Sep 17 00:00:00 2001 From: lutangar Date: Thu, 2 Dec 2021 17:05:47 +0100 Subject: [PATCH] Use org ref-napi and ffi-napi packages --- nodejs/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodejs/package.json b/nodejs/package.json index da2ff978..54eacac2 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "vosk", - "version": "0.3.32", + "version": "0.4.0", "description": "Node binding for continuous offline voice recoginition with Vosk library.", "repository": { "type": "git", @@ -19,9 +19,9 @@ }, "dependencies": { "async": "^3.2.0", - "ffi-napi": "^4.0.3", + "ffi-napi": "npm:@alphacep/ffi-napi@4.0.4", "mic": "^2.1.2", - "ref-napi": ">=2.0.0", + "ref-napi": "npm:@alphacep/ref-napi@4.0.1", "wav": "^1.0.2" } }