@webex/internal-plugin-ai-assistant 3.11.0-next.7 → 3.11.0-next.8

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.
@@ -475,7 +475,7 @@ var AIAssistant = _webexCore.WebexPlugin.extend({
475
475
  contentValue: options.question
476
476
  }));
477
477
  },
478
- version: "3.11.0-next.7"
478
+ version: "3.11.0-next.8"
479
479
  });
480
480
  var _default = exports.default = AIAssistant;
481
481
  //# sourceMappingURL=ai-assistant.js.map
package/package.json CHANGED
@@ -22,8 +22,8 @@
22
22
  "dependencies": {
23
23
  "@webex/common": "3.11.0-next.1",
24
24
  "@webex/common-timers": "3.11.0-next.1",
25
- "@webex/internal-plugin-mercury": "3.11.0-next.5",
26
- "@webex/webex-core": "3.11.0-next.4",
25
+ "@webex/internal-plugin-mercury": "3.11.0-next.6",
26
+ "@webex/webex-core": "3.11.0-next.5",
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": "3.11.0-next.7"
52
+ "version": "3.11.0-next.8"
53
53
  }