@webex/internal-plugin-locus 3.0.0-beta.90 → 3.0.0-beta.92

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/locus.js +1 -1
  2. package/package.json +6 -6
package/dist/locus.js CHANGED
@@ -659,7 +659,7 @@ var Locus = _webexCore.WebexPlugin.extend({
659
659
  return res.body.locus;
660
660
  });
661
661
  },
662
- version: "3.0.0-beta.90"
662
+ version: "3.0.0-beta.92"
663
663
  });
664
664
  var _default = Locus;
665
665
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-locus",
3
- "version": "3.0.0-beta.90",
3
+ "version": "3.0.0-beta.92",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -20,11 +20,11 @@
20
20
  ]
21
21
  },
22
22
  "dependencies": {
23
- "@webex/internal-plugin-locus": "3.0.0-beta.90",
24
- "@webex/internal-plugin-mercury": "3.0.0-beta.90",
25
- "@webex/test-helper-chai": "3.0.0-beta.90",
26
- "@webex/test-helper-mock-webex": "3.0.0-beta.90",
27
- "@webex/webex-core": "3.0.0-beta.90",
23
+ "@webex/internal-plugin-locus": "3.0.0-beta.92",
24
+ "@webex/internal-plugin-mercury": "3.0.0-beta.92",
25
+ "@webex/test-helper-chai": "3.0.0-beta.92",
26
+ "@webex/test-helper-mock-webex": "3.0.0-beta.92",
27
+ "@webex/webex-core": "3.0.0-beta.92",
28
28
  "lodash": "^4.17.21",
29
29
  "uuid": "^3.3.2"
30
30
  }