bopodev 0.1.16 → 0.1.18

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/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -627,6 +627,7 @@ async function runOnboardFlow(options, deps = defaultDeps) {
627
627
  } else {
628
628
  printCheck("ok", "Template", "Skipped");
629
629
  }
630
+ printCheck("ok", "Seed mode", requestedTemplateId ? "Template-only (strict)" : "Default bootstrap");
630
631
  const envSpin = spinner();
631
632
  envSpin.start("Ensuring local environment");
632
633
  const envResult = await ensureEnvFile(workspaceRoot);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bopodev",
3
- "version": "0.1.16",
3
+ "version": "0.1.18",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "bin": {