claude-code-templates 1.14.5 → 1.14.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-templates",
3
- "version": "1.14.5",
3
+ "version": "1.14.6",
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": {
@@ -22,8 +22,9 @@ class TrackingService {
22
22
  return false;
23
23
  }
24
24
 
25
- // Enable by default (anonymous usage data only)
26
- return true;
25
+ // Temporarily disable tracking until we fix the endpoint
26
+ // TODO: Re-enable when tracking endpoint is working
27
+ return false;
27
28
  }
28
29
 
29
30
  /**