create-claude-workspace 1.1.40 → 1.1.41

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.
@@ -20,7 +20,7 @@ const TC = {
20
20
  cyan: '\x1b[36m', yellow: '\x1b[33m', green: '\x1b[32m', red: '\x1b[31m',
21
21
  };
22
22
  function ts() {
23
- return `${TC.dim}[${new Date().toLocaleTimeString('en-GB', { hour12: false })}]${TC.reset} `;
23
+ return `[${new Date().toLocaleTimeString('en-GB', { hour12: false })}] `;
24
24
  }
25
25
  const MAX_BUFFER = 1024 * 1024; // 1MB stdout buffer cap
26
26
  const MAX_STDERR = 64 * 1024; // 64KB stderr cap
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-claude-workspace",
3
- "version": "1.1.40",
3
+ "version": "1.1.41",
4
4
  "description": "Scaffold a project with Claude Code agents for autonomous AI-driven development",
5
5
  "type": "module",
6
6
  "bin": {