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

|
|
8
|
+
|
|
9
|
+
🤖 Type-safe router w/ built-in caching & URL state management for React!
|
|
4
10
|
|
|
5
|
-
|
|
11
|
+
<a href="https://twitter.com/intent/tweet?button_hashtag=TanStack" target="\_parent">
|
|
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>
|
|
6
30
|
|
|
7
|
-
|
|
31
|
+
Enjoy this library? Try the entire [TanStack](https://tanstack.com)! [React Query](https://github.com/tannerlinsley/react-query), [React Table](https://github.com/tanstack/react-table), [React Charts](https://github.com/tannerlinsley/react-charts), [React Virtual](https://github.com/tannerlinsley/react-virtual)
|
|
8
32
|
|
|
9
|
-
|
|
33
|
+
## Visit [tanstack.com/router](https://tanstack.com/router) for docs, guides, API and more!
|
|
@@ -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, Promise<Response>>;
|
|
@@ -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, Promise<Response>>;
|
|
@@ -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, Promise<Response>>;
|
|
@@ -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, Promise<Response>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/solid-start-server",
|
|
3
|
-
"version": "1.120.4
|
|
3
|
+
"version": "1.120.4",
|
|
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/start-client-core": "^1.120.4
|
|
60
|
-
"@tanstack/start-server-core": "^1.120.4
|
|
56
|
+
"@tanstack/history": "^1.115.0",
|
|
57
|
+
"@tanstack/solid-router": "^1.120.4",
|
|
58
|
+
"@tanstack/router-core": "^1.120.4",
|
|
59
|
+
"@tanstack/start-client-core": "^1.120.4",
|
|
60
|
+
"@tanstack/start-server-core": "^1.120.4"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@types/jsesc": "^3.0.3",
|