@tanstack/create-start 0.37.2 → 0.41.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -107,7 +107,7 @@ Here is the JSON configuration for MCP support in many MCP clients.
107
107
  {
108
108
  "mcpServers": {
109
109
  "create-start-app": {
110
- "command": "pnpx",
110
+ "command": "pnpm dlx",
111
111
  "args": ["create-start-app@latest", "--mcp"]
112
112
  }
113
113
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/create-start",
3
- "version": "0.37.2",
3
+ "version": "0.41.1",
4
4
  "description": "Tanstack Start Builder",
5
5
  "bin": "./dist/index.js",
6
6
  "type": "module",
@@ -23,9 +23,9 @@
23
23
  "author": "Jack Herrington <jherr@pobox.com>",
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@tanstack/cta-cli": "0.37.2",
27
- "@tanstack/cta-framework-solid": "0.37.2",
28
- "@tanstack/cta-framework-react-cra": "0.37.2"
26
+ "@tanstack/cta-cli": "0.41.1",
27
+ "@tanstack/cta-framework-solid": "0.41.1",
28
+ "@tanstack/cta-framework-react-cra": "0.41.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^22.13.4",