@webex/plugin-authorization-browser 2.60.1-next.4 → 2.60.1-next.6
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 +13 -13
package/dist/authorization.js
CHANGED
|
@@ -383,7 +383,7 @@ var Authorization = _webexCore.WebexPlugin.extend((_dec = (0, _common.whileInFli
|
|
|
383
383
|
throw new Error("CSRF token ".concat(token, " does not match stored token ").concat(sessionToken));
|
|
384
384
|
}
|
|
385
385
|
},
|
|
386
|
-
version: "2.60.1-next.
|
|
386
|
+
version: "2.60.1-next.6"
|
|
387
387
|
}, ((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)));
|
|
388
388
|
var _default = exports.default = Authorization;
|
|
389
389
|
//# sourceMappingURL=authorization.js.map
|
package/package.json
CHANGED
|
@@ -24,23 +24,23 @@
|
|
|
24
24
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
25
25
|
"@webex/jest-config-legacy": "0.0.0",
|
|
26
26
|
"@webex/legacy-tools": "0.0.0",
|
|
27
|
-
"@webex/test-helper-appid": "2.60.1-next.
|
|
28
|
-
"@webex/test-helper-automation": "2.60.1-next.
|
|
29
|
-
"@webex/test-helper-chai": "2.60.1-next.
|
|
30
|
-
"@webex/test-helper-mocha": "2.60.1-next.
|
|
31
|
-
"@webex/test-helper-mock-webex": "2.60.1-next.
|
|
32
|
-
"@webex/test-helper-test-users": "2.60.1-next.
|
|
27
|
+
"@webex/test-helper-appid": "2.60.1-next.6",
|
|
28
|
+
"@webex/test-helper-automation": "2.60.1-next.6",
|
|
29
|
+
"@webex/test-helper-chai": "2.60.1-next.6",
|
|
30
|
+
"@webex/test-helper-mocha": "2.60.1-next.6",
|
|
31
|
+
"@webex/test-helper-mock-webex": "2.60.1-next.6",
|
|
32
|
+
"@webex/test-helper-test-users": "2.60.1-next.6",
|
|
33
33
|
"eslint": "^8.24.0",
|
|
34
34
|
"prettier": "^2.7.1",
|
|
35
35
|
"sinon": "^9.2.4"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@webex/common": "2.60.1-next.
|
|
39
|
-
"@webex/internal-plugin-device": "2.60.1-next.
|
|
40
|
-
"@webex/plugin-authorization-node": "2.60.1-next.
|
|
41
|
-
"@webex/storage-adapter-local-storage": "2.60.1-next.
|
|
42
|
-
"@webex/storage-adapter-spec": "2.60.1-next.
|
|
43
|
-
"@webex/webex-core": "2.60.1-next.
|
|
38
|
+
"@webex/common": "2.60.1-next.6",
|
|
39
|
+
"@webex/internal-plugin-device": "2.60.1-next.6",
|
|
40
|
+
"@webex/plugin-authorization-node": "2.60.1-next.6",
|
|
41
|
+
"@webex/storage-adapter-local-storage": "2.60.1-next.6",
|
|
42
|
+
"@webex/storage-adapter-spec": "2.60.1-next.6",
|
|
43
|
+
"@webex/webex-core": "2.60.1-next.6",
|
|
44
44
|
"jose": "^4.13.1",
|
|
45
45
|
"lodash": "^4.17.21",
|
|
46
46
|
"uuid": "^3.3.2"
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"test:style": "eslint ./src/**/*.*",
|
|
56
56
|
"test:unit": "webex-legacy-tools test --unit --runner jest"
|
|
57
57
|
},
|
|
58
|
-
"version": "2.60.1-next.
|
|
58
|
+
"version": "2.60.1-next.6"
|
|
59
59
|
}
|