@webex/plugin-authorization-browser-first-party 1.139.0 → 1.142.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.
- package/dist/authorization.js +1 -1
- package/package.json +3 -3
package/dist/authorization.js
CHANGED
|
@@ -330,7 +330,7 @@ var Authorization = _webexCore.WebexPlugin.extend((_dec = (0, _common.whileInFli
|
|
|
330
330
|
throw new Error("CSRF token ".concat(token, " does not match stored token ").concat(sessionToken));
|
|
331
331
|
}
|
|
332
332
|
},
|
|
333
|
-
version: "1.
|
|
333
|
+
version: "1.142.1"
|
|
334
334
|
}, ((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)));
|
|
335
335
|
|
|
336
336
|
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.
|
|
3
|
+
"version": "1.142.1",
|
|
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.
|
|
20
|
+
"@webex/webex-core": "1.142.1",
|
|
21
21
|
"lodash": "^4.17.21",
|
|
22
|
-
"@webex/common": "1.
|
|
22
|
+
"@webex/common": "1.142.1",
|
|
23
23
|
"uuid": "^3.3.2",
|
|
24
24
|
"envify": "^4.1.0"
|
|
25
25
|
}
|