@indra.ai/deva 1.1.110 → 1.1.111

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -512,7 +512,7 @@ class Deva {
512
512
  Assistant() {
513
513
  const _cl = this.client(); // set the client into a local variable
514
514
  try {
515
- if (!_cl.features.assistant) return this.Artis(); // if no Assistant then goto Done
515
+ if (!_cl.features.assistant) return this.Artist(); // if no Assistant then goto Done
516
516
  else {
517
517
  this.action('Assistant'); // set action to Assistant
518
518
  const {id, features, profile} = _cl; // set the local consts from client copy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra.ai/deva",
3
- "version": "1.1.110",
3
+ "version": "1.1.111",
4
4
  "description": "The Deva Core",
5
5
  "main": "index.js",
6
6
  "scripts": {