@cloudbase/cli 2.2.0-alpha.12 → 2.2.0-alpha.13

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.
@@ -188,7 +188,7 @@ let LowCodeDeployApp = class LowCodeDeployApp extends common_1.Command {
188
188
  projectPath: process.cwd(),
189
189
  logger: log,
190
190
  privateSettings
191
- }, Object.assign(Object.assign({ credential }, restMergedOptions), { projectPath: src }));
191
+ }, Object.assign(Object.assign({ credential }, restMergedOptions), { projectPath: src || restMergedOptions.projectPath }));
192
192
  });
193
193
  }
194
194
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cli",
3
- "version": "2.2.0-alpha.12",
3
+ "version": "2.2.0-alpha.13",
4
4
  "description": "cli tool for cloudbase",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -32,7 +32,7 @@
32
32
  "dependencies": {
33
33
  "@cloudbase/cloud-api": "^0.5.5",
34
34
  "@cloudbase/framework-core": "^1.9.6",
35
- "@cloudbase/lowcode-cli": "0.17.0-alpha.11",
35
+ "@cloudbase/lowcode-cli": "0.17.0-alpha.12",
36
36
  "@cloudbase/manager-node": "4.0.1",
37
37
  "@cloudbase/toolbox": "^0.7.3",
38
38
  "@sentry/node": "^5.10.2",