@webex/plugin-people 3.10.0-next.2 → 3.10.0-wxc-disconnect.1

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/people.js +1 -1
  2. package/package.json +8 -8
package/dist/people.js CHANGED
@@ -193,7 +193,7 @@ var People = _webexCore.WebexPlugin.extend((_obj = {
193
193
  return res.body;
194
194
  });
195
195
  },
196
- version: "3.10.0-next.2"
196
+ version: "3.10.0-wxc-disconnect.1"
197
197
  }, ((0, _applyDecoratedDescriptor2.default)(_obj, "_getMe", [_common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "_getMe"), _obj)), _obj));
198
198
  var _default = exports.default = People;
199
199
  //# sourceMappingURL=people.js.map
package/package.json CHANGED
@@ -24,18 +24,18 @@
24
24
  "@webex/eslint-config-legacy": "0.0.0",
25
25
  "@webex/jest-config-legacy": "0.0.0",
26
26
  "@webex/legacy-tools": "0.0.0",
27
- "@webex/test-helper-chai": "3.8.1-next.11",
28
- "@webex/test-helper-mocha": "3.8.1-next.11",
29
- "@webex/test-helper-mock-webex": "3.8.1-next.11",
30
- "@webex/test-helper-test-users": "3.8.1-next.11",
27
+ "@webex/test-helper-chai": "3.10.0-wxc-disconnect.1",
28
+ "@webex/test-helper-mocha": "3.10.0-wxc-disconnect.1",
29
+ "@webex/test-helper-mock-webex": "3.10.0-wxc-disconnect.1",
30
+ "@webex/test-helper-test-users": "3.10.0-wxc-disconnect.1",
31
31
  "eslint": "^8.24.0",
32
32
  "prettier": "^2.7.1",
33
33
  "sinon": "^9.2.4"
34
34
  },
35
35
  "dependencies": {
36
- "@webex/common": "3.8.1-next.11",
37
- "@webex/internal-plugin-mercury": "3.10.0-next.2",
38
- "@webex/webex-core": "3.10.0-next.2"
36
+ "@webex/common": "3.10.0-wxc-disconnect.1",
37
+ "@webex/internal-plugin-mercury": "3.10.0-wxc-disconnect.1",
38
+ "@webex/webex-core": "3.10.0-wxc-disconnect.1"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "yarn build:src",
@@ -46,5 +46,5 @@
46
46
  "test:style": "eslint ./src/**/*.*",
47
47
  "test:unit": "webex-legacy-tools test --unit --runner jest"
48
48
  },
49
- "version": "3.10.0-next.2"
49
+ "version": "3.10.0-wxc-disconnect.1"
50
50
  }