@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 +7 -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/convex/info.json +3 -0
- package/add-ons/form/info.json +2 -0
- package/add-ons/module-federation/info.json +3 -1
- package/add-ons/sentry/info.json +2 -0
- package/add-ons/solid-ui/info.json +2 -0
- package/add-ons/start/info.json +2 -0
- package/add-ons/store/info.json +2 -0
- package/add-ons/strapi/info.json +4 -4
- package/add-ons/t3env/info.json +2 -0
- package/add-ons/tanstack-query/info.json +2 -0
- package/examples/tanchat/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,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
|
|
@@ -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"],
|
package/add-ons/convex/info.json
CHANGED
package/add-ons/form/info.json
CHANGED
package/add-ons/sentry/info.json
CHANGED
package/add-ons/start/info.json
CHANGED
package/add-ons/store/info.json
CHANGED
package/add-ons/strapi/info.json
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
"link": "https://strapi.io/",
|
|
5
5
|
"phase": "add-on",
|
|
6
6
|
"type": "add-on",
|
|
7
|
-
"
|
|
8
|
-
|
|
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
|
+
}
|
package/add-ons/t3env/info.json
CHANGED
|
@@ -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": [
|
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-solid",
|
|
3
|
-
"version": "0.48.
|
|
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.
|
|
25
|
+
"@tanstack/cta-engine": "0.49.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "^24.6.0",
|