@webex/internal-plugin-user 3.8.1-next.5 → 3.8.1-web-workers-keepalive.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.
@@ -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.8.1-next.5"
128
+ version: "3.8.1-web-workers-keepalive.1"
129
129
  });
130
130
  var _default = exports.default = UserUUIDBatcher;
131
131
  //# sourceMappingURL=user-uuid-batcher.js.map
package/dist/user.js CHANGED
@@ -451,7 +451,7 @@ var User = _webexCore.WebexPlugin.extend((_dec = (0, _webexCore.waitForValue)('@
451
451
  _extractEmailAddress: function _extractEmailAddress(user) {
452
452
  return user.email || user.emailAddress || user.entryEmail || user;
453
453
  },
454
- version: "3.8.1-next.5"
454
+ version: "3.8.1-web-workers-keepalive.1"
455
455
  }, ((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)));
456
456
  var _default2 = exports.default = User;
457
457
  //# 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.8.1-next.5",
28
- "@webex/test-helper-mocha": "3.8.1-next.5",
29
- "@webex/test-helper-mock-webex": "3.8.1-next.5",
30
- "@webex/test-helper-test-users": "3.8.1-next.5",
27
+ "@webex/test-helper-chai": "3.8.1-web-workers-keepalive.1",
28
+ "@webex/test-helper-mocha": "3.8.1-web-workers-keepalive.1",
29
+ "@webex/test-helper-mock-webex": "3.8.1-web-workers-keepalive.1",
30
+ "@webex/test-helper-test-users": "3.8.1-web-workers-keepalive.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.5",
37
- "@webex/internal-plugin-device": "3.8.1-next.5",
38
- "@webex/test-helper-chai": "3.8.1-next.5",
39
- "@webex/test-helper-mock-webex": "3.8.1-next.5",
40
- "@webex/test-helper-test-users": "3.8.1-next.5",
41
- "@webex/webex-core": "3.8.1-next.5",
36
+ "@webex/common": "3.8.1-web-workers-keepalive.1",
37
+ "@webex/internal-plugin-device": "3.8.1-web-workers-keepalive.1",
38
+ "@webex/test-helper-chai": "3.8.1-web-workers-keepalive.1",
39
+ "@webex/test-helper-mock-webex": "3.8.1-web-workers-keepalive.1",
40
+ "@webex/test-helper-test-users": "3.8.1-web-workers-keepalive.1",
41
+ "@webex/webex-core": "3.8.1-web-workers-keepalive.1",
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.8.1-next.5"
54
+ "version": "3.8.1-web-workers-keepalive.1"
55
55
  }