amd changes

This commit is contained in:
Dave Horton
2022-07-19 17:56:16 +02:00
parent 32587a2dc7
commit e51dddf03e
2 changed files with 7 additions and 3 deletions

View File

@@ -524,12 +524,16 @@
"properties": {
"actionHook": "object|string",
"thresholdWordCount": "number",
"resolveTimeoutMs": "number",
"beep": "boolean",
"timers": "#amdTimers",
"recognizer": "#recognizer"
},
"required": [
"actionHook"
]
},
"amdTimers": {
"noSpeechTimeoutMs": "number",
"decisionTimeoutMs": "number",
"toneTimeoutMs": "number"
}
}

View File

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