@cloudbase/toolbox 0.7.18 → 0.7.19

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/lib/auth/oauth.js CHANGED
@@ -57,7 +57,6 @@ function sleep(ms) {
57
57
  * - custom 模式:返回值本身即为裸数据,直接透传
58
58
  */
59
59
  function unwrapDeviceCodeResponse(raw, custom) {
60
- console.log(raw);
61
60
  if (custom) {
62
61
  if (!raw || !raw.device_code) {
63
62
  throw new error_1.CloudBaseError('Device Flow fetchDeviceCode failed (custom mode): 返回数据异常');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/toolbox",
3
- "version": "0.7.18",
3
+ "version": "0.7.19",
4
4
  "description": "The toolbox for cloudbase",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {