@cloudbase/cli 2.2.6 → 2.2.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.
|
@@ -235,7 +235,9 @@ __decorate([
|
|
|
235
235
|
__metadata("design:returntype", Promise)
|
|
236
236
|
], LowCodeDebugComps.prototype, "execute", null);
|
|
237
237
|
LowCodeDebugComps = __decorate([
|
|
238
|
-
(0, common_1.ICommand)(
|
|
238
|
+
(0, common_1.ICommand)({
|
|
239
|
+
supportPrivate: true
|
|
240
|
+
})
|
|
239
241
|
], LowCodeDebugComps);
|
|
240
242
|
exports.LowCodeDebugComps = LowCodeDebugComps;
|
|
241
243
|
let LowCodePublishComps = class LowCodePublishComps extends common_1.Command {
|
package/package.json
CHANGED
package/.vscode/settings.json
DELETED