uniweb 0.8.18 → 0.8.20
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uniweb",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.20",
|
|
4
4
|
"description": "Create structured Vite + React sites with content/code separation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"js-yaml": "^4.1.0",
|
|
42
42
|
"prompts": "^2.4.2",
|
|
43
43
|
"tar": "^7.0.0",
|
|
44
|
-
"@uniweb/core": "0.5.
|
|
45
|
-
"@uniweb/kit": "0.7.
|
|
46
|
-
"@uniweb/runtime": "0.6.
|
|
44
|
+
"@uniweb/core": "0.5.13",
|
|
45
|
+
"@uniweb/kit": "0.7.14",
|
|
46
|
+
"@uniweb/runtime": "0.6.14"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@uniweb/build": "0.8.
|
|
49
|
+
"@uniweb/build": "0.8.19",
|
|
50
50
|
"@uniweb/content-reader": "1.1.4",
|
|
51
|
-
"@uniweb/semantic-parser": "1.1.
|
|
51
|
+
"@uniweb/semantic-parser": "1.1.7"
|
|
52
52
|
},
|
|
53
53
|
"peerDependenciesMeta": {
|
|
54
54
|
"@uniweb/build": {
|
package/partials/agents.md
CHANGED
|
@@ -525,6 +525,7 @@ Decimals insert between: `2.5-testimonials.md` goes between `2-` and `3-`.
|
|
|
525
525
|
```yaml
|
|
526
526
|
title: About Us
|
|
527
527
|
description: Learn about our company
|
|
528
|
+
id: about # Stable identity (for page: links, survives moves)
|
|
528
529
|
order: 2 # Navigation sort position
|
|
529
530
|
pages: [team, history, ...] # Child page order (... = rest). Without ... = strict (hides unlisted)
|
|
530
531
|
index: getting-started # Which child page is the index
|