@webex/internal-plugin-user 3.12.0-next.12 → 3.12.0-next.13
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/user-uuid-batcher.js +1 -1
- package/dist/user.js +1 -1
- package/package.json +3 -3
|
@@ -125,7 +125,7 @@ var UserUUIDBatcher = _webexCore.WebexPlugin.extend({
|
|
|
125
125
|
request: function request(payload) {
|
|
126
126
|
return payload.create ? this.creator.request(payload.email) : this.faker.request(payload.email);
|
|
127
127
|
},
|
|
128
|
-
version: "3.12.0-next.
|
|
128
|
+
version: "3.12.0-next.13"
|
|
129
129
|
});
|
|
130
130
|
var _default = exports.default = UserUUIDBatcher;
|
|
131
131
|
//# sourceMappingURL=user-uuid-batcher.js.map
|
package/dist/user.js
CHANGED
|
@@ -547,7 +547,7 @@ var User = _webexCore.WebexPlugin.extend((_dec = (0, _webexCore.waitForValue)('@
|
|
|
547
547
|
_extractEmailAddress: function _extractEmailAddress(user) {
|
|
548
548
|
return user.email || user.emailAddress || user.entryEmail || user;
|
|
549
549
|
},
|
|
550
|
-
version: "3.12.0-next.
|
|
550
|
+
version: "3.12.0-next.13"
|
|
551
551
|
}, (0, _applyDecoratedDescriptor2.default)(_obj, "activate", [_dec], (0, _getOwnPropertyDescriptor.default)(_obj, "activate"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "getUUID", [_dec2], (0, _getOwnPropertyDescriptor.default)(_obj, "getUUID"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "initialize", [_dec3], (0, _getOwnPropertyDescriptor.default)(_obj, "initialize"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "register", [_dec4], (0, _getOwnPropertyDescriptor.default)(_obj, "register"), _obj), _obj));
|
|
552
552
|
var _default2 = exports.default = User;
|
|
553
553
|
//# sourceMappingURL=user.js.map
|
package/package.json
CHANGED
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@webex/common": "3.11.0-next.1",
|
|
37
|
-
"@webex/internal-plugin-device": "3.12.0-next.
|
|
37
|
+
"@webex/internal-plugin-device": "3.12.0-next.12",
|
|
38
38
|
"@webex/test-helper-chai": "3.11.0-next.1",
|
|
39
39
|
"@webex/test-helper-mock-webex": "3.11.0-next.1",
|
|
40
40
|
"@webex/test-helper-test-users": "3.11.0-next.1",
|
|
41
|
-
"@webex/webex-core": "3.12.0-next.
|
|
41
|
+
"@webex/webex-core": "3.12.0-next.12",
|
|
42
42
|
"lodash": "^4.17.21",
|
|
43
43
|
"uuid": "^3.3.2"
|
|
44
44
|
},
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"test:style": "eslint ./src/**/*.*",
|
|
52
52
|
"test:unit": "webex-legacy-tools test --unit --runner jest"
|
|
53
53
|
},
|
|
54
|
-
"version": "3.12.0-next.
|
|
54
|
+
"version": "3.12.0-next.13"
|
|
55
55
|
}
|