@nocobase/cli 1.9.0-beta.5 → 1.9.0-beta.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/cli",
3
- "version": "1.9.0-beta.5",
3
+ "version": "1.9.0-beta.7",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0",
6
6
  "main": "./src/index.js",
@@ -8,8 +8,8 @@
8
8
  "nocobase": "./bin/index.js"
9
9
  },
10
10
  "dependencies": {
11
- "@nocobase/app": "1.9.0-beta.5",
12
- "@nocobase/license-kit": "^0.2.12",
11
+ "@nocobase/app": "1.9.0-beta.7",
12
+ "@nocobase/license-kit": "^0.2.17",
13
13
  "@types/fs-extra": "^11.0.1",
14
14
  "@umijs/utils": "3.5.20",
15
15
  "chalk": "^4.1.1",
@@ -27,12 +27,12 @@
27
27
  "tsx": "^4.19.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@nocobase/devtools": "1.9.0-beta.5"
30
+ "@nocobase/devtools": "1.9.0-beta.7"
31
31
  },
32
32
  "repository": {
33
33
  "type": "git",
34
34
  "url": "git+https://github.com/nocobase/nocobase.git",
35
35
  "directory": "packages/core/cli"
36
36
  },
37
- "gitHead": "9a61c60dd3db5af64244e82447309b0cb17aabb6"
37
+ "gitHead": "4a5055c973b51611d5db1604aaaf6c1b73b4733c"
38
38
  }
@@ -190,6 +190,7 @@ class PackageManager {
190
190
  showLicenseInfo(LicenseKeyError.notValid);
191
191
  }
192
192
  console.error(chalk.redBright(`Login failed: ${this.baseURL}`));
193
+ console.error(error);
193
194
  }
194
195
  }
195
196