From cee333a644a0ef0c9275bb829be69a58ef8cf7e6 Mon Sep 17 00:00:00 2001 From: Quan HL Date: Mon, 19 Jun 2023 13:14:26 +0700 Subject: [PATCH] feat multi srs --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 607471f9..39feeb4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@jambonz/speech-utils": "^0.0.15", "@jambonz/stats-collector": "^0.1.8", "@jambonz/time-series": "^0.2.7", - "@jambonz/verb-specifications": "^0.0.24", + "@jambonz/verb-specifications": "^0.0.25", "@opentelemetry/api": "^1.4.0", "@opentelemetry/exporter-jaeger": "^1.9.0", "@opentelemetry/exporter-trace-otlp-http": "^0.35.0", @@ -1699,9 +1699,9 @@ } }, "node_modules/@jambonz/verb-specifications": { - "version": "0.0.24", - "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.24.tgz", - "integrity": "sha512-Bm8NKaCa2Xor82I1c873BtBaXbtFHXS3rPrnSM1+cYQqz5eXkl4QE4qDKqv2z9ihYYuuTZzTwwp8jQSXJGIb0g==", + "version": "0.0.25", + "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.25.tgz", + "integrity": "sha512-Dq8bS9hNCWGm7CbSaAwMv3YzG6PI1tk3lOj0bFIF74FiLq/cIHtm4KsUwUMQPgJhED8Lbi0v3q63L98737ndbg==", "dependencies": { "debug": "^4.3.4", "pino": "^8.8.0" @@ -10219,9 +10219,9 @@ } }, "@jambonz/verb-specifications": { - "version": "0.0.24", - "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.24.tgz", - "integrity": "sha512-Bm8NKaCa2Xor82I1c873BtBaXbtFHXS3rPrnSM1+cYQqz5eXkl4QE4qDKqv2z9ihYYuuTZzTwwp8jQSXJGIb0g==", + "version": "0.0.25", + "resolved": "https://registry.npmjs.org/@jambonz/verb-specifications/-/verb-specifications-0.0.25.tgz", + "integrity": "sha512-Dq8bS9hNCWGm7CbSaAwMv3YzG6PI1tk3lOj0bFIF74FiLq/cIHtm4KsUwUMQPgJhED8Lbi0v3q63L98737ndbg==", "requires": { "debug": "^4.3.4", "pino": "^8.8.0" diff --git a/package.json b/package.json index 34c17d87..fd31507f 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@jambonz/speech-utils": "^0.0.15", "@jambonz/stats-collector": "^0.1.8", "@jambonz/time-series": "^0.2.7", - "@jambonz/verb-specifications": "^0.0.24", + "@jambonz/verb-specifications": "^0.0.25", "@opentelemetry/api": "^1.4.0", "@opentelemetry/exporter-jaeger": "^1.9.0", "@opentelemetry/exporter-trace-otlp-http": "^0.35.0",