create-xani-agentic-app 1.0.0 → 1.0.1

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": "create-xani-agentic-app",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Scaffold a new agentic AI application with Next.js, Better Auth, and AI SDK",
5
5
  "type": "module",
6
6
  "bin": {
@@ -9,7 +9,13 @@
9
9
  "Bash(grep -E \"^\\(next|pnpm\\)$\")",
10
10
  "Bash(corepack --version)",
11
11
  "Bash(npm ls *)",
12
- "Bash(git checkout *)"
12
+ "Bash(git checkout *)",
13
+ "Bash(pkill -f \"sync-templates\")",
14
+ "Bash(pkill -9 -f \"sync-templates\")",
15
+ "Bash(pkill -9 -f \"claude-a452-cwd\")",
16
+ "Bash(pkill -9 -f \"claude-9330-cwd\")",
17
+ "Bash(awk '{print $2}')",
18
+ "Bash(xargs -r kill -9)"
13
19
  ]
14
20
  }
15
21
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xani-agentic-starter-kit",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "scripts": {
5
5
  "dev": "next dev --turbopack",
6
6
  "build": "pnpm run db:migrate && next build",
@@ -0,0 +1,5 @@
1
+ allowBuilds:
2
+ esbuild: true
3
+ msw: true
4
+ sharp: true
5
+ unrs-resolver: true