bump to start 0.8.6

This commit is contained in:
Dave Horton
2024-02-07 08:51:05 -05:00
parent a55f81676b
commit 75566bb268
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "jambonz-feature-server",
"version": "0.8.5",
"version": "0.8.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "jambonz-feature-server",
"version": "0.8.5",
"version": "0.8.6",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-auto-scaling": "^3.360.0",
@@ -18,7 +18,7 @@
"@jambonz/speech-utils": "^0.0.38",
"@jambonz/stats-collector": "^0.1.9",
"@jambonz/time-series": "^0.2.8",
"@jambonz/verb-specifications": "^0.0.50",
"@jambonz/verb-specifications": "^0.0.52",
"@opentelemetry/api": "^1.4.0",
"@opentelemetry/exporter-jaeger": "^1.9.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.35.0",
@@ -3517,9 +3517,9 @@
}
},
"node_modules/@jambonz/verb-specifications": {
"version": "0.0.50",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.50.tgz",
"integrity": "sha512-lJurJWbGbh8BgJEQ4mS4ViHG4d23yB0LnjnxTAB7OFsehs4gyS8L2bXHcgPckGCwc+h5HV6Aq85u01I5vJM9qA==",
"version": "0.0.52",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.52.tgz",
"integrity": "sha512-aAuHUpK2gwxwgQVcOQ65L4ue5SX2wT21m+Zg2Bjadoi+4NnIa9jpLG14ZQK/YcBcy075xVEya+KuEwlt+S3tfg==",
"dependencies": {
"debug": "^4.3.4",
"pino": "^8.8.0"
@@ -14160,9 +14160,9 @@
}
},
"@jambonz/verb-specifications": {
"version": "0.0.50",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.50.tgz",
"integrity": "sha512-lJurJWbGbh8BgJEQ4mS4ViHG4d23yB0LnjnxTAB7OFsehs4gyS8L2bXHcgPckGCwc+h5HV6Aq85u01I5vJM9qA==",
"version": "0.0.52",
"resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.52.tgz",
"integrity": "sha512-aAuHUpK2gwxwgQVcOQ65L4ue5SX2wT21m+Zg2Bjadoi+4NnIa9jpLG14ZQK/YcBcy075xVEya+KuEwlt+S3tfg==",
"requires": {
"debug": "^4.3.4",
"pino": "^8.8.0"

View File

@@ -1,6 +1,6 @@
{
"name": "jambonz-feature-server",
"version": "0.8.5",
"version": "0.8.6",
"main": "app.js",
"engines": {
"node": ">= 18.x"
@@ -34,7 +34,7 @@
"@jambonz/speech-utils": "^0.0.38",
"@jambonz/stats-collector": "^0.1.9",
"@jambonz/time-series": "^0.2.8",
"@jambonz/verb-specifications": "^0.0.50",
"@jambonz/verb-specifications": "^0.0.52",
"@opentelemetry/api": "^1.4.0",
"@opentelemetry/exporter-jaeger": "^1.9.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.35.0",