@webex/internal-plugin-conversation 3.10.0-next.7 → 3.10.0-next.9

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.
@@ -2526,7 +2526,7 @@ var Conversation = _webexCore.WebexPlugin.extend({
2526
2526
  });
2527
2527
  }));
2528
2528
  },
2529
- version: "3.10.0-next.7"
2529
+ version: "3.10.0-next.9"
2530
2530
  });
2531
2531
  ['favorite', 'hide', 'lock', 'mute', 'unfavorite', 'unhide', 'unlock', 'unmute'].forEach(function (verb) {
2532
2532
  Conversation.prototype[verb] = function submitSimpleActivity(conversation, activity) {
@@ -391,7 +391,7 @@ var ShareActivity = _webexCore.WebexPlugin.extend({
391
391
  return res.body.spaceUrl;
392
392
  });
393
393
  },
394
- version: "3.10.0-next.7"
394
+ version: "3.10.0-next.9"
395
395
  });
396
396
 
397
397
  /**
package/package.json CHANGED
@@ -22,9 +22,9 @@
22
22
  "@webex/common": "3.10.0-next.1",
23
23
  "@webex/helper-html": "3.10.0-next.1",
24
24
  "@webex/helper-image": "3.10.0-next.1",
25
- "@webex/internal-plugin-encryption": "3.10.0-next.7",
26
- "@webex/internal-plugin-user": "3.10.0-next.7",
27
- "@webex/webex-core": "3.10.0-next.7",
25
+ "@webex/internal-plugin-encryption": "3.10.0-next.9",
26
+ "@webex/internal-plugin-user": "3.10.0-next.9",
27
+ "@webex/webex-core": "3.10.0-next.9",
28
28
  "crypto-js": "^4.1.1",
29
29
  "lodash": "^4.17.21",
30
30
  "node-scr": "^0.3.0",
@@ -56,5 +56,5 @@
56
56
  "test:style": "eslint ./src/**/*.*",
57
57
  "test:unit": "webex-legacy-tools test --unit --runner jest"
58
58
  },
59
- "version": "3.10.0-next.7"
59
+ "version": "3.10.0-next.9"
60
60
  }