@webex/internal-plugin-support 3.0.0-beta.414 → 3.0.0-beta.415

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/support.js CHANGED
@@ -166,7 +166,7 @@ var Support = _webexCore.WebexPlugin.extend({
166
166
  }
167
167
  return metadataArray;
168
168
  },
169
- version: "3.0.0-beta.414"
169
+ version: "3.0.0-beta.415"
170
170
  });
171
171
  var _default = Support;
172
172
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-support",
3
- "version": "3.0.0-beta.414",
3
+ "version": "3.0.0-beta.415",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "nickclar <nickclar@cisco.com>",
@@ -21,14 +21,14 @@
21
21
  ]
22
22
  },
23
23
  "dependencies": {
24
- "@webex/internal-plugin-device": "3.0.0-beta.414",
25
- "@webex/internal-plugin-search": "3.0.0-beta.414",
26
- "@webex/internal-plugin-support": "3.0.0-beta.414",
27
- "@webex/test-helper-chai": "3.0.0-beta.414",
28
- "@webex/test-helper-file": "3.0.0-beta.414",
29
- "@webex/test-helper-mock-webex": "3.0.0-beta.414",
30
- "@webex/test-helper-test-users": "3.0.0-beta.414",
31
- "@webex/webex-core": "3.0.0-beta.414",
24
+ "@webex/internal-plugin-device": "3.0.0-beta.415",
25
+ "@webex/internal-plugin-search": "3.0.0-beta.415",
26
+ "@webex/internal-plugin-support": "3.0.0-beta.415",
27
+ "@webex/test-helper-chai": "3.0.0-beta.415",
28
+ "@webex/test-helper-file": "3.0.0-beta.415",
29
+ "@webex/test-helper-mock-webex": "3.0.0-beta.415",
30
+ "@webex/test-helper-test-users": "3.0.0-beta.415",
31
+ "@webex/webex-core": "3.0.0-beta.415",
32
32
  "lodash": "^4.17.21",
33
33
  "uuid": "^3.3.2"
34
34
  }
@@ -8,9 +8,7 @@ import Support from '@webex/internal-plugin-support';
8
8
  import {assert} from '@webex/test-helper-chai';
9
9
  import MockWebex from '@webex/test-helper-mock-webex';
10
10
 
11
- describe('plugin-support', function () {
12
- this.timeout(20000);
13
-
11
+ describe('plugin-support', () => {
14
12
  let webex;
15
13
 
16
14
  beforeEach(() => {