create-backlist 10.1.3 → 10.1.6

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/bin/index.js CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  // ═══════════════════════════════════════════════════════════════════════════════════
4
4
  // create-backlist v11.0 — ULTRA OMEGA ENGINE ⚡ NEXGEN EDITION
5
+
6
+ // ── TTY Check for non-interactive mode ───────────────────────────────────────────
7
+ const isInteractive = process.stdin.isTTY && process.stdout.isTTY;
5
8
  // Copyright (c) W.A.H.ISHAN — MIT License
6
9
  //
7
10
  // 🔥 v11.0 FULL INDEX ENGINE — ALL 30 CHECKLIST ITEMS IMPLEMENTED:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-backlist",
3
- "version": "10.1.3",
3
+ "version": "10.1.6",
4
4
  "description": "An advanced, multi-language backend generator based on frontend analysis. Smart Freemium SaaS CLI with Live QA.",
5
5
  "type": "module",
6
6
  "bin": {