@webex/plugin-authorization-node 3.0.0-beta.422 → 3.0.0-beta.424
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
|
@@ -177,7 +177,7 @@ var Authorization = _webexCore.WebexPlugin.extend((_dec = (0, _common.whileInFli
|
|
|
177
177
|
return _promise.default.reject(e);
|
|
178
178
|
}
|
|
179
179
|
},
|
|
180
|
-
version: "3.0.0-beta.
|
|
180
|
+
version: "3.0.0-beta.424"
|
|
181
181
|
}, ((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)));
|
|
182
182
|
var _default = Authorization;
|
|
183
183
|
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-beta.
|
|
3
|
+
"version": "3.0.0-beta.424",
|
|
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-beta.
|
|
25
|
-
"@webex/test-helper-chai": "3.0.0-beta.
|
|
26
|
-
"@webex/test-helper-mocha": "3.0.0-beta.
|
|
27
|
-
"@webex/test-helper-mock-webex": "3.0.0-beta.
|
|
28
|
-
"@webex/test-helper-test-users": "3.0.0-beta.
|
|
24
|
+
"@webex/test-helper-appid": "3.0.0-beta.424",
|
|
25
|
+
"@webex/test-helper-chai": "3.0.0-beta.424",
|
|
26
|
+
"@webex/test-helper-mocha": "3.0.0-beta.424",
|
|
27
|
+
"@webex/test-helper-mock-webex": "3.0.0-beta.424",
|
|
28
|
+
"@webex/test-helper-test-users": "3.0.0-beta.424",
|
|
29
29
|
"sinon": "^9.2.4"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@webex/common": "3.0.0-beta.
|
|
33
|
-
"@webex/internal-plugin-device": "3.0.0-beta.
|
|
34
|
-
"@webex/plugin-authorization-node": "3.0.0-beta.
|
|
35
|
-
"@webex/webex-core": "3.0.0-beta.
|
|
32
|
+
"@webex/common": "3.0.0-beta.424",
|
|
33
|
+
"@webex/internal-plugin-device": "3.0.0-beta.424",
|
|
34
|
+
"@webex/plugin-authorization-node": "3.0.0-beta.424",
|
|
35
|
+
"@webex/webex-core": "3.0.0-beta.424",
|
|
36
36
|
"uuid": "^3.3.2"
|
|
37
37
|
}
|
|
38
38
|
}
|