claude-code-templates 1.24.9 → 1.24.10
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 +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-code-templates",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.10",
|
|
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
|
@@ -2551,7 +2551,7 @@ async function executeSandbox(options, targetDir) {
|
|
|
2551
2551
|
}
|
|
2552
2552
|
|
|
2553
2553
|
async function executeCloudflareSandbox(options, targetDir) {
|
|
2554
|
-
const { agent, prompt, anthropicKey } = options;
|
|
2554
|
+
const { agent, command, mcp, setting, hook, prompt, anthropicKey } = options;
|
|
2555
2555
|
|
|
2556
2556
|
console.log(chalk.blue('\n☁️ Cloudflare Sandbox Execution'));
|
|
2557
2557
|
console.log(chalk.cyan('═══════════════════════════════════════'));
|