@edgeone/vite 1.0.5 → 1.0.6

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/vite
2
+
3
+ This adapter allows native Vite projects (SPA and SSR) and Vike to deploy to [EdgeOne Pages](https://pages.edgeone.ai/).
4
+
5
+ ## Documentation
6
+
7
+ Read the [`@edgeone/vite` docs](https://pages.edgeone.ai/document/vite)
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/vite",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "EdgeOne adapter for native Vite projects (SPA and SSR)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -32,7 +32,7 @@
32
32
  "author": "EdgeOne Team",
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "@edgeone/vite-core": "^1.0.8"
35
+ "@edgeone/vite-core": "^1.0.10"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"