@webex/internal-plugin-user 3.12.0-next.13 → 3.12.0-next.14

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.
@@ -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.13"
128
+ version: "3.12.0-next.14"
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.13"
550
+ version: "3.12.0-next.14"
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
@@ -24,21 +24,21 @@
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.11.0-next.1",
28
- "@webex/test-helper-mocha": "3.11.0-next.1",
29
- "@webex/test-helper-mock-webex": "3.11.0-next.1",
30
- "@webex/test-helper-test-users": "3.11.0-next.1",
27
+ "@webex/test-helper-chai": "3.12.0-next.1",
28
+ "@webex/test-helper-mocha": "3.12.0-next.1",
29
+ "@webex/test-helper-mock-webex": "3.12.0-next.1",
30
+ "@webex/test-helper-test-users": "3.12.0-next.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.11.0-next.1",
37
- "@webex/internal-plugin-device": "3.12.0-next.12",
38
- "@webex/test-helper-chai": "3.11.0-next.1",
39
- "@webex/test-helper-mock-webex": "3.11.0-next.1",
40
- "@webex/test-helper-test-users": "3.11.0-next.1",
41
- "@webex/webex-core": "3.12.0-next.12",
36
+ "@webex/common": "3.12.0-next.1",
37
+ "@webex/internal-plugin-device": "3.12.0-next.13",
38
+ "@webex/test-helper-chai": "3.12.0-next.1",
39
+ "@webex/test-helper-mock-webex": "3.12.0-next.1",
40
+ "@webex/test-helper-test-users": "3.12.0-next.1",
41
+ "@webex/webex-core": "3.12.0-next.13",
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.13"
54
+ "version": "3.12.0-next.14"
55
55
  }