@webex/plugin-authorization-browser 2.60.2 → 2.60.4

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.
@@ -381,7 +381,7 @@ var Authorization = _webexCore.WebexPlugin.extend((_dec = (0, _common.whileInFli
381
381
  throw new Error("CSRF token ".concat(token, " does not match stored token ").concat(sessionToken));
382
382
  }
383
383
  },
384
- version: "2.60.2"
384
+ version: "2.60.4"
385
385
  }, ((0, _applyDecoratedDescriptor2.default)(_obj, "initiateImplicitGrant", [_dec], (0, _getOwnPropertyDescriptor.default)(_obj, "initiateImplicitGrant"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "initiateAuthorizationCodeGrant", [_dec2], (0, _getOwnPropertyDescriptor.default)(_obj, "initiateAuthorizationCodeGrant"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "requestAccessTokenFromJwt", [_common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "requestAccessTokenFromJwt"), _obj)), _obj)));
386
386
  var _default = Authorization;
387
387
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-authorization-browser",
3
- "version": "2.60.2",
3
+ "version": "2.60.4",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -21,27 +21,27 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "@babel/core": "^7.17.10",
24
- "@webex/babel-config-legacy": "2.60.2",
25
- "@webex/eslint-config-legacy": "2.60.2",
26
- "@webex/jest-config-legacy": "2.60.2",
27
- "@webex/legacy-tools": "2.60.2",
28
- "@webex/test-helper-appid": "2.60.2",
29
- "@webex/test-helper-automation": "2.60.2",
30
- "@webex/test-helper-chai": "2.60.2",
31
- "@webex/test-helper-mocha": "2.60.2",
32
- "@webex/test-helper-mock-webex": "2.60.2",
33
- "@webex/test-helper-test-users": "2.60.2",
24
+ "@webex/babel-config-legacy": "2.60.4",
25
+ "@webex/eslint-config-legacy": "2.60.4",
26
+ "@webex/jest-config-legacy": "2.60.4",
27
+ "@webex/legacy-tools": "2.60.4",
28
+ "@webex/test-helper-appid": "2.60.4",
29
+ "@webex/test-helper-automation": "2.60.4",
30
+ "@webex/test-helper-chai": "2.60.4",
31
+ "@webex/test-helper-mocha": "2.60.4",
32
+ "@webex/test-helper-mock-webex": "2.60.4",
33
+ "@webex/test-helper-test-users": "2.60.4",
34
34
  "eslint": "^8.24.0",
35
35
  "prettier": "^2.7.1",
36
36
  "sinon": "^9.2.4"
37
37
  },
38
38
  "dependencies": {
39
- "@webex/common": "2.60.2",
40
- "@webex/internal-plugin-device": "2.60.2",
41
- "@webex/plugin-authorization-node": "2.60.2",
42
- "@webex/storage-adapter-local-storage": "2.60.2",
43
- "@webex/storage-adapter-spec": "2.60.2",
44
- "@webex/webex-core": "2.60.2",
39
+ "@webex/common": "2.60.4",
40
+ "@webex/internal-plugin-device": "2.60.4",
41
+ "@webex/plugin-authorization-node": "2.60.4",
42
+ "@webex/storage-adapter-local-storage": "2.60.4",
43
+ "@webex/storage-adapter-spec": "2.60.4",
44
+ "@webex/webex-core": "2.60.4",
45
45
  "jose": "^4.13.1",
46
46
  "lodash": "^4.17.21",
47
47
  "uuid": "^3.3.2"