more changes for ibm speech

This commit is contained in:
Dave Horton
2022-11-16 13:58:55 -05:00
parent 7dedaf01a1
commit 250545a926
3 changed files with 7 additions and 4 deletions

View File

@@ -506,7 +506,10 @@
},
"ibmOptions": {
"properties": {
"apiKey": "string",
"sttApiKey": "string",
"sttRegion": "string",
"ttsApiKey": "string",
"ttsRegion": "string",
"instanceId": "string",
"region": "string",
"model": "string",

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@jambonz/node-client",
"version": "0.3.33",
"version": "0.3.34",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@jambonz/node-client",
"version": "0.3.33",
"version": "0.3.34",
"license": "MIT",
"dependencies": {
"bent": "^7.3.12",

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/node-client",
"version": "0.3.33",
"version": "0.3.34",
"description": "Node.js client for building jambonz applications (jambonz.org)",
"main": "lib/index.js",
"scripts": {