@tanstack/cta-framework-react-cra 0.32.2 → 0.33.0

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.
@@ -4,6 +4,7 @@
4
4
  "phase": "add-on",
5
5
  "modes": ["file-router"],
6
6
  "type": "add-on",
7
+ "priority": 150,
7
8
  "link": "https://clerk.com",
8
9
  "tailwind": true,
9
10
  "routes": [
@@ -4,6 +4,7 @@
4
4
  "link": "https://convex.dev",
5
5
  "phase": "add-on",
6
6
  "type": "add-on",
7
+ "priority": 140,
7
8
  "modes": ["file-router"],
8
9
  "routes": [
9
10
  {
@@ -3,6 +3,7 @@
3
3
  "description": "TanStack DB",
4
4
  "phase": "add-on",
5
5
  "type": "add-on",
6
+ "priority": 50,
6
7
  "modes": ["file-router"],
7
8
  "link": "https://tanstack.com/db/latest",
8
9
  "dependsOn": ["tanstack-query", "start"],
@@ -3,6 +3,7 @@
3
3
  "description": "TanStack Form",
4
4
  "phase": "add-on",
5
5
  "type": "add-on",
6
+ "priority": 46,
6
7
  "modes": ["file-router", "code-router"],
7
8
  "link": "https://tanstack.com/form/latest",
8
9
  "routes": [
@@ -5,6 +5,7 @@
5
5
  "link": "https://mcp.dev",
6
6
  "modes": ["file-router"],
7
7
  "type": "add-on",
8
+ "priority": 42,
8
9
  "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.",
9
10
  "routes": [
10
11
  {
@@ -4,5 +4,6 @@
4
4
  "phase": "add-on",
5
5
  "modes": ["code-router"],
6
6
  "link": "https://module-federation.io/",
7
- "type": "add-on"
7
+ "type": "add-on",
8
+ "priority": 38
8
9
  }
@@ -4,6 +4,7 @@
4
4
  "link": "https://neon.com",
5
5
  "phase": "add-on",
6
6
  "type": "add-on",
7
+ "priority": 170,
7
8
  "modes": ["file-router"],
8
9
  "routes": [
9
10
  {
@@ -6,6 +6,7 @@
6
6
  "link": "https://orpc.unnoq.com/",
7
7
  "dependsOn": ["tanstack-query", "start"],
8
8
  "type": "add-on",
9
+ "priority": 34,
9
10
  "routes": [
10
11
  {
11
12
  "icon": "Network",
@@ -3,6 +3,7 @@
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
+ "priority": 120,
6
7
  "link": "https://www.prisma.io/",
7
8
  "modes": ["file-router"],
8
9
  "dependsOn": ["start"],
@@ -5,6 +5,7 @@
5
5
  "link": "https://sentry.com/",
6
6
  "modes": ["file-router"],
7
7
  "type": "add-on",
8
+ "priority": 130,
8
9
  "routes": [
9
10
  {
10
11
  "url": "/demo/sentry/testing",
@@ -4,5 +4,6 @@
4
4
  "phase": "add-on",
5
5
  "modes": ["file-router", "code-router"],
6
6
  "link": "https://ui.shadcn.com/",
7
- "type": "add-on"
7
+ "type": "add-on",
8
+ "priority": 30
8
9
  }
@@ -5,6 +5,7 @@
5
5
  "link": "https://tanstack.com/start/latest",
6
6
  "modes": ["file-router"],
7
7
  "type": "add-on",
8
+ "priority": 26,
8
9
  "routes": [
9
10
  {
10
11
  "icon": "SquareFunction",
@@ -4,6 +4,7 @@
4
4
  "phase": "add-on",
5
5
  "link": "https://tanstack.com/store/latest",
6
6
  "type": "add-on",
7
+ "priority": 22,
7
8
  "modes": ["file-router", "code-router"],
8
9
  "routes": [
9
10
  {
@@ -5,6 +5,7 @@
5
5
  "modes": ["file-router"],
6
6
  "link": "https://storybook.js.org/",
7
7
  "type": "add-on",
8
+ "priority": 18,
8
9
  "routes": [
9
10
  {
10
11
  "icon": "BookOpen",
@@ -4,9 +4,8 @@
4
4
  "link": "https://strapi.io/",
5
5
  "phase": "add-on",
6
6
  "type": "add-on",
7
- "modes": [
8
- "file-router"
9
- ],
7
+ "priority": 110,
8
+ "modes": ["file-router"],
10
9
  "routes": [
11
10
  {
12
11
  "url": "/demo/strapi",
@@ -15,4 +14,4 @@
15
14
  "jsName": "StrapiDemo"
16
15
  }
17
16
  ]
18
- }
17
+ }
@@ -3,6 +3,7 @@
3
3
  "description": "Add type safety to your environment variables",
4
4
  "phase": "add-on",
5
5
  "type": "add-on",
6
+ "priority": 29,
6
7
  "link": "https://github.com/t3-oss/t3-env",
7
8
  "modes": ["file-router", "code-router"]
8
9
  }
@@ -6,6 +6,7 @@
6
6
  "link": "https://trpc.io/",
7
7
  "dependsOn": ["tanstack-query", "start"],
8
8
  "type": "add-on",
9
+ "priority": 27,
9
10
  "routes": [
10
11
  {
11
12
  "icon": "Network",
@@ -5,6 +5,7 @@
5
5
  "modes": ["file-router", "code-router"],
6
6
  "link": "https://tanstack.com/table/latest",
7
7
  "type": "add-on",
8
+ "priority": 28,
8
9
  "routes": [
9
10
  {
10
11
  "icon": "Table",
@@ -4,6 +4,7 @@
4
4
  "phase": "add-on",
5
5
  "modes": ["file-router", "code-router"],
6
6
  "type": "add-on",
7
+ "priority": 10,
7
8
  "link": "https://tanstack.com/query/latest",
8
9
  "routes": [
9
10
  {
@@ -4,6 +4,7 @@
4
4
  "phase": "add-on",
5
5
  "modes": ["file-router"],
6
6
  "type": "add-on",
7
+ "priority": 160,
7
8
  "link": "https://workos.com",
8
9
  "tailwind": true,
9
10
  "routes": [
@@ -4,6 +4,7 @@
4
4
  "phase": "example",
5
5
  "modes": ["file-router"],
6
6
  "type": "example",
7
+ "priority": 10,
7
8
  "link": "",
8
9
  "routes": [
9
10
  {
@@ -5,6 +5,7 @@
5
5
  "phase": "add-on",
6
6
  "modes": ["file-router", "code-router"],
7
7
  "type": "host",
8
+ "priority": 200,
8
9
  "integrations": [
9
10
  {
10
11
  "type": "vite-plugin",
@@ -5,6 +5,7 @@
5
5
  "phase": "add-on",
6
6
  "modes": ["file-router", "code-router"],
7
7
  "type": "host",
8
+ "priority": 180,
8
9
  "integrations": [
9
10
  {
10
11
  "type": "vite-plugin",
@@ -5,6 +5,7 @@
5
5
  "phase": "add-on",
6
6
  "modes": ["file-router", "code-router"],
7
7
  "type": "host",
8
+ "priority": 0,
8
9
  "integrations": [
9
10
  {
10
11
  "type": "vite-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/cta-framework-react-cra",
3
- "version": "0.32.2",
3
+ "version": "0.33.0",
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.32.2"
26
+ "@tanstack/cta-engine": "0.33.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^24.6.0",
@@ -3,6 +3,7 @@
3
3
  "description": "Biome toolchain support.",
4
4
  "phase": "setup",
5
5
  "type": "toolchain",
6
+ "priority": 2,
6
7
  "modes": ["code-router", "file-router"],
7
8
  "link": "https://biomejs.dev"
8
9
  }
@@ -3,6 +3,7 @@
3
3
  "description": "ESLint + Prettier toolchain support.",
4
4
  "phase": "setup",
5
5
  "type": "toolchain",
6
+ "priority": 0,
6
7
  "modes": ["code-router", "file-router"],
7
8
  "link": "https://eslint.org"
8
9
  }