add support for nuance tts on-prem

This commit is contained in:
Dave Horton
2023-03-24 14:09:58 -04:00
parent 58374ca0fa
commit b172caee49
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@jambonz/speech-utils",
"version": "0.0.5",
"version": "0.0.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@jambonz/speech-utils",
"version": "0.0.5",
"version": "0.0.7",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-polly": "^3.276.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@jambonz/speech-utils",
"version": "0.0.6",
"version": "0.0.7",
"description": "TTS-related speech utilities for jambonz",
"main": "index.js",
"author": "Dave Horton",