void-fate 1.6.0 → 1.6.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/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -13,13 +13,13 @@ Deploy the same app to your own Cloudflare account or the Void platform.
|
|
|
13
13
|
For a new Void app, start from the Void template:
|
|
14
14
|
|
|
15
15
|
```sh
|
|
16
|
-
vp create fate
|
|
16
|
+
vp create fate -- --template void
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
Use Vue instead of React with:
|
|
20
20
|
|
|
21
21
|
```sh
|
|
22
|
-
vp create fate
|
|
22
|
+
vp create fate -- --template void --framework vue
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
## Existing Project
|
|
@@ -27,7 +27,7 @@ vp create fate my-app --template void --framework vue
|
|
|
27
27
|
For an existing Void project, add the packages directly:
|
|
28
28
|
|
|
29
29
|
```sh
|
|
30
|
-
pnpm add @nkzw/fate react-fate void-fate void
|
|
30
|
+
pnpm add @nkzw/fate react-fate void-fate void @void/react
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
## Cloudflare Deployment
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "void-fate",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
4
4
|
"description": "Void adapter for fate.",
|
|
5
5
|
"homepage": "https://github.com/nkzw-tech/fate",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@nkzw/fate": "1.6.
|
|
41
|
-
"react-fate": "1.6.
|
|
40
|
+
"@nkzw/fate": "1.6.1",
|
|
41
|
+
"react-fate": "1.6.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/react": "19.3.0",
|