@tanstack/cta-framework-react-cra 0.48.0 → 0.48.2
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/CHANGELOG.md +14 -0
- package/add-ons/ai/info.json +2 -0
- package/add-ons/apollo-client/info.json +2 -0
- package/add-ons/better-auth/assets/src/lib/auth.ts +2 -0
- package/add-ons/better-auth/info.json +3 -0
- package/add-ons/clerk/info.json +3 -0
- package/add-ons/compiler/info.json +2 -0
- package/add-ons/convex/info.json +3 -0
- package/add-ons/db/info.json +2 -0
- package/add-ons/drizzle/info.json +3 -0
- package/add-ons/form/info.json +2 -0
- package/add-ons/mcp/info.json +2 -0
- package/add-ons/module-federation/info.json +2 -0
- package/add-ons/neon/info.json +3 -0
- package/add-ons/oRPC/info.json +2 -0
- package/add-ons/paraglide/info.json +2 -0
- package/add-ons/prisma/info.json +3 -0
- package/add-ons/sentry/info.json +2 -0
- package/add-ons/shadcn/info.json +2 -0
- package/add-ons/start/info.json +2 -0
- package/add-ons/store/info.json +2 -0
- package/add-ons/storybook/info.json +2 -0
- package/add-ons/strapi/info.json +2 -0
- package/add-ons/t3env/info.json +2 -0
- package/add-ons/tRPC/info.json +2 -0
- package/add-ons/table/info.json +2 -0
- package/add-ons/tanstack-query/info.json +2 -0
- package/add-ons/workos/info.json +3 -0
- package/examples/events/info.json +2 -0
- package/examples/resume/info.json +2 -0
- package/hosts/cloudflare/info.json +3 -0
- package/hosts/netlify/info.json +3 -0
- package/hosts/nitro/info.json +3 -0
- package/hosts/railway/assets/nixpacks.toml +8 -0
- package/hosts/railway/info.json +20 -0
- package/hosts/railway/package.json +8 -0
- package/package.json +2 -2
- package/toolchains/biome/info.json +3 -0
- package/toolchains/eslint/info.json +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @tanstack/cta-framework-react-cra
|
|
2
2
|
|
|
3
|
+
## 0.48.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`78af490`](https://github.com/TanStack/create-tsrouter-app/commit/78af49072b54a08ebfdafe72be146efecf4ce77c)]:
|
|
8
|
+
- @tanstack/cta-engine@0.49.1
|
|
9
|
+
|
|
10
|
+
## 0.48.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`cdb6eef`](https://github.com/TanStack/create-tsrouter-app/commit/cdb6eef79274a4041eae5e8cd9d43539c9a9a77a)]:
|
|
15
|
+
- @tanstack/cta-engine@0.49.0
|
|
16
|
+
|
|
3
17
|
## 0.48.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/add-ons/ai/info.json
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
"description": "Add Better Auth authentication to your application.",
|
|
4
4
|
"phase": "add-on",
|
|
5
5
|
"type": "add-on",
|
|
6
|
+
"category": "auth",
|
|
7
|
+
"exclusive": ["auth"],
|
|
8
|
+
"color": "#000000",
|
|
6
9
|
"priority": 26,
|
|
7
10
|
"link": "https://www.better-auth.com",
|
|
8
11
|
"modes": ["file-router"],
|
package/add-ons/clerk/info.json
CHANGED
package/add-ons/convex/info.json
CHANGED
package/add-ons/db/info.json
CHANGED
package/add-ons/form/info.json
CHANGED
package/add-ons/mcp/info.json
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
"link": "https://mcp.dev",
|
|
6
6
|
"modes": ["file-router"],
|
|
7
7
|
"type": "add-on",
|
|
8
|
+
"category": "api",
|
|
9
|
+
"color": "#10B981",
|
|
8
10
|
"priority": 42,
|
|
9
11
|
"warning": "MCP is still in development and may change significantly or not be compatible with other add-ons.\nThe MCP implementation does not support authentication.",
|
|
10
12
|
"routes": [
|
package/add-ons/neon/info.json
CHANGED
package/add-ons/oRPC/info.json
CHANGED
package/add-ons/prisma/info.json
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
"description": "Add Prisma Postgres, or Prisma ORM with other DBs to your application.",
|
|
4
4
|
"phase": "add-on",
|
|
5
5
|
"type": "add-on",
|
|
6
|
+
"category": "orm",
|
|
7
|
+
"exclusive": ["orm"],
|
|
8
|
+
"color": "#2D3748",
|
|
6
9
|
"priority": 120,
|
|
7
10
|
"link": "https://www.prisma.io/",
|
|
8
11
|
"modes": ["file-router"],
|
package/add-ons/sentry/info.json
CHANGED
package/add-ons/shadcn/info.json
CHANGED
package/add-ons/start/info.json
CHANGED
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
"link": "https://tanstack.com/start/latest",
|
|
6
6
|
"modes": ["file-router"],
|
|
7
7
|
"type": "add-on",
|
|
8
|
+
"category": "tanstack",
|
|
9
|
+
"color": "#00D1B2",
|
|
8
10
|
"tailwind": false,
|
|
9
11
|
"priority": 26,
|
|
10
12
|
"warning": "TanStack Start is not yet at 1.0 and may change significantly or not be compatible with other add-ons.\nMigrating to Start might require deleting node_modules and re-installing.",
|
package/add-ons/store/info.json
CHANGED
package/add-ons/strapi/info.json
CHANGED
package/add-ons/t3env/info.json
CHANGED
package/add-ons/tRPC/info.json
CHANGED
package/add-ons/table/info.json
CHANGED
package/add-ons/workos/info.json
CHANGED
package/hosts/netlify/info.json
CHANGED
package/hosts/nitro/info.json
CHANGED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Railway",
|
|
3
|
+
"description": "Railway deployment setup",
|
|
4
|
+
"link": "https://railway.com/",
|
|
5
|
+
"phase": "add-on",
|
|
6
|
+
"modes": ["file-router", "code-router"],
|
|
7
|
+
"type": "deployment",
|
|
8
|
+
"category": "deploy",
|
|
9
|
+
"exclusive": ["deploy"],
|
|
10
|
+
"color": "#9B4DCA",
|
|
11
|
+
"priority": 160,
|
|
12
|
+
"tailwind": false,
|
|
13
|
+
"integrations": [
|
|
14
|
+
{
|
|
15
|
+
"type": "vite-plugin",
|
|
16
|
+
"import": "import { nitro } from 'nitro/vite'",
|
|
17
|
+
"code": "nitro()"
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/cta-framework-react-cra",
|
|
3
|
-
"version": "0.48.
|
|
3
|
+
"version": "0.48.2",
|
|
4
4
|
"description": "CTA Framework for React (Create React App)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"author": "Jack Herrington <jherr@pobox.com>",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@tanstack/cta-engine": "0.
|
|
26
|
+
"@tanstack/cta-engine": "0.49.1"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/node": "^24.6.0",
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
"description": "ESLint + Prettier toolchain support.",
|
|
4
4
|
"phase": "setup",
|
|
5
5
|
"type": "toolchain",
|
|
6
|
+
"category": "tooling",
|
|
7
|
+
"exclusive": ["linter"],
|
|
8
|
+
"color": "#4B32C3",
|
|
6
9
|
"priority": 0,
|
|
7
10
|
"modes": ["code-router", "file-router"],
|
|
8
11
|
"link": "https://eslint.org"
|