@webex/plugin-people 3.12.0-next.5 → 3.12.0-next.7
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.
- package/dist/people.js +1 -1
- package/package.json +3 -3
package/dist/people.js
CHANGED
|
@@ -194,7 +194,7 @@ var People = _webexCore.WebexPlugin.extend((_obj = {
|
|
|
194
194
|
return res.body;
|
|
195
195
|
});
|
|
196
196
|
},
|
|
197
|
-
version: "3.12.0-next.
|
|
197
|
+
version: "3.12.0-next.7"
|
|
198
198
|
}, (0, _applyDecoratedDescriptor2.default)(_obj, "_getMe", [_common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "_getMe"), _obj), _obj));
|
|
199
199
|
var _default = exports.default = People;
|
|
200
200
|
//# sourceMappingURL=people.js.map
|
package/package.json
CHANGED
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@webex/common": "3.11.0-next.1",
|
|
37
|
-
"@webex/internal-plugin-mercury": "3.12.0-next.
|
|
38
|
-
"@webex/webex-core": "3.12.0-next.
|
|
37
|
+
"@webex/internal-plugin-mercury": "3.12.0-next.7",
|
|
38
|
+
"@webex/webex-core": "3.12.0-next.6"
|
|
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.12.0-next.
|
|
49
|
+
"version": "3.12.0-next.7"
|
|
50
50
|
}
|