@innovastudio/contentbuilder 1.4.88 → 1.4.89

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.4.88",
4
+ "version": "1.4.89",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -79329,7 +79329,7 @@ class ContentBuilder {
79329
79329
  speechRecognitionLang: 'en-US',
79330
79330
  assistantMode: 'general',
79331
79331
  triggerWords: {
79332
- send: ['send', 'okay', 'execute', 'run'],
79332
+ send: ['send', 'okay', 'ok', 'execute', 'run'],
79333
79333
  abort: ['abort', 'cancel'],
79334
79334
  clear: ['clear', 'erase']
79335
79335
  },