@webex/internal-plugin-ai-assistant 3.11.0-next.13 → 3.11.0-next.14

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.
@@ -501,7 +501,7 @@ var AIAssistant = _webexCore.WebexPlugin.extend({
501
501
  contentValue: options.question
502
502
  }));
503
503
  },
504
- version: "3.11.0-next.13"
504
+ version: "3.11.0-next.14"
505
505
  });
506
506
  var _default = exports.default = AIAssistant;
507
507
  //# 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.9",
26
- "@webex/webex-core": "3.11.0-next.7",
25
+ "@webex/internal-plugin-mercury": "3.11.0-next.10",
26
+ "@webex/webex-core": "3.11.0-next.8",
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.13"
52
+ "version": "3.11.0-next.14"
53
53
  }