@cloudbase/cli 2.1.6-beta.0 → 2.1.7-alpha.0

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/bin/cloudbase.js CHANGED
File without changes
package/bin/tcb.js CHANGED
File without changes
@@ -60,6 +60,10 @@ let LowCodeWatch = class LowCodeWatch extends common_1.Command {
60
60
  {
61
61
  flags: '--wx-devtool-path <wxDevtoolPath>',
62
62
  desc: '微信开发者工具的安装路径'
63
+ },
64
+ {
65
+ flags: '--force-install',
66
+ desc: '是否忽略安装依赖包'
63
67
  }
64
68
  ],
65
69
  desc: '开启微搭低代码的本地构建模式',
@@ -72,6 +76,7 @@ let LowCodeWatch = class LowCodeWatch extends common_1.Command {
72
76
  yield res.watchApp({
73
77
  watchPort: 8288,
74
78
  wxDevtoolPath: options === null || options === void 0 ? void 0 : options.wxDevtoolPath,
79
+ forceInstall: options === null || options === void 0 ? void 0 : options.forceInstall,
75
80
  });
76
81
  }));
77
82
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cli",
3
- "version": "2.1.6-beta.0",
3
+ "version": "2.1.7-alpha.0",
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.16.3-beta.1",
35
+ "@cloudbase/lowcode-cli": "^0.16.4",
36
36
  "@cloudbase/manager-node": "4.0.1",
37
37
  "@cloudbase/toolbox": "^0.7.3",
38
38
  "@sentry/node": "^5.10.2",