@webex/internal-plugin-support 3.0.0-beta.13 → 3.0.0-beta.14

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.
Files changed (2) hide show
  1. package/dist/support.js +1 -1
  2. package/package.json +9 -9
package/dist/support.js CHANGED
@@ -183,7 +183,7 @@ var Support = _webexCore.WebexPlugin.extend({
183
183
 
184
184
  return metadataArray;
185
185
  },
186
- version: "3.0.0-beta.13"
186
+ version: "3.0.0-beta.14"
187
187
  });
188
188
 
189
189
  var _default = Support;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-support",
3
- "version": "3.0.0-beta.13",
3
+ "version": "3.0.0-beta.14",
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.13",
25
- "@webex/internal-plugin-search": "3.0.0-beta.13",
26
- "@webex/internal-plugin-support": "3.0.0-beta.13",
27
- "@webex/test-helper-chai": "3.0.0-beta.13",
28
- "@webex/test-helper-file": "3.0.0-beta.13",
29
- "@webex/test-helper-mock-webex": "3.0.0-beta.13",
30
- "@webex/test-helper-test-users": "3.0.0-beta.13",
31
- "@webex/webex-core": "3.0.0-beta.13",
24
+ "@webex/internal-plugin-device": "3.0.0-beta.14",
25
+ "@webex/internal-plugin-search": "3.0.0-beta.14",
26
+ "@webex/internal-plugin-support": "3.0.0-beta.14",
27
+ "@webex/test-helper-chai": "3.0.0-beta.14",
28
+ "@webex/test-helper-file": "3.0.0-beta.14",
29
+ "@webex/test-helper-mock-webex": "3.0.0-beta.14",
30
+ "@webex/test-helper-test-users": "3.0.0-beta.14",
31
+ "@webex/webex-core": "3.0.0-beta.14",
32
32
  "lodash": "^4.17.21",
33
33
  "uuid": "^3.3.2"
34
34
  }