@maestro-js/cli 1.0.0-alpha.16 → 1.0.0-alpha.17

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.
Files changed (2) hide show
  1. package/dist/bin.js +0 -1
  2. package/package.json +11 -11
package/dist/bin.js CHANGED
@@ -456,7 +456,6 @@ async function resolveDbConfig(opts) {
456
456
  password,
457
457
  database
458
458
  };
459
- console.log(resolved);
460
459
  return resolved;
461
460
  }
462
461
  async function createDb(config) {
package/package.json CHANGED
@@ -13,22 +13,22 @@
13
13
  "sade": "^1.8.1"
14
14
  },
15
15
  "peerDependencies": {
16
- "@maestro-js/components": "1.0.0-alpha.16",
17
- "@maestro-js/config": "1.0.0-alpha.16",
18
- "@maestro-js/db": "1.0.0-alpha.16",
19
- "@maestro-js/db-migrate": "1.0.0-alpha.16",
20
- "@maestro-js/agent-container": "1.0.0-alpha.16"
16
+ "@maestro-js/components": "1.0.0-alpha.17",
17
+ "@maestro-js/agent-container": "1.0.0-alpha.17",
18
+ "@maestro-js/config": "1.0.0-alpha.17",
19
+ "@maestro-js/db": "1.0.0-alpha.17",
20
+ "@maestro-js/db-migrate": "1.0.0-alpha.17"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^22.19.11",
24
24
  "@types/prompts": "^2.4.9",
25
- "@maestro-js/components": "1.0.0-alpha.16",
26
- "@maestro-js/config": "1.0.0-alpha.16",
27
- "@maestro-js/db": "1.0.0-alpha.16",
28
- "@maestro-js/db-migrate": "1.0.0-alpha.16",
29
- "@maestro-js/agent-container": "1.0.0-alpha.16"
25
+ "@maestro-js/agent-container": "1.0.0-alpha.17",
26
+ "@maestro-js/config": "1.0.0-alpha.17",
27
+ "@maestro-js/components": "1.0.0-alpha.17",
28
+ "@maestro-js/db-migrate": "1.0.0-alpha.17",
29
+ "@maestro-js/db": "1.0.0-alpha.17"
30
30
  },
31
- "version": "1.0.0-alpha.16",
31
+ "version": "1.0.0-alpha.17",
32
32
  "publishConfig": {
33
33
  "access": "restricted"
34
34
  },