mirror of
https://github.com/jambonz/jambonz-node.git
synced 2026-01-25 02:08:15 +00:00
more changes for ibm speech
This commit is contained in:
@@ -506,7 +506,10 @@
|
|||||||
},
|
},
|
||||||
"ibmOptions": {
|
"ibmOptions": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"apiKey": "string",
|
"sttApiKey": "string",
|
||||||
|
"sttRegion": "string",
|
||||||
|
"ttsApiKey": "string",
|
||||||
|
"ttsRegion": "string",
|
||||||
"instanceId": "string",
|
"instanceId": "string",
|
||||||
"region": "string",
|
"region": "string",
|
||||||
"model": "string",
|
"model": "string",
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@jambonz/node-client",
|
"name": "@jambonz/node-client",
|
||||||
"version": "0.3.33",
|
"version": "0.3.34",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@jambonz/node-client",
|
"name": "@jambonz/node-client",
|
||||||
"version": "0.3.33",
|
"version": "0.3.34",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bent": "^7.3.12",
|
"bent": "^7.3.12",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jambonz/node-client",
|
"name": "@jambonz/node-client",
|
||||||
"version": "0.3.33",
|
"version": "0.3.34",
|
||||||
"description": "Node.js client for building jambonz applications (jambonz.org)",
|
"description": "Node.js client for building jambonz applications (jambonz.org)",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user