@webex/plugin-authorization-browser-first-party 3.0.0-beta.82 → 3.0.0-beta.83

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.
@@ -313,7 +313,7 @@ var Authorization = _webexCore.WebexPlugin.extend((_dec = (0, _common.whileInFli
313
313
  throw new Error("CSRF token ".concat(token, " does not match stored token ").concat(sessionToken));
314
314
  }
315
315
  },
316
- version: "3.0.0-beta.82"
316
+ version: "3.0.0-beta.83"
317
317
  }, ((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)));
318
318
  var _default = Authorization;
319
319
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-authorization-browser-first-party",
3
- "version": "3.0.0-beta.82",
3
+ "version": "3.0.0-beta.83",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Ian W. Remmel <iremmel@cisco.com>",
@@ -25,15 +25,15 @@
25
25
  "sinon": "^9.2.4"
26
26
  },
27
27
  "dependencies": {
28
- "@webex/common": "3.0.0-beta.82",
29
- "@webex/plugin-authorization-browser-first-party": "3.0.0-beta.82",
30
- "@webex/storage-adapter-local-storage": "3.0.0-beta.82",
31
- "@webex/test-helper-automation": "3.0.0-beta.82",
32
- "@webex/test-helper-chai": "3.0.0-beta.82",
33
- "@webex/test-helper-mocha": "3.0.0-beta.82",
34
- "@webex/test-helper-mock-webex": "3.0.0-beta.82",
35
- "@webex/test-helper-test-users": "3.0.0-beta.82",
36
- "@webex/webex-core": "3.0.0-beta.82",
28
+ "@webex/common": "3.0.0-beta.83",
29
+ "@webex/plugin-authorization-browser-first-party": "3.0.0-beta.83",
30
+ "@webex/storage-adapter-local-storage": "3.0.0-beta.83",
31
+ "@webex/test-helper-automation": "3.0.0-beta.83",
32
+ "@webex/test-helper-chai": "3.0.0-beta.83",
33
+ "@webex/test-helper-mocha": "3.0.0-beta.83",
34
+ "@webex/test-helper-mock-webex": "3.0.0-beta.83",
35
+ "@webex/test-helper-test-users": "3.0.0-beta.83",
36
+ "@webex/webex-core": "3.0.0-beta.83",
37
37
  "crypto-js": "^4.1.1",
38
38
  "lodash": "^4.17.21",
39
39
  "uuid": "^3.3.2"