mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-01-25 02:08:06 +00:00
fix wakeupWord syntax
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -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",
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user