@webex/internal-plugin-dss 3.0.0-beta.202 → 3.0.0-beta.203

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 +8 -8
package/dist/dss.js CHANGED
@@ -363,7 +363,7 @@ var DSS = _webexCore.WebexPlugin.extend({
363
363
  return resultArray;
364
364
  });
365
365
  },
366
- version: "3.0.0-beta.202"
366
+ version: "3.0.0-beta.203"
367
367
  });
368
368
  var _default = DSS;
369
369
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-dss",
3
- "version": "3.0.0-beta.202",
3
+ "version": "3.0.0-beta.203",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Colin Read <coread@cisco.com>",
@@ -21,17 +21,17 @@
21
21
  ]
22
22
  },
23
23
  "dependencies": {
24
- "@webex/common": "3.0.0-beta.202",
25
- "@webex/common-timers": "3.0.0-beta.202",
26
- "@webex/internal-plugin-mercury": "3.0.0-beta.202",
27
- "@webex/webex-core": "3.0.0-beta.202",
24
+ "@webex/common": "3.0.0-beta.203",
25
+ "@webex/common-timers": "3.0.0-beta.203",
26
+ "@webex/internal-plugin-mercury": "3.0.0-beta.203",
27
+ "@webex/webex-core": "3.0.0-beta.203",
28
28
  "lodash": "^4.17.21",
29
29
  "uuid": "^3.3.2"
30
30
  },
31
31
  "devDependencies": {
32
- "@webex/internal-plugin-dss": "3.0.0-beta.202",
33
- "@webex/test-helper-chai": "3.0.0-beta.202",
34
- "@webex/test-helper-mock-webex": "3.0.0-beta.202",
32
+ "@webex/internal-plugin-dss": "3.0.0-beta.203",
33
+ "@webex/test-helper-chai": "3.0.0-beta.203",
34
+ "@webex/test-helper-mock-webex": "3.0.0-beta.203",
35
35
  "sinon": "^9.2.4"
36
36
  }
37
37
  }