@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudbase/cli",
3
- "version": "2.2.6",
3
+ "version": "2.2.7",
4
4
  "description": "cli tool for cloudbase",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -1,3 +0,0 @@
1
- {
2
- "typescript.tsdk": "node_modules\\typescript\\lib"
3
- }