@webex/internal-plugin-conversation 3.0.0-beta.39 → 3.0.0-beta.40

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.
@@ -2496,7 +2496,7 @@ var Conversation = _webexCore.WebexPlugin.extend({
2496
2496
  });
2497
2497
  }));
2498
2498
  },
2499
- version: "3.0.0-beta.39"
2499
+ version: "3.0.0-beta.40"
2500
2500
  });
2501
2501
  ['favorite', 'hide', 'lock', 'mute', 'unfavorite', 'unhide', 'unlock', 'unmute'].forEach(function (verb) {
2502
2502
  Conversation.prototype[verb] = function submitSimpleActivity(conversation, activity) {
@@ -395,7 +395,7 @@ var ShareActivity = _webexCore.WebexPlugin.extend({
395
395
  return res.body.spaceUrl;
396
396
  });
397
397
  },
398
- version: "3.0.0-beta.39"
398
+ version: "3.0.0-beta.40"
399
399
  });
400
400
 
401
401
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-conversation",
3
- "version": "3.0.0-beta.39",
3
+ "version": "3.0.0-beta.40",
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.39",
24
- "@webex/helper-html": "3.0.0-beta.39",
25
- "@webex/helper-image": "3.0.0-beta.39",
26
- "@webex/internal-plugin-conversation": "3.0.0-beta.39",
27
- "@webex/internal-plugin-encryption": "3.0.0-beta.39",
28
- "@webex/internal-plugin-user": "3.0.0-beta.39",
29
- "@webex/webex-core": "3.0.0-beta.39",
23
+ "@webex/common": "3.0.0-beta.40",
24
+ "@webex/helper-html": "3.0.0-beta.40",
25
+ "@webex/helper-image": "3.0.0-beta.40",
26
+ "@webex/internal-plugin-conversation": "3.0.0-beta.40",
27
+ "@webex/internal-plugin-encryption": "3.0.0-beta.40",
28
+ "@webex/internal-plugin-user": "3.0.0-beta.40",
29
+ "@webex/webex-core": "3.0.0-beta.40",
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.39",
37
- "@webex/test-helper-file": "3.0.0-beta.39",
38
- "@webex/test-helper-make-local-url": "3.0.0-beta.39",
39
- "@webex/test-helper-mocha": "3.0.0-beta.39",
40
- "@webex/test-helper-mock-webex": "3.0.0-beta.39",
41
- "@webex/test-helper-retry": "3.0.0-beta.39",
42
- "@webex/test-helper-test-users": "3.0.0-beta.39",
36
+ "@webex/test-helper-chai": "3.0.0-beta.40",
37
+ "@webex/test-helper-file": "3.0.0-beta.40",
38
+ "@webex/test-helper-make-local-url": "3.0.0-beta.40",
39
+ "@webex/test-helper-mocha": "3.0.0-beta.40",
40
+ "@webex/test-helper-mock-webex": "3.0.0-beta.40",
41
+ "@webex/test-helper-retry": "3.0.0-beta.40",
42
+ "@webex/test-helper-test-users": "3.0.0-beta.40",
43
43
  "sinon": "^9.2.4"
44
44
  }
45
45
  }