@webex/internal-plugin-dss 3.0.0-beta.3 → 3.0.0-beta.5

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/dss.js +1 -1
  2. package/package.json +6 -6
package/dist/dss.js CHANGED
@@ -286,7 +286,7 @@ var DSS = _webexCore.WebexPlugin.extend({
286
286
  }
287
287
  });
288
288
  },
289
- version: "3.0.0-beta.3"
289
+ version: "3.0.0-beta.5"
290
290
  });
291
291
 
292
292
  var _default = DSS;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-dss",
3
- "version": "3.0.0-beta.3",
3
+ "version": "3.0.0-beta.5",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Colin Read <coread@cisco.com>",
@@ -21,14 +21,14 @@
21
21
  ]
22
22
  },
23
23
  "dependencies": {
24
- "@webex/internal-plugin-mercury": "3.0.0-beta.3",
25
- "@webex/webex-core": "3.0.0-beta.3",
24
+ "@webex/internal-plugin-mercury": "3.0.0-beta.5",
25
+ "@webex/webex-core": "3.0.0-beta.5",
26
26
  "lodash": "^4.17.21",
27
27
  "uuid": "^3.3.2"
28
28
  },
29
29
  "devDependencies": {
30
- "@webex/internal-plugin-dss": "3.0.0-beta.3",
31
- "@webex/test-helper-chai": "3.0.0-beta.3",
32
- "@webex/test-helper-mock-webex": "3.0.0-beta.3"
30
+ "@webex/internal-plugin-dss": "3.0.0-beta.5",
31
+ "@webex/test-helper-chai": "3.0.0-beta.5",
32
+ "@webex/test-helper-mock-webex": "3.0.0-beta.5"
33
33
  }
34
34
  }