@cloudbase/cli 2.2.0 → 2.2.1
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.
|
@@ -147,7 +147,7 @@ LowCodeCreateComps = __decorate([
|
|
|
147
147
|
})
|
|
148
148
|
], LowCodeCreateComps);
|
|
149
149
|
exports.LowCodeCreateComps = LowCodeCreateComps;
|
|
150
|
-
class LowCodeBuildComps extends common_1.Command {
|
|
150
|
+
let LowCodeBuildComps = class LowCodeBuildComps extends common_1.Command {
|
|
151
151
|
get options() {
|
|
152
152
|
return {
|
|
153
153
|
cmd: 'lowcode',
|
|
@@ -172,7 +172,7 @@ class LowCodeBuildComps extends common_1.Command {
|
|
|
172
172
|
throw new error_1.CloudBaseError('请参考文档填写 cloudbaserc 配置: https://docs.cloudbase.net/lowcode/custom-components/config/config-comps');
|
|
173
173
|
});
|
|
174
174
|
}
|
|
175
|
-
}
|
|
175
|
+
};
|
|
176
176
|
__decorate([
|
|
177
177
|
(0, decorators_1.InjectParams)(),
|
|
178
178
|
__param(0, (0, decorators_1.CmdContext)()),
|
|
@@ -181,6 +181,11 @@ __decorate([
|
|
|
181
181
|
__metadata("design:paramtypes", [Object, Object]),
|
|
182
182
|
__metadata("design:returntype", Promise)
|
|
183
183
|
], LowCodeBuildComps.prototype, "execute", null);
|
|
184
|
+
LowCodeBuildComps = __decorate([
|
|
185
|
+
(0, common_1.ICommand)({
|
|
186
|
+
supportPrivate: true
|
|
187
|
+
})
|
|
188
|
+
], LowCodeBuildComps);
|
|
184
189
|
exports.LowCodeBuildComps = LowCodeBuildComps;
|
|
185
190
|
let LowCodeDebugComps = class LowCodeDebugComps extends common_1.Command {
|
|
186
191
|
get options() {
|