@webex/internal-plugin-locus 3.0.0-beta.7 → 3.0.0-beta.9

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
@@ -745,7 +745,7 @@ var Locus = _webexCore.WebexPlugin.extend({
745
745
  return res.body.locus;
746
746
  });
747
747
  },
748
- version: "3.0.0-beta.7"
748
+ version: "3.0.0-beta.9"
749
749
  });
750
750
 
751
751
  var _default = Locus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-locus",
3
- "version": "3.0.0-beta.7",
3
+ "version": "3.0.0-beta.9",
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.7",
24
- "@webex/internal-plugin-mercury": "3.0.0-beta.7",
25
- "@webex/test-helper-chai": "3.0.0-beta.7",
26
- "@webex/test-helper-mock-webex": "3.0.0-beta.7",
27
- "@webex/webex-core": "3.0.0-beta.7",
23
+ "@webex/internal-plugin-locus": "3.0.0-beta.9",
24
+ "@webex/internal-plugin-mercury": "3.0.0-beta.9",
25
+ "@webex/test-helper-chai": "3.0.0-beta.9",
26
+ "@webex/test-helper-mock-webex": "3.0.0-beta.9",
27
+ "@webex/webex-core": "3.0.0-beta.9",
28
28
  "lodash": "^4.17.21",
29
29
  "uuid": "^3.3.2"
30
30
  }