@webex/plugin-authorization-browser 3.0.0-beta.96 → 3.0.0-beta.98
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
|
@@ -329,7 +329,7 @@ var Authorization = _webexCore.WebexPlugin.extend((_dec = (0, _common.whileInFli
|
|
|
329
329
|
throw new Error("CSRF token ".concat(token, " does not match stored token ").concat(sessionToken));
|
|
330
330
|
}
|
|
331
331
|
},
|
|
332
|
-
version: "3.0.0-beta.
|
|
332
|
+
version: "3.0.0-beta.98"
|
|
333
333
|
}, ((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)));
|
|
334
334
|
var _default = Authorization;
|
|
335
335
|
exports.default = _default;
|
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.98",
|
|
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.98",
|
|
24
|
+
"@webex/test-helper-appid": "3.0.0-beta.98",
|
|
25
|
+
"@webex/test-helper-automation": "3.0.0-beta.98",
|
|
26
|
+
"@webex/test-helper-chai": "3.0.0-beta.98",
|
|
27
|
+
"@webex/test-helper-mocha": "3.0.0-beta.98",
|
|
28
|
+
"@webex/test-helper-mock-webex": "3.0.0-beta.98",
|
|
29
|
+
"@webex/test-helper-test-users": "3.0.0-beta.98",
|
|
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.98",
|
|
34
|
+
"@webex/internal-plugin-device": "3.0.0-beta.98",
|
|
35
|
+
"@webex/plugin-authorization-node": "3.0.0-beta.98",
|
|
36
|
+
"@webex/storage-adapter-local-storage": "3.0.0-beta.98",
|
|
37
|
+
"@webex/storage-adapter-spec": "3.0.0-beta.98",
|
|
38
|
+
"@webex/webex-core": "3.0.0-beta.98",
|
|
39
39
|
"lodash": "^4.17.21",
|
|
40
40
|
"uuid": "^3.3.2"
|
|
41
41
|
}
|