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", "name": "create-agentic-app",
"version": "1.1.16", "version": "1.1.17",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "create-agentic-app", "name": "create-agentic-app",
"version": "1.1.16", "version": "1.1.17",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"chalk": "^5.3.0", "chalk": "^5.3.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "create-agentic-app", "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", "description": "Scaffold a new agentic AI application with Next.js, Better Auth, and AI SDK",
"type": "module", "type": "module",
"bin": { "bin": {

View File

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