update speech util verbsion (#1323)

This commit is contained in:
Hoan Luu Huu
2025-08-14 19:39:12 +07:00
committed by GitHub
parent 5e51849839
commit 96aa705378
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.15",
"@jambonz/speech-utils": "^0.2.17",
"@jambonz/speech-utils": "^0.2.18",
"@jambonz/stats-collector": "^0.1.10",
"@jambonz/time-series": "^0.2.14",
"@jambonz/verb-specifications": "^0.0.113",
@@ -1376,9 +1376,9 @@
}
},
"node_modules/@jambonz/speech-utils": {
"version": "0.2.17",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.2.17.tgz",
"integrity": "sha512-YcBq8bOvo5QfQJQXP4e2N0sCPqkoW0jNM4eHhspJotJc7V9DB3T5VVA6SGUsDXDZUwyT0JPI3Tx+xof02eWQ2Q==",
"version": "0.2.18",
"resolved": "https://registry.npmjs.org/@jambonz/speech-utils/-/speech-utils-0.2.18.tgz",
"integrity": "sha512-gb7MXqfjlddy3diYhNISFhjis35Zo/kRWOzULjJ1xlzqOTBOJmxqMB9YWdTFxwn8/2TLJpHE7XSggzBo/g7muQ==",
"license": "MIT",
"dependencies": {
"23": "^0.0.0",

View File

@@ -31,7 +31,7 @@
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/mw-registrar": "^0.2.7",
"@jambonz/realtimedb-helpers": "^0.8.15",
"@jambonz/speech-utils": "^0.2.17",
"@jambonz/speech-utils": "^0.2.18",
"@jambonz/stats-collector": "^0.1.10",
"@jambonz/time-series": "^0.2.14",
"@jambonz/verb-specifications": "^0.0.113",