From e02db2e0258a6044a853915d9804b37299939d0a Mon Sep 17 00:00:00 2001 From: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com> Date: Fri, 19 Dec 2025 06:36:23 +0700 Subject: [PATCH] update speech utils version 0.2.27 (#527) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc22ae3..790dd9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@jambonz/lamejs": "^1.2.2", "@jambonz/mw-registrar": "^0.2.7", "@jambonz/realtimedb-helpers": "^0.8.15", - "@jambonz/speech-utils": "^0.2.26", + "@jambonz/speech-utils": "^0.2.27", "@jambonz/time-series": "^0.2.8", "@jambonz/verb-specifications": "^0.0.122", "@soniox/soniox-node": "^1.2.2", @@ -4178,9 +4178,9 @@ } }, "node_modules/@jambonz/speech-utils": { - "version": "0.2.26", - "resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.2.26.tgz", - "integrity": "sha512-gL5PBd2zSDCxAgz5cIdiLgkhqGEkW5UizF93BV8xcpMZuzIuLhsr2WlIMY3L3vVpFSx8AtZ9XdgPtxIOqI+FHw==", + "version": "0.2.27", + "resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.2.27.tgz", + "integrity": "sha512-wx0VKq2Gy8+pNx/RwMJjvaG7HT1/pezlgKkUfL0a4DoXxwIoglVyc/2SPUMf9yZ5xKSifYxcGoGSKfor9f9EbQ==", "license": "MIT", "dependencies": { "23": "^0.0.0", diff --git a/package.json b/package.json index d80ddd6..86f6335 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@jambonz/lamejs": "^1.2.2", "@jambonz/mw-registrar": "^0.2.7", "@jambonz/realtimedb-helpers": "^0.8.15", - "@jambonz/speech-utils": "^0.2.26", + "@jambonz/speech-utils": "^0.2.27", "@jambonz/time-series": "^0.2.8", "@jambonz/verb-specifications": "^0.0.122", "@soniox/soniox-node": "^1.2.2",