@webex/internal-plugin-conversation 3.0.0-beta.8 → 3.0.0-beta.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.
@@ -2919,7 +2919,7 @@ var Conversation = _webexCore.WebexPlugin.extend({
2919
2919
  });
2920
2920
  }));
2921
2921
  },
2922
- version: "3.0.0-beta.8"
2922
+ version: "3.0.0-beta.9"
2923
2923
  });
2924
2924
 
2925
2925
  ['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: "3.0.0-beta.8"
456
+ version: "3.0.0-beta.9"
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": "3.0.0-beta.8",
3
+ "version": "3.0.0-beta.9",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -20,26 +20,26 @@
20
20
  ]
21
21
  },
22
22
  "dependencies": {
23
- "@webex/common": "3.0.0-beta.8",
24
- "@webex/helper-html": "3.0.0-beta.8",
25
- "@webex/helper-image": "3.0.0-beta.8",
26
- "@webex/internal-plugin-conversation": "3.0.0-beta.8",
27
- "@webex/internal-plugin-encryption": "3.0.0-beta.8",
28
- "@webex/internal-plugin-user": "3.0.0-beta.8",
29
- "@webex/webex-core": "3.0.0-beta.8",
23
+ "@webex/common": "3.0.0-beta.9",
24
+ "@webex/helper-html": "3.0.0-beta.9",
25
+ "@webex/helper-image": "3.0.0-beta.9",
26
+ "@webex/internal-plugin-conversation": "3.0.0-beta.9",
27
+ "@webex/internal-plugin-encryption": "3.0.0-beta.9",
28
+ "@webex/internal-plugin-user": "3.0.0-beta.9",
29
+ "@webex/webex-core": "3.0.0-beta.9",
30
30
  "crypto-js": "^4.1.1",
31
31
  "lodash": "^4.17.21",
32
32
  "node-scr": "^0.3.0",
33
33
  "uuid": "^3.3.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@webex/test-helper-chai": "3.0.0-beta.8",
37
- "@webex/test-helper-file": "3.0.0-beta.8",
38
- "@webex/test-helper-make-local-url": "3.0.0-beta.8",
39
- "@webex/test-helper-mocha": "3.0.0-beta.8",
40
- "@webex/test-helper-mock-webex": "3.0.0-beta.8",
41
- "@webex/test-helper-retry": "3.0.0-beta.8",
42
- "@webex/test-helper-test-users": "3.0.0-beta.8",
36
+ "@webex/test-helper-chai": "3.0.0-beta.9",
37
+ "@webex/test-helper-file": "3.0.0-beta.9",
38
+ "@webex/test-helper-make-local-url": "3.0.0-beta.9",
39
+ "@webex/test-helper-mocha": "3.0.0-beta.9",
40
+ "@webex/test-helper-mock-webex": "3.0.0-beta.9",
41
+ "@webex/test-helper-retry": "3.0.0-beta.9",
42
+ "@webex/test-helper-test-users": "3.0.0-beta.9",
43
43
  "sinon": "^9.2.4"
44
44
  }
45
45
  }