@webex/plugin-authorization-node 3.8.1-web-workers-keepalive.1 → 3.9.0

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.
@@ -181,7 +181,7 @@ var Authorization = _webexCore.WebexPlugin.extend((_dec = (0, _common.whileInFli
181
181
  return _promise.default.reject(e);
182
182
  }
183
183
  },
184
- version: "3.8.1-web-workers-keepalive.1"
184
+ version: "3.9.0"
185
185
  }, ((0, _applyDecoratedDescriptor2.default)(_obj, "requestAuthorizationCodeGrant", [_dec, _common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "requestAuthorizationCodeGrant"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "requestAccessTokenFromJwt", [_common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "requestAccessTokenFromJwt"), _obj)), _obj)));
186
186
  var _default = exports.default = Authorization;
187
187
  //# sourceMappingURL=authorization.js.map
package/package.json CHANGED
@@ -25,19 +25,19 @@
25
25
  "@webex/eslint-config-legacy": "0.0.0",
26
26
  "@webex/jest-config-legacy": "0.0.0",
27
27
  "@webex/legacy-tools": "0.0.0",
28
- "@webex/test-helper-appid": "3.8.1-web-workers-keepalive.1",
29
- "@webex/test-helper-chai": "3.8.1-web-workers-keepalive.1",
30
- "@webex/test-helper-mocha": "3.8.1-web-workers-keepalive.1",
31
- "@webex/test-helper-mock-webex": "3.8.1-web-workers-keepalive.1",
32
- "@webex/test-helper-test-users": "3.8.1-web-workers-keepalive.1",
28
+ "@webex/test-helper-appid": "3.9.0",
29
+ "@webex/test-helper-chai": "3.9.0",
30
+ "@webex/test-helper-mocha": "3.9.0",
31
+ "@webex/test-helper-mock-webex": "3.9.0",
32
+ "@webex/test-helper-test-users": "3.9.0",
33
33
  "eslint": "^8.24.0",
34
34
  "prettier": "^2.7.1",
35
35
  "sinon": "^9.2.4"
36
36
  },
37
37
  "dependencies": {
38
- "@webex/common": "3.8.1-web-workers-keepalive.1",
39
- "@webex/internal-plugin-device": "3.8.1-web-workers-keepalive.1",
40
- "@webex/webex-core": "3.8.1-web-workers-keepalive.1",
38
+ "@webex/common": "3.9.0",
39
+ "@webex/internal-plugin-device": "3.9.0",
40
+ "@webex/webex-core": "3.9.0",
41
41
  "jsonwebtoken": "^9.0.0",
42
42
  "uuid": "^3.3.2"
43
43
  },
@@ -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-web-workers-keepalive.1"
54
+ "version": "3.9.0"
55
55
  }