@webex/internal-plugin-conversation 3.10.0-next.1 → 3.10.0-next.2

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.
@@ -2524,7 +2524,7 @@ var Conversation = _webexCore.WebexPlugin.extend({
2524
2524
  });
2525
2525
  }));
2526
2526
  },
2527
- version: "3.10.0-next.1"
2527
+ version: "3.10.0-next.2"
2528
2528
  });
2529
2529
  ['favorite', 'hide', 'lock', 'mute', 'unfavorite', 'unhide', 'unlock', 'unmute'].forEach(function (verb) {
2530
2530
  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.1"
394
+ version: "3.10.0-next.2"
395
395
  });
396
396
 
397
397
  /**
package/package.json CHANGED
@@ -22,9 +22,9 @@
22
22
  "@webex/common": "3.8.1-next.11",
23
23
  "@webex/helper-html": "3.8.1-next.11",
24
24
  "@webex/helper-image": "3.8.1-next.11",
25
- "@webex/internal-plugin-encryption": "3.10.0-next.1",
26
- "@webex/internal-plugin-user": "3.10.0-next.1",
27
- "@webex/webex-core": "3.10.0-next.1",
25
+ "@webex/internal-plugin-encryption": "3.10.0-next.2",
26
+ "@webex/internal-plugin-user": "3.10.0-next.2",
27
+ "@webex/webex-core": "3.10.0-next.2",
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.1"
59
+ "version": "3.10.0-next.2"
60
60
  }