@webex/plugin-authorization-browser-first-party 1.149.1 → 1.149.2

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.
@@ -371,7 +371,7 @@ var Authorization = _webexCore.WebexPlugin.extend((_dec = (0, _common.whileInFli
371
371
  throw new Error("CSRF token ".concat(token, " does not match stored token ").concat(sessionToken));
372
372
  }
373
373
  },
374
- version: "1.149.1"
374
+ version: "1.149.2"
375
375
  }, ((0, _applyDecoratedDescriptor2.default)(_obj, "initiateAuthorizationCodeGrant", [_dec], (0, _getOwnPropertyDescriptor.default)(_obj, "initiateAuthorizationCodeGrant"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "requestAuthorizationCodeGrant", [_dec2, _common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "requestAuthorizationCodeGrant"), _obj)), _obj)));
376
376
 
377
377
  var _default = Authorization;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-authorization-browser-first-party",
3
- "version": "1.149.1",
3
+ "version": "1.149.2",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Ian W. Remmel <iremmel@cisco.com>",
@@ -17,9 +17,9 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@babel/runtime-corejs2": "^7.14.8",
20
- "@webex/webex-core": "1.149.1",
20
+ "@webex/webex-core": "1.149.2",
21
21
  "lodash": "^4.17.21",
22
- "@webex/common": "1.149.1",
22
+ "@webex/common": "1.149.2",
23
23
  "uuid": "^3.3.2",
24
24
  "crypto-js": "^4.1.1",
25
25
  "envify": "^4.1.0"