@webex/internal-plugin-conversation 2.19.0 → 2.19.1

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.
@@ -2906,7 +2906,7 @@ var Conversation = _webexCore.WebexPlugin.extend({
2906
2906
  });
2907
2907
  }));
2908
2908
  },
2909
- version: "2.19.0"
2909
+ version: "2.19.1"
2910
2910
  });
2911
2911
 
2912
2912
  ['favorite', 'hide', 'lock', 'mute', 'unfavorite', 'unhide', 'unlock', 'unmute'].forEach(function (verb) {
@@ -453,7 +453,7 @@ var ShareActivity = _webexCore.WebexPlugin.extend({
453
453
  return res.body.spaceUrl;
454
454
  });
455
455
  },
456
- version: "2.19.0"
456
+ version: "2.19.1"
457
457
  });
458
458
  /**
459
459
  * Instantiates a ShareActivity
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-conversation",
3
- "version": "2.19.0",
3
+ "version": "2.19.1",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Ian W. Remmel <iremmel@cisco.com>",
@@ -18,13 +18,13 @@
18
18
  "dependencies": {
19
19
  "@babel/runtime-corejs2": "^7.14.8",
20
20
  "lodash": "^4.17.21",
21
- "@webex/internal-plugin-encryption": "2.19.0",
22
- "@webex/internal-plugin-user": "2.19.0",
23
- "@webex/common": "2.19.0",
24
- "@webex/helper-html": "2.19.0",
25
- "@webex/webex-core": "2.19.0",
21
+ "@webex/internal-plugin-encryption": "2.19.1",
22
+ "@webex/internal-plugin-user": "2.19.1",
23
+ "@webex/common": "2.19.1",
24
+ "@webex/helper-html": "2.19.1",
25
+ "@webex/webex-core": "2.19.1",
26
26
  "crypto-js": "^4.1.1",
27
- "@webex/helper-image": "2.19.0",
27
+ "@webex/helper-image": "2.19.1",
28
28
  "uuid": "^3.3.2",
29
29
  "node-scr": "^0.3.0",
30
30
  "envify": "^4.1.0"