@webex/internal-plugin-dss 3.11.0-next.4 → 3.11.0-next.6

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 +3 -3
package/dist/dss.js CHANGED
@@ -436,7 +436,7 @@ var DSS = _webexCore.WebexPlugin.extend({
436
436
  return _promise.default.reject(error);
437
437
  });
438
438
  },
439
- version: "3.11.0-next.4"
439
+ version: "3.11.0-next.6"
440
440
  });
441
441
  var _default = exports.default = DSS;
442
442
  //# sourceMappingURL=dss.js.map
package/package.json CHANGED
@@ -22,8 +22,8 @@
22
22
  "dependencies": {
23
23
  "@webex/common": "3.11.0-next.1",
24
24
  "@webex/common-timers": "3.11.0-next.1",
25
- "@webex/internal-plugin-mercury": "3.11.0-next.3",
26
- "@webex/webex-core": "3.11.0-next.2",
25
+ "@webex/internal-plugin-mercury": "3.11.0-next.5",
26
+ "@webex/webex-core": "3.11.0-next.4",
27
27
  "lodash": "^4.17.21",
28
28
  "uuid": "^3.3.2"
29
29
  },
@@ -49,5 +49,5 @@
49
49
  "test:style": "eslint ./src/**/*.*",
50
50
  "test:unit": "webex-legacy-tools test --unit --runner jest"
51
51
  },
52
- "version": "3.11.0-next.4"
52
+ "version": "3.11.0-next.6"
53
53
  }