update npmjs version

This commit is contained in:
Leon van Zyl
2025-11-30 07:29:51 +02:00
parent 2b670ff1d5
commit db09a4fff8
3 changed files with 10 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "create-agentic-app",
"version": "1.1.16",
"version": "1.1.17",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "create-agentic-app",
"version": "1.1.16",
"version": "1.1.17",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",

View File

@@ -1,6 +1,6 @@
{
"name": "create-agentic-app",
"version": "1.1.16",
"version": "1.1.17",
"description": "Scaffold a new agentic AI application with Next.js, Better Auth, and AI SDK",
"type": "module",
"bin": {

View File

@@ -10,11 +10,15 @@
"mcp__playwright__browser_take_screenshot",
"mcp__playwright__browser_close",
"Bash(git add:*)",
"Bash(git log:*)"
"Bash(git log:*)",
"Bash(find:*)",
"Bash(git checkout:*)"
]
},
"enableAllProjectMcpServers": true,
"enabledMcpjsonServers": [
"context7"
"shadcn",
"playwright",
"next-devtools"
]
}