@webex/plugin-authorization-node 3.0.0-bnr.3 → 3.0.0-bnr.5
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 +10 -10
package/dist/authorization.js
CHANGED
|
@@ -144,7 +144,7 @@ var Authorization = _webexCore.WebexPlugin.extend((_dec = (0, _common.whileInFli
|
|
|
144
144
|
return _this2.webex.internal.services.initServiceCatalogs();
|
|
145
145
|
});
|
|
146
146
|
},
|
|
147
|
-
version: "3.0.0-bnr.
|
|
147
|
+
version: "3.0.0-bnr.5"
|
|
148
148
|
}, ((0, _applyDecoratedDescriptor2.default)(_obj, "requestAuthorizationCodeGrant", [_dec, _common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "requestAuthorizationCodeGrant"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "requestAccessTokenFromJwt", [_common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "requestAccessTokenFromJwt"), _obj)), _obj)));
|
|
149
149
|
var _default = Authorization;
|
|
150
150
|
exports.default = _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/plugin-authorization-node",
|
|
3
|
-
"version": "3.0.0-bnr.
|
|
3
|
+
"version": "3.0.0-bnr.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@webex/test-helper-appid": "3.0.0-bnr.
|
|
25
|
-
"@webex/test-helper-chai": "3.0.0-bnr.
|
|
26
|
-
"@webex/test-helper-mocha": "3.0.0-bnr.
|
|
27
|
-
"@webex/test-helper-mock-webex": "3.0.0-bnr.
|
|
28
|
-
"@webex/test-helper-test-users": "3.0.0-bnr.
|
|
24
|
+
"@webex/test-helper-appid": "3.0.0-bnr.5",
|
|
25
|
+
"@webex/test-helper-chai": "3.0.0-bnr.5",
|
|
26
|
+
"@webex/test-helper-mocha": "3.0.0-bnr.5",
|
|
27
|
+
"@webex/test-helper-mock-webex": "3.0.0-bnr.5",
|
|
28
|
+
"@webex/test-helper-test-users": "3.0.0-bnr.5",
|
|
29
29
|
"sinon": "^9.2.4"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@webex/common": "3.0.0-bnr.
|
|
33
|
-
"@webex/internal-plugin-device": "3.0.0-bnr.
|
|
34
|
-
"@webex/plugin-authorization-node": "3.0.0-bnr.
|
|
35
|
-
"@webex/webex-core": "3.0.0-bnr.
|
|
32
|
+
"@webex/common": "3.0.0-bnr.5",
|
|
33
|
+
"@webex/internal-plugin-device": "3.0.0-bnr.5",
|
|
34
|
+
"@webex/plugin-authorization-node": "3.0.0-bnr.5",
|
|
35
|
+
"@webex/webex-core": "3.0.0-bnr.5",
|
|
36
36
|
"uuid": "^3.3.2"
|
|
37
37
|
}
|
|
38
38
|
}
|