claude-code-templates 1.21.7 → 1.21.8

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.
@@ -125,7 +125,6 @@ def main():
125
125
  retry_count += 1
126
126
  if retry_count < max_retries:
127
127
  print(f"⚠️ WebSocket connection failed (attempt {retry_count}), retrying in 3 seconds...")
128
- import time
129
128
  time.sleep(3)
130
129
  continue
131
130
  else:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-templates",
3
- "version": "1.21.7",
3
+ "version": "1.21.8",
4
4
  "description": "CLI tool to setup Claude Code configurations with framework-specific commands, automation hooks and MCP Servers for your projects",
5
5
  "main": "src/index.js",
6
6
  "bin": {