@webex/plugin-authorization-browser 3.0.0-beta.7 → 3.0.0-beta.8
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 +14 -14
package/dist/authorization.js
CHANGED
|
@@ -396,7 +396,7 @@ var Authorization = _webexCore.WebexPlugin.extend((_dec = (0, _common.whileInFli
|
|
|
396
396
|
throw new Error("CSRF token ".concat(token, " does not match stored token ").concat(sessionToken));
|
|
397
397
|
}
|
|
398
398
|
},
|
|
399
|
-
version: "3.0.0-beta.
|
|
399
|
+
version: "3.0.0-beta.8"
|
|
400
400
|
}, ((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)));
|
|
401
401
|
|
|
402
402
|
var _default = Authorization;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/plugin-authorization-browser",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -20,22 +20,22 @@
|
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@webex/plugin-authorization-browser": "3.0.0-beta.
|
|
24
|
-
"@webex/test-helper-appid": "3.0.0-beta.
|
|
25
|
-
"@webex/test-helper-automation": "3.0.0-beta.
|
|
26
|
-
"@webex/test-helper-chai": "3.0.0-beta.
|
|
27
|
-
"@webex/test-helper-mocha": "3.0.0-beta.
|
|
28
|
-
"@webex/test-helper-mock-webex": "3.0.0-beta.
|
|
29
|
-
"@webex/test-helper-test-users": "3.0.0-beta.
|
|
23
|
+
"@webex/plugin-authorization-browser": "3.0.0-beta.8",
|
|
24
|
+
"@webex/test-helper-appid": "3.0.0-beta.8",
|
|
25
|
+
"@webex/test-helper-automation": "3.0.0-beta.8",
|
|
26
|
+
"@webex/test-helper-chai": "3.0.0-beta.8",
|
|
27
|
+
"@webex/test-helper-mocha": "3.0.0-beta.8",
|
|
28
|
+
"@webex/test-helper-mock-webex": "3.0.0-beta.8",
|
|
29
|
+
"@webex/test-helper-test-users": "3.0.0-beta.8",
|
|
30
30
|
"sinon": "^9.2.4"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@webex/common": "3.0.0-beta.
|
|
34
|
-
"@webex/internal-plugin-device": "3.0.0-beta.
|
|
35
|
-
"@webex/plugin-authorization-node": "3.0.0-beta.
|
|
36
|
-
"@webex/storage-adapter-local-storage": "3.0.0-beta.
|
|
37
|
-
"@webex/storage-adapter-spec": "3.0.0-beta.
|
|
38
|
-
"@webex/webex-core": "3.0.0-beta.
|
|
33
|
+
"@webex/common": "3.0.0-beta.8",
|
|
34
|
+
"@webex/internal-plugin-device": "3.0.0-beta.8",
|
|
35
|
+
"@webex/plugin-authorization-node": "3.0.0-beta.8",
|
|
36
|
+
"@webex/storage-adapter-local-storage": "3.0.0-beta.8",
|
|
37
|
+
"@webex/storage-adapter-spec": "3.0.0-beta.8",
|
|
38
|
+
"@webex/webex-core": "3.0.0-beta.8",
|
|
39
39
|
"lodash": "^4.17.21",
|
|
40
40
|
"uuid": "^3.3.2"
|
|
41
41
|
}
|