@webex/internal-plugin-ai-assistant 0.0.0-next.31 → 0.0.0-next.32

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.
@@ -459,7 +459,7 @@ var AIAssistant = _webexCore.WebexPlugin.extend({
459
459
  contentValue: options.question
460
460
  }));
461
461
  },
462
- version: "0.0.0-next.31"
462
+ version: "0.0.0-next.32"
463
463
  });
464
464
  var _default = exports.default = AIAssistant;
465
465
  //# sourceMappingURL=ai-assistant.js.map
package/package.json CHANGED
@@ -22,8 +22,8 @@
22
22
  "dependencies": {
23
23
  "@webex/common": "3.8.1-next.11",
24
24
  "@webex/common-timers": "3.8.1-next.11",
25
- "@webex/internal-plugin-mercury": "3.10.0-next.2",
26
- "@webex/webex-core": "3.10.0-next.2",
25
+ "@webex/internal-plugin-mercury": "3.10.0-next.3",
26
+ "@webex/webex-core": "3.10.0-next.3",
27
27
  "lodash": "^4.17.21",
28
28
  "uuid": "^3.3.2"
29
29
  },
@@ -49,5 +49,5 @@
49
49
  "test:style": "eslint ./src/**/*.*",
50
50
  "test:unit": "webex-legacy-tools test --unit --runner jest"
51
51
  },
52
- "version": "0.0.0-next.31"
52
+ "version": "0.0.0-next.32"
53
53
  }