genbox 1.0.46 → 1.0.47

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/dist/index.js CHANGED
@@ -25,7 +25,6 @@ const help_1 = require("./commands/help");
25
25
  const profiles_1 = require("./commands/profiles");
26
26
  const db_sync_1 = require("./commands/db-sync");
27
27
  const config_1 = require("./commands/config");
28
- const scan_1 = require("./commands/scan");
29
28
  const resolve_1 = require("./commands/resolve");
30
29
  const validate_1 = require("./commands/validate");
31
30
  const migrate_1 = require("./commands/migrate");
@@ -48,7 +47,6 @@ program
48
47
  .addCommand(profiles_1.profilesCommand)
49
48
  .addCommand(db_sync_1.dbSyncCommand)
50
49
  .addCommand(config_1.configCommand)
51
- .addCommand(scan_1.scanCommand)
52
50
  .addCommand(resolve_1.resolveCommand)
53
51
  .addCommand(validate_1.validateCommand)
54
52
  .addCommand(migrate_1.migrateCommand)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genbox",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "Genbox CLI - AI-Powered Development Environments",
5
5
  "main": "dist/index.js",
6
6
  "bin": {