@tanstack/solid-start-server 1.120.5 → 1.121.0-alpha.3
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/README.md
CHANGED
|
@@ -1,33 +1,9 @@
|
|
|
1
|
-
> 🤫 we're cooking up something special!
|
|
2
|
-
|
|
3
1
|
<img src="https://static.scarf.sh/a.png?x-pxid=d988eb79-b0fc-4a2b-8514-6a1ab932d188" />
|
|
4
2
|
|
|
5
|
-
# TanStack Start
|
|
6
|
-
|
|
7
|
-

|
|
8
|
-
|
|
9
|
-
🤖 Type-safe router w/ built-in caching & URL state management for React!
|
|
3
|
+
# TanStack Solid Start - Server
|
|
10
4
|
|
|
11
|
-
|
|
12
|
-
<img alt="#TanStack" src="https://img.shields.io/twitter/url?color=%2308a0e9&label=%23TanStack&style=social&url=https%3A%2F%2Ftwitter.com%2Fintent%2Ftweet%3Fbutton_hashtag%3DTanStack">
|
|
13
|
-
</a><a href="https://discord.com/invite/WrRKjPJ" target="\_parent">
|
|
14
|
-
<img alt="" src="https://img.shields.io/badge/Discord-TanStack-%235865F2" />
|
|
15
|
-
</a><a href="https://npmjs.com/package/@tanstack/solid-router" target="\_parent">
|
|
16
|
-
<img alt="" src="https://img.shields.io/npm/dm/@tanstack/router.svg" />
|
|
17
|
-
</a><a href="https://bundlephobia.com/result?p=@tanstack/solid-router" target="\_parent">
|
|
18
|
-
<img alt="" src="https://badgen.net/bundlephobia/minzip/@tanstack/solid-router" />
|
|
19
|
-
</a><a href="#badge">
|
|
20
|
-
<img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg">
|
|
21
|
-
</a><a href="https://github.com/tanstack/router/discussions">
|
|
22
|
-
<img alt="Join the discussion on Github" src="https://img.shields.io/badge/Github%20Discussions%20%26%20Support-Chat%20now!-blue" />
|
|
23
|
-
</a><a href="https://bestofjs.org/projects/router"><img alt="Best of JS" src="https://img.shields.io/endpoint?url=https://bestofjs-serverless.now.sh/api/project-badge?fullName=tanstack%2Frouter%26since=daily" /></a><a href="https://github.com/tanstack/router" target="\_parent">
|
|
24
|
-
<img alt="" src="https://img.shields.io/github/stars/tanstack/router.svg?style=social&label=Star" />
|
|
25
|
-
</a><a href="https://twitter.com/tan_stack" target="\_parent">
|
|
26
|
-
<img alt="" src="https://img.shields.io/twitter/follow/tan_stack.svg?style=social&label=Follow @TanStack" />
|
|
27
|
-
</a><a href="https://twitter.com/tannerlinsley" target="\_parent">
|
|
28
|
-
<img alt="" src="https://img.shields.io/twitter/follow/tannerlinsley.svg?style=social&label=Follow @TannerLinsley" />
|
|
29
|
-
</a>
|
|
5
|
+
This package is not meant to be used directly. It is a dependency of [`@tanstack/solid-start`](https://www.npmjs.com/package/@tanstack/solid-start).
|
|
30
6
|
|
|
31
|
-
|
|
7
|
+
TanStack Solid Start is a fullstack-framework made for SSR, Streaming, Server Functions, API Routes, bundling and more powered by [TanStack Router](https://tanstack.com/router).
|
|
32
8
|
|
|
33
|
-
|
|
9
|
+
Head over to [tanstack.com/start](https://tanstack.com/start) for more information about getting started.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const defaultRenderHandler: import('@tanstack/start-server-core').HandlerCallback<import('@tanstack/router-core').AnyRouter
|
|
1
|
+
export declare const defaultRenderHandler: import('@tanstack/start-server-core').HandlerCallback<import('@tanstack/router-core').AnyRouter>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const defaultStreamHandler: import('@tanstack/start-server-core').HandlerCallback<import('@tanstack/router-core').AnyRouter
|
|
1
|
+
export declare const defaultStreamHandler: import('@tanstack/start-server-core').HandlerCallback<import('@tanstack/router-core').AnyRouter>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const defaultRenderHandler: import('@tanstack/start-server-core').HandlerCallback<import('@tanstack/router-core').AnyRouter
|
|
1
|
+
export declare const defaultRenderHandler: import('@tanstack/start-server-core').HandlerCallback<import('@tanstack/router-core').AnyRouter>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const defaultStreamHandler: import('@tanstack/start-server-core').HandlerCallback<import('@tanstack/router-core').AnyRouter
|
|
1
|
+
export declare const defaultStreamHandler: import('@tanstack/start-server-core').HandlerCallback<import('@tanstack/router-core').AnyRouter>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/solid-start-server",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.121.0-alpha.3",
|
|
4
4
|
"description": "Modern and scalable routing for Solid applications",
|
|
5
5
|
"author": "Tanner Linsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"jsesc": "^3.1.0",
|
|
54
54
|
"tiny-warning": "^1.0.3",
|
|
55
55
|
"unctx": "^2.4.1",
|
|
56
|
-
"@tanstack/history": "^1.
|
|
57
|
-
"@tanstack/router
|
|
58
|
-
"@tanstack/
|
|
59
|
-
"@tanstack/
|
|
60
|
-
"@tanstack/start-server-core": "^1.
|
|
56
|
+
"@tanstack/history": "^1.121.0-alpha.1",
|
|
57
|
+
"@tanstack/solid-router": "^1.121.0-alpha.3",
|
|
58
|
+
"@tanstack/start-client-core": "^1.121.0-alpha.3",
|
|
59
|
+
"@tanstack/router-core": "^1.121.0-alpha.3",
|
|
60
|
+
"@tanstack/start-server-core": "^1.121.0-alpha.3"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@types/jsesc": "^3.0.3",
|