@ddd-tool/domain-designer-cli 0.1.0-beta.6 → 0.1.0-beta.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.
@@ -13507,7 +13507,7 @@ function onCancel() {
13507
13507
  // src/utils/package-info.ts
13508
13508
  var package_info_default = {
13509
13509
  "name": "@ddd-tool/domain-designer-cli",
13510
- "version": "0.1.0-beta.6",
13510
+ "version": "0.1.0-beta.7",
13511
13511
  "private": true,
13512
13512
  "type": "module",
13513
13513
  "files": [
@@ -13522,7 +13522,7 @@ var package_info_default = {
13522
13522
  },
13523
13523
  "readme": "ERROR: No README data found!",
13524
13524
  "homepage": "https://github.com/ddd-tool/domain-designer-cli-node#readme",
13525
- "_id": "@ddd-tool/domain-designer-cli@0.1.0-beta.6"
13525
+ "_id": "@ddd-tool/domain-designer-cli@0.1.0-beta.7"
13526
13526
  };
13527
13527
 
13528
13528
  // src/domain/environment-agg/index.ts
@@ -13636,7 +13636,7 @@ var agg2 = X(() => {
13636
13636
  );
13637
13637
  const executable = import_path2.default.basename(process.argv[0]);
13638
13638
  const packageManager = (0, import_reactivity3.ref)("npm" /* NPM */);
13639
- if (executable.includes("bun")) {
13639
+ if (executable.includes("bun") || process.argv[1].includes("/.bun/")) {
13640
13640
  packageManager.value = "bun" /* BUN */;
13641
13641
  } else if (executable.includes("node")) {
13642
13642
  if (checkPnpm()) {
@@ -18385,6 +18385,8 @@ async function start() {
18385
18385
  log_default.print("");
18386
18386
  log_default.print(`Script Version:`, log_default.info(package_info_default.version));
18387
18387
  log_default.print("");
18388
+ log_default.printDebug("argv:", process.argv);
18389
+ log_default.print("");
18388
18390
  await cliArgsAgg.commands.init();
18389
18391
  await cliArgsAgg.commands.exec();
18390
18392
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ddd-tool/domain-designer-cli",
3
- "version": "0.1.0-beta.6",
3
+ "version": "0.1.0-beta.7",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "type": "module",
@@ -1 +1 @@
1
- 0.1.0-beta.6
1
+ 0.1.0-beta.7