@webex/plugin-authorization-browser-first-party 3.6.0-next.7 → 3.7.0
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
|
@@ -584,7 +584,7 @@ var Authorization = _webexCore.WebexPlugin.extend((_dec = (0, _common.whileInFli
|
|
|
584
584
|
throw new Error("CSRF token ".concat(token, " does not match stored token ").concat(sessionToken));
|
|
585
585
|
}
|
|
586
586
|
},
|
|
587
|
-
version: "3.
|
|
587
|
+
version: "3.7.0"
|
|
588
588
|
}, ((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)));
|
|
589
589
|
var _default = exports.default = Authorization;
|
|
590
590
|
//# sourceMappingURL=authorization.js.map
|
package/package.json
CHANGED
|
@@ -26,23 +26,23 @@
|
|
|
26
26
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
27
27
|
"@webex/jest-config-legacy": "0.0.0",
|
|
28
28
|
"@webex/legacy-tools": "0.0.0",
|
|
29
|
-
"@webex/test-helper-chai": "3.
|
|
30
|
-
"@webex/test-helper-mocha": "3.
|
|
31
|
-
"@webex/test-helper-mock-webex": "3.
|
|
32
|
-
"@webex/test-helper-test-users": "3.
|
|
29
|
+
"@webex/test-helper-chai": "3.7.0",
|
|
30
|
+
"@webex/test-helper-mocha": "3.7.0",
|
|
31
|
+
"@webex/test-helper-mock-webex": "3.7.0",
|
|
32
|
+
"@webex/test-helper-test-users": "3.7.0",
|
|
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": "3.
|
|
39
|
-
"@webex/storage-adapter-local-storage": "3.
|
|
40
|
-
"@webex/test-helper-automation": "3.
|
|
41
|
-
"@webex/test-helper-chai": "3.
|
|
42
|
-
"@webex/test-helper-mocha": "3.
|
|
43
|
-
"@webex/test-helper-mock-webex": "3.
|
|
44
|
-
"@webex/test-helper-test-users": "3.
|
|
45
|
-
"@webex/webex-core": "3.
|
|
38
|
+
"@webex/common": "3.7.0",
|
|
39
|
+
"@webex/storage-adapter-local-storage": "3.7.0",
|
|
40
|
+
"@webex/test-helper-automation": "3.7.0",
|
|
41
|
+
"@webex/test-helper-chai": "3.7.0",
|
|
42
|
+
"@webex/test-helper-mocha": "3.7.0",
|
|
43
|
+
"@webex/test-helper-mock-webex": "3.7.0",
|
|
44
|
+
"@webex/test-helper-test-users": "3.7.0",
|
|
45
|
+
"@webex/webex-core": "3.7.0",
|
|
46
46
|
"crypto-js": "^4.1.1",
|
|
47
47
|
"lodash": "^4.17.21",
|
|
48
48
|
"uuid": "^3.3.2"
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"test:style": "eslint ./src/**/*.*",
|
|
57
57
|
"test:unit": "webex-legacy-tools test --unit --runner jest"
|
|
58
58
|
},
|
|
59
|
-
"version": "3.
|
|
59
|
+
"version": "3.7.0"
|
|
60
60
|
}
|