@webex/internal-plugin-dss 3.0.0-beta.151 → 3.0.0-beta.152

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 +7 -7
package/dist/dss.js CHANGED
@@ -342,7 +342,7 @@ var DSS = _webexCore.WebexPlugin.extend({
342
342
  return resultArray;
343
343
  });
344
344
  },
345
- version: "3.0.0-beta.151"
345
+ version: "3.0.0-beta.152"
346
346
  });
347
347
  var _default = DSS;
348
348
  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.151",
3
+ "version": "3.0.0-beta.152",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Colin Read <coread@cisco.com>",
@@ -21,16 +21,16 @@
21
21
  ]
22
22
  },
23
23
  "dependencies": {
24
- "@webex/internal-plugin-mercury": "3.0.0-beta.151",
25
- "@webex/webex-core": "3.0.0-beta.151",
24
+ "@webex/internal-plugin-mercury": "3.0.0-beta.152",
25
+ "@webex/webex-core": "3.0.0-beta.152",
26
26
  "lodash": "^4.17.21",
27
27
  "uuid": "^3.3.2"
28
28
  },
29
29
  "devDependencies": {
30
- "@webex/common": "3.0.0-beta.151",
31
- "@webex/internal-plugin-dss": "3.0.0-beta.151",
32
- "@webex/test-helper-chai": "3.0.0-beta.151",
33
- "@webex/test-helper-mock-webex": "3.0.0-beta.151",
30
+ "@webex/common": "3.0.0-beta.152",
31
+ "@webex/internal-plugin-dss": "3.0.0-beta.152",
32
+ "@webex/test-helper-chai": "3.0.0-beta.152",
33
+ "@webex/test-helper-mock-webex": "3.0.0-beta.152",
34
34
  "sinon": "^9.2.4"
35
35
  }
36
36
  }