fix wakeupWord syntax

This commit is contained in:
Dave Horton
2023-03-03 09:08:50 -05:00
parent 10c7f60bad
commit 403766cd4d
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@jambonz/verb-specifications", "name": "@jambonz/verb-specifications",
"version": "0.0.7", "version": "0.0.10",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@jambonz/verb-specifications", "name": "@jambonz/verb-specifications",
"version": "0.0.7", "version": "0.0.10",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"debug": "^4.3.4", "debug": "^4.3.4",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@jambonz/verb-specifications", "name": "@jambonz/verb-specifications",
"version": "0.0.9", "version": "0.0.10",
"description": "Jambonz Verb Specification Utilities", "description": "Jambonz Verb Specification Utilities",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@@ -723,7 +723,7 @@
"inlineWordset": "string", "inlineWordset": "string",
"builtin": "string", "builtin": "string",
"inlineGrammar": "string", "inlineGrammar": "string",
"wakeupWord": "[string]", "wakeupWord": ["string"],
"weightName": { "weightName": {
"type": "string", "type": "string",
"enum": [ "enum": [