@tanstack/cta-framework-solid 0.48.0 → 0.48.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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @tanstack/cta-framework-solid
2
2
 
3
+ ## 0.48.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`cdb6eef`](https://github.com/TanStack/create-tsrouter-app/commit/cdb6eef79274a4041eae5e8cd9d43539c9a9a77a)]:
8
+ - @tanstack/cta-engine@0.49.0
9
+
3
10
  ## 0.48.0
4
11
 
5
12
  ### Minor Changes
@@ -1,7 +1,9 @@
1
1
  import { betterAuth } from 'better-auth'
2
+ import { tanstackStartCookies } from 'better-auth/tanstack-start'
2
3
 
3
4
  export const auth = betterAuth({
4
5
  emailAndPassword: {
5
6
  enabled: true,
6
7
  },
8
+ plugins: [tanstackStartCookies()],
7
9
  })
@@ -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
  "link": "https://www.better-auth.com/",
7
10
  "modes": ["file-router"],
8
11
  "dependsOn": ["start"],
@@ -4,6 +4,9 @@
4
4
  "link": "https://convex.dev",
5
5
  "phase": "add-on",
6
6
  "type": "add-on",
7
+ "category": "database",
8
+ "exclusive": ["database", "orm"],
9
+ "color": "#EE342F",
7
10
  "modes": ["file-router"],
8
11
  "routes": [
9
12
  {
@@ -5,6 +5,8 @@
5
5
  "link": "https://tanstack.com/form/latest",
6
6
  "modes": ["file-router", "code-router"],
7
7
  "type": "add-on",
8
+ "category": "tanstack",
9
+ "color": "#FACC15",
8
10
  "routes": [
9
11
  {
10
12
  "url": "/demo/form",
@@ -4,5 +4,7 @@
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
+ "category": "tooling",
9
+ "color": "#1B72BE"
8
10
  }
@@ -5,6 +5,8 @@
5
5
  "link": "https://sentry.com/",
6
6
  "modes": ["file-router"],
7
7
  "type": "add-on",
8
+ "category": "monitoring",
9
+ "color": "#362D59",
8
10
  "routes": [
9
11
  {
10
12
  "url": "/demo/sentry/bad-event-handler",
@@ -5,6 +5,8 @@
5
5
  "link": "https://ui.shadcn.com/",
6
6
  "modes": ["file-router", "code-router"],
7
7
  "type": "add-on",
8
+ "category": "styling",
9
+ "color": "#000000",
8
10
  "command": {
9
11
  "command": "npx",
10
12
  "args": ["solidui-cli@latest", "add", "button", "input"]
@@ -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
  "routes": [
9
11
  {
10
12
  "url": "/demo/start/server-funcs",
@@ -4,6 +4,8 @@
4
4
  "phase": "add-on",
5
5
  "modes": ["file-router", "code-router"],
6
6
  "type": "add-on",
7
+ "category": "tanstack",
8
+ "color": "#00D1B2",
7
9
  "link": "https://tanstack.com/store/latest",
8
10
  "routes": [
9
11
  {
@@ -4,9 +4,9 @@
4
4
  "link": "https://strapi.io/",
5
5
  "phase": "add-on",
6
6
  "type": "add-on",
7
- "modes": [
8
- "file-router"
9
- ],
7
+ "category": "cms",
8
+ "color": "#4945FF",
9
+ "modes": ["file-router"],
10
10
  "routes": [
11
11
  {
12
12
  "url": "/demo/strapi",
@@ -15,4 +15,4 @@
15
15
  "jsName": "StrapiDemo"
16
16
  }
17
17
  ]
18
- }
18
+ }
@@ -4,5 +4,7 @@
4
4
  "phase": "add-on",
5
5
  "link": "https://github.com/t3-oss/t3-env",
6
6
  "type": "add-on",
7
+ "category": "tooling",
8
+ "color": "#6366F1",
7
9
  "modes": ["file-router", "code-router"]
8
10
  }
@@ -4,6 +4,8 @@
4
4
  "phase": "add-on",
5
5
  "modes": ["file-router"],
6
6
  "type": "add-on",
7
+ "category": "tanstack",
8
+ "color": "#EF4444",
7
9
  "link": "https://tanstack.com/query/latest",
8
10
  "routes": [
9
11
  {
@@ -3,6 +3,8 @@
3
3
  "description": "A chat example that uses TanStack Start and TanStack Store. Features chat with Anthropic Sonnet, chat history and custom prompts.",
4
4
  "phase": "example",
5
5
  "type": "example",
6
+ "category": "other",
7
+ "color": "#00D1B2",
6
8
  "modes": ["file-router"],
7
9
  "link": "",
8
10
  "routes": [
@@ -5,6 +5,9 @@
5
5
  "phase": "add-on",
6
6
  "modes": ["file-router", "code-router"],
7
7
  "type": "deployment",
8
+ "category": "deploy",
9
+ "exclusive": ["deploy"],
10
+ "color": "#F38020",
8
11
  "priority": 200,
9
12
  "tailwind": false,
10
13
  "integrations": [
@@ -5,6 +5,9 @@
5
5
  "phase": "add-on",
6
6
  "modes": ["file-router", "code-router"],
7
7
  "type": "deployment",
8
+ "category": "deploy",
9
+ "exclusive": ["deploy"],
10
+ "color": "#00C7B7",
8
11
  "priority": 180,
9
12
  "tailwind": false,
10
13
  "integrations": [
@@ -5,6 +5,9 @@
5
5
  "phase": "add-on",
6
6
  "modes": ["file-router", "code-router"],
7
7
  "type": "deployment",
8
+ "category": "deploy",
9
+ "exclusive": ["deploy"],
10
+ "color": "#ECDC5A",
8
11
  "tailwind": false,
9
12
  "integrations": [
10
13
  {
@@ -0,0 +1,8 @@
1
+ [phases.setup]
2
+ nixPkgs = ["nodejs_22"]
3
+
4
+ [phases.build]
5
+ cmds = ["npm install", "npm run build"]
6
+
7
+ [start]
8
+ cmd = "npm run start"
@@ -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
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "scripts": {
3
+ "start": "node .output/server/index.mjs"
4
+ },
5
+ "dependencies": {
6
+ "nitro": "npm:nitro-nightly@latest"
7
+ }
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/cta-framework-solid",
3
- "version": "0.48.0",
3
+ "version": "0.48.1",
4
4
  "description": "CTA Framework for Solid",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "author": "Jack Herrington <jherr@pobox.com>",
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
- "@tanstack/cta-engine": "0.48.0"
25
+ "@tanstack/cta-engine": "0.49.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^24.6.0",
@@ -3,6 +3,9 @@
3
3
  "description": "Biome toolchain support.",
4
4
  "phase": "setup",
5
5
  "type": "toolchain",
6
+ "category": "tooling",
7
+ "exclusive": ["linter"],
8
+ "color": "#60A5FA",
6
9
  "modes": ["code-router", "file-router"],
7
10
  "link": "https://biomejs.dev"
8
11
  }
@@ -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
  "modes": ["code-router", "file-router"],
7
10
  "link": "https://eslint.org"
8
11
  }