@edgeone/tanstack-start 1.0.8 → 1.0.9

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.
Files changed (2) hide show
  1. package/README.md +17 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @edgeone/tanstack-start
2
+
3
+ This adapter allows TanStack Start to deploy your hybrid or server rendered site to [EdgeOne Pages](https://pages.edgeone.ai/).
4
+
5
+ ## Documentation
6
+
7
+ Read the [`@edgeone/tanstack-start` docs](https://pages.edgeone.ai/document/framework-tanstack-start)
8
+
9
+ ## Support
10
+
11
+ - Get help in the [EdgeOne Pages Discord](https://discord.com/invite/KpdcJ8xbq6).
12
+
13
+ - Check our [Product Introduction](https://pages.edgeone.ai/document/product-introduction) for more on integrations.
14
+
15
+ ## License
16
+
17
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgeone/tanstack-start",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "EdgeOne adapter for TanStack Start framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -33,7 +33,7 @@
33
33
  "author": "EdgeOne Team",
34
34
  "license": "MIT",
35
35
  "dependencies": {
36
- "@edgeone/vite-core": "^1.0.8"
36
+ "@edgeone/vite-core": "^1.0.10"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@tanstack/react-start": "^1.0.0",