@webex/plugin-messages 3.0.0-beta.41 → 3.0.0-beta.410

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.
package/dist/messages.js CHANGED
@@ -373,7 +373,7 @@ var Messages = _webexCore.WebexPlugin.extend({
373
373
  });
374
374
  });
375
375
  },
376
- version: "3.0.0-beta.41"
376
+ version: "3.0.0-beta.410"
377
377
  });
378
378
  var _default = Messages;
379
379
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-messages",
3
- "version": "3.0.0-beta.41",
3
+ "version": "3.0.0-beta.410",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -20,22 +20,22 @@
20
20
  ]
21
21
  },
22
22
  "devDependencies": {
23
- "@webex/test-helper-chai": "3.0.0-beta.41",
24
- "@webex/test-helper-file": "3.0.0-beta.41",
25
- "@webex/test-helper-mocha": "3.0.0-beta.41",
26
- "@webex/test-helper-test-users": "3.0.0-beta.41",
23
+ "@webex/test-helper-chai": "3.0.0-beta.410",
24
+ "@webex/test-helper-file": "3.0.0-beta.410",
25
+ "@webex/test-helper-mocha": "3.0.0-beta.410",
26
+ "@webex/test-helper-test-users": "3.0.0-beta.410",
27
27
  "sinon": "^9.2.4"
28
28
  },
29
29
  "dependencies": {
30
- "@webex/common": "3.0.0-beta.41",
31
- "@webex/internal-plugin-conversation": "3.0.0-beta.41",
32
- "@webex/internal-plugin-device": "3.0.0-beta.41",
33
- "@webex/internal-plugin-mercury": "3.0.0-beta.41",
34
- "@webex/plugin-logger": "3.0.0-beta.41",
35
- "@webex/plugin-messages": "3.0.0-beta.41",
36
- "@webex/plugin-people": "3.0.0-beta.41",
37
- "@webex/plugin-rooms": "3.0.0-beta.41",
38
- "@webex/webex-core": "3.0.0-beta.41",
30
+ "@webex/common": "3.0.0-beta.410",
31
+ "@webex/internal-plugin-conversation": "3.0.0-beta.410",
32
+ "@webex/internal-plugin-device": "3.0.0-beta.410",
33
+ "@webex/internal-plugin-mercury": "3.0.0-beta.410",
34
+ "@webex/plugin-logger": "3.0.0-beta.410",
35
+ "@webex/plugin-messages": "3.0.0-beta.410",
36
+ "@webex/plugin-people": "3.0.0-beta.410",
37
+ "@webex/plugin-rooms": "3.0.0-beta.410",
38
+ "@webex/webex-core": "3.0.0-beta.410",
39
39
  "debug": "^4.3.4",
40
40
  "lodash": "^4.17.21"
41
41
  }
@@ -19,7 +19,8 @@ const debug = require('debug')('messages');
19
19
 
20
20
  const KNOWN_HOSTED_IMAGE_URL = 'https://download.ciscospark.com/test/photo.png';
21
21
 
22
- describe('plugin-messages', function () {
22
+ // SPARK-413317
23
+ describe.skip('plugin-messages', function () {
23
24
  this.timeout(60000);
24
25
 
25
26
  let webex;