update to realtime-dbhelpers that factored out speech-utils

This commit is contained in:
Dave Horton
2023-03-14 10:07:29 -04:00
parent 7be3c64116
commit 34e8203338
2 changed files with 56 additions and 34 deletions

88
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": {
"@jambonz/db-helpers": "^0.7.4",
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/realtimedb-helpers": "^0.6.5",
"@jambonz/realtimedb-helpers": "^0.7.0",
"@jambonz/speech-utils": "^0.0.2",
"@jambonz/stats-collector": "^0.1.6",
"@jambonz/time-series": "^0.2.5",
@@ -1623,22 +1623,13 @@
}
},
"node_modules/@jambonz/realtimedb-helpers": {
"version": "0.6.5",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.6.5.tgz",
"integrity": "sha512-ThqB7nsw0AaLPMZiHEwEMOe+hog4vo7eDmHRryM1Z2VMz4ZxlO74ZyTKZNh4BrcmuUK4pHI0WNrfnealL/oElA==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.7.0.tgz",
"integrity": "sha512-hu+CcV0jzQU6J4vW8bBEz52NqEroLHOB0wjVb/VmSL4N0+MAJ1wbPUNk8go5aMk809Vr/Od2z9nHInGnTiBHzA==",
"dependencies": {
"@google-cloud/text-to-speech": "^4.1.0",
"@grpc/grpc-js": "^1.8.8",
"@jambonz/promisify-redis": "^0.0.6",
"aws-sdk": "^2.1313.0",
"bent": "^7.3.12",
"debug": "^4.3.4",
"form-urlencoded": "^6.1.0",
"google-protobuf": "^3.21.2",
"ibm-watson": "^7.1.2",
"microsoft-cognitiveservices-speech-sdk": "^1.25.1",
"redis": "^3.1.2",
"undici": "^5.18.0"
"redis": "^3.1.2"
}
},
"node_modules/@jambonz/speech-utils": {
@@ -1660,6 +1651,25 @@
"undici": "^5.19.1"
}
},
"node_modules/@jambonz/speech-utils/node_modules/@jambonz/realtimedb-helpers": {
"version": "0.6.7",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.6.7.tgz",
"integrity": "sha512-5efzyT98+7FjMrd1v90OQPn1f3RHGCXM3LqpSsH8xBJ3qT/WVeN3+s9WLjaaQbaM7VDN5aw/UdT704Ef4PwKAQ==",
"dependencies": {
"@aws-sdk/client-polly": "^3.276.0",
"@google-cloud/text-to-speech": "^4.1.0",
"@grpc/grpc-js": "^1.8.8",
"@jambonz/promisify-redis": "^0.0.6",
"bent": "^7.3.12",
"debug": "^4.3.4",
"form-urlencoded": "^6.1.0",
"google-protobuf": "^3.21.2",
"ibm-watson": "^7.1.2",
"microsoft-cognitiveservices-speech-sdk": "^1.25.1",
"redis": "^3.1.2",
"undici": "^5.20.0"
}
},
"node_modules/@jambonz/stats-collector": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/@jambonz/stats-collector/-/stats-collector-0.1.6.tgz",
@@ -8225,9 +8235,9 @@
"integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A=="
},
"node_modules/undici": {
"version": "5.19.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.19.1.tgz",
"integrity": "sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==",
"version": "5.21.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.21.0.tgz",
"integrity": "sha512-HOjK8l6a57b2ZGXOcUsI5NLfoTrfmbOl90ixJDl0AEFG4wgHNDQxtZy15/ZQp7HhjkpaGlp/eneMgtsu1dIlUA==",
"dependencies": {
"busboy": "^1.6.0"
},
@@ -9951,22 +9961,13 @@
}
},
"@jambonz/realtimedb-helpers": {
"version": "0.6.5",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.6.5.tgz",
"integrity": "sha512-ThqB7nsw0AaLPMZiHEwEMOe+hog4vo7eDmHRryM1Z2VMz4ZxlO74ZyTKZNh4BrcmuUK4pHI0WNrfnealL/oElA==",
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.7.0.tgz",
"integrity": "sha512-hu+CcV0jzQU6J4vW8bBEz52NqEroLHOB0wjVb/VmSL4N0+MAJ1wbPUNk8go5aMk809Vr/Od2z9nHInGnTiBHzA==",
"requires": {
"@google-cloud/text-to-speech": "^4.1.0",
"@grpc/grpc-js": "^1.8.8",
"@jambonz/promisify-redis": "^0.0.6",
"aws-sdk": "^2.1313.0",
"bent": "^7.3.12",
"debug": "^4.3.4",
"form-urlencoded": "^6.1.0",
"google-protobuf": "^3.21.2",
"ibm-watson": "^7.1.2",
"microsoft-cognitiveservices-speech-sdk": "^1.25.1",
"redis": "^3.1.2",
"undici": "^5.18.0"
"redis": "^3.1.2"
}
},
"@jambonz/speech-utils": {
@@ -9986,6 +9987,27 @@
"ibm-watson": "^7.1.2",
"microsoft-cognitiveservices-speech-sdk": "^1.25.0",
"undici": "^5.19.1"
},
"dependencies": {
"@jambonz/realtimedb-helpers": {
"version": "0.6.7",
"resolved": "https://registry.npmjs.org/@jambonz/realtimedb-helpers/-/realtimedb-helpers-0.6.7.tgz",
"integrity": "sha512-5efzyT98+7FjMrd1v90OQPn1f3RHGCXM3LqpSsH8xBJ3qT/WVeN3+s9WLjaaQbaM7VDN5aw/UdT704Ef4PwKAQ==",
"requires": {
"@aws-sdk/client-polly": "^3.276.0",
"@google-cloud/text-to-speech": "^4.1.0",
"@grpc/grpc-js": "^1.8.8",
"@jambonz/promisify-redis": "^0.0.6",
"bent": "^7.3.12",
"debug": "^4.3.4",
"form-urlencoded": "^6.1.0",
"google-protobuf": "^3.21.2",
"ibm-watson": "^7.1.2",
"microsoft-cognitiveservices-speech-sdk": "^1.25.1",
"redis": "^3.1.2",
"undici": "^5.20.0"
}
}
}
},
"@jambonz/stats-collector": {
@@ -15002,9 +15024,9 @@
"integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A=="
},
"undici": {
"version": "5.19.1",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.19.1.tgz",
"integrity": "sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==",
"version": "5.21.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.21.0.tgz",
"integrity": "sha512-HOjK8l6a57b2ZGXOcUsI5NLfoTrfmbOl90ixJDl0AEFG4wgHNDQxtZy15/ZQp7HhjkpaGlp/eneMgtsu1dIlUA==",
"requires": {
"busboy": "^1.6.0"
}

View File

@@ -26,7 +26,7 @@
"dependencies": {
"@jambonz/db-helpers": "^0.7.4",
"@jambonz/http-health-check": "^0.0.1",
"@jambonz/realtimedb-helpers": "^0.6.5",
"@jambonz/realtimedb-helpers": "^0.7.0",
"@jambonz/speech-utils": "^0.0.2",
"@jambonz/stats-collector": "^0.1.6",
"@jambonz/time-series": "^0.2.5",