claude-code-templates 1.21.3 → 1.21.5

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/package.json +1 -1
  2. package/src/index.js +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-templates",
3
- "version": "1.21.3",
3
+ "version": "1.21.5",
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": {
package/src/index.js CHANGED
@@ -1248,8 +1248,6 @@ async function getAvailableAgentsFromGitHub() {
1248
1248
  }
1249
1249
 
1250
1250
  // Fallback to aitmpl.com API if local file not found
1251
- console.log(chalk.yellow('⚠️ Local components.json not found, fetching from aitmpl.com...'));
1252
-
1253
1251
  try {
1254
1252
  // Try aitmpl.com API first
1255
1253
  const apiResponse = await fetch('https://aitmpl.com/api/agents.json');