@webex/internal-plugin-conversation 1.152.0 → 1.152.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.
@@ -2894,7 +2894,7 @@ var Conversation = _webexCore.WebexPlugin.extend({
2894
2894
  });
2895
2895
  }));
2896
2896
  },
2897
- version: "1.152.0"
2897
+ version: "1.152.1"
2898
2898
  });
2899
2899
 
2900
2900
  ['favorite', 'hide', 'lock', 'mute', 'unfavorite', 'unhide', 'unlock', 'unmute'].forEach(function (verb) {
@@ -448,7 +448,7 @@ var ShareActivity = _webexCore.WebexPlugin.extend({
448
448
  return res.body.spaceUrl;
449
449
  });
450
450
  },
451
- version: "1.152.0"
451
+ version: "1.152.1"
452
452
  });
453
453
  /**
454
454
  * Instantiates a ShareActivity
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-conversation",
3
- "version": "1.152.0",
3
+ "version": "1.152.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": "1.152.0",
22
- "@webex/internal-plugin-user": "1.152.0",
23
- "@webex/common": "1.152.0",
24
- "@webex/helper-html": "1.152.0",
25
- "@webex/webex-core": "1.152.0",
21
+ "@webex/internal-plugin-encryption": "1.152.1",
22
+ "@webex/internal-plugin-user": "1.152.1",
23
+ "@webex/common": "1.152.1",
24
+ "@webex/helper-html": "1.152.1",
25
+ "@webex/webex-core": "1.152.1",
26
26
  "crypto-js": "^4.1.1",
27
- "@webex/helper-image": "1.152.0",
27
+ "@webex/helper-image": "1.152.1",
28
28
  "uuid": "^3.3.2",
29
29
  "node-scr": "^0.3.0",
30
30
  "envify": "^4.1.0"