uniweb 0.4.1 → 0.4.2
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 +2 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -47,6 +47,8 @@ pnpm create uniweb my-site --template docs
|
|
|
47
47
|
pnpm create uniweb my-site
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
+
**See them live:** [View all template demos](https://uniweb.github.io/templates/)
|
|
51
|
+
|
|
50
52
|
Every project is a workspace with two packages:
|
|
51
53
|
|
|
52
54
|
- **`site/`** — Content, pages, entry point
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uniweb",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Create structured Vite + React sites with content/code separation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"js-yaml": "^4.1.0",
|
|
38
38
|
"prompts": "^2.4.2",
|
|
39
39
|
"tar": "^7.0.0",
|
|
40
|
-
"@uniweb/
|
|
41
|
-
"@uniweb/kit": "0.3.
|
|
42
|
-
"@uniweb/core": "0.2.
|
|
43
|
-
"@uniweb/
|
|
40
|
+
"@uniweb/build": "0.3.0",
|
|
41
|
+
"@uniweb/kit": "0.3.1",
|
|
42
|
+
"@uniweb/core": "0.2.4",
|
|
43
|
+
"@uniweb/runtime": "0.4.2"
|
|
44
44
|
}
|
|
45
45
|
}
|