@nocobase/cli 1.9.0-alpha.11 → 1.9.0-alpha.12

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-alpha.11",
3
+ "version": "1.9.0-alpha.12",
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-alpha.11",
12
- "@nocobase/license-kit": "^0.2.12",
11
+ "@nocobase/app": "1.9.0-alpha.12",
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-alpha.11"
30
+ "@nocobase/devtools": "1.9.0-alpha.12"
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": "2dbef60d43720e92b483fc07d8ef1fd013083c88"
37
+ "gitHead": "f7840ec3f679262884ad17b4743ee047cb37b8fe"
38
38
  }
@@ -195,6 +195,7 @@ class PackageManager {
195
195
  showLicenseInfo(LicenseKeyError.notValid);
196
196
  }
197
197
  console.error(chalk.redBright(`Login failed: ${this.baseURL}`));
198
+ console.error(error);
198
199
  }
199
200
  }
200
201