@webex/plugin-authorization-browser-first-party 3.12.0-next.46 → 3.12.0-next.48
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
|
@@ -954,7 +954,7 @@ var Authorization = _webexCore.WebexPlugin.extend((_dec = (0, _common.whileInFli
|
|
|
954
954
|
throw new Error("CSRF token ".concat(token, " does not match stored token ").concat(sessionToken));
|
|
955
955
|
}
|
|
956
956
|
},
|
|
957
|
-
version: "3.12.0-next.
|
|
957
|
+
version: "3.12.0-next.48"
|
|
958
958
|
}, (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));
|
|
959
959
|
var _default = exports.default = Authorization;
|
|
960
960
|
//# sourceMappingURL=authorization.js.map
|
package/package.json
CHANGED
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@webex/common": "3.12.0-next.6",
|
|
39
|
-
"@webex/storage-adapter-local-storage": "3.12.0-next.
|
|
39
|
+
"@webex/storage-adapter-local-storage": "3.12.0-next.46",
|
|
40
40
|
"@webex/test-helper-automation": "3.12.0-next.6",
|
|
41
41
|
"@webex/test-helper-chai": "3.12.0-next.6",
|
|
42
42
|
"@webex/test-helper-mocha": "3.12.0-next.6",
|
|
43
43
|
"@webex/test-helper-mock-webex": "3.12.0-next.6",
|
|
44
44
|
"@webex/test-helper-test-users": "3.12.0-next.6",
|
|
45
|
-
"@webex/webex-core": "3.12.0-next.
|
|
45
|
+
"@webex/webex-core": "3.12.0-next.46",
|
|
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.12.0-next.
|
|
59
|
+
"version": "3.12.0-next.48"
|
|
60
60
|
}
|