uniweb 0.8.19 → 0.8.21

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.19",
3
+ "version": "0.8.21",
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.12",
45
- "@uniweb/runtime": "0.6.13",
46
- "@uniweb/kit": "0.7.13"
44
+ "@uniweb/core": "0.5.14",
45
+ "@uniweb/kit": "0.7.15",
46
+ "@uniweb/runtime": "0.6.15"
47
47
  },
48
48
  "peerDependencies": {
49
+ "@uniweb/build": "0.8.20",
49
50
  "@uniweb/content-reader": "1.1.4",
50
- "@uniweb/build": "0.8.18",
51
- "@uniweb/semantic-parser": "1.1.6"
51
+ "@uniweb/semantic-parser": "1.1.7"
52
52
  },
53
53
  "peerDependenciesMeta": {
54
54
  "@uniweb/build": {
@@ -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
@@ -1,2 +1,3 @@
1
+ id: e5f6a7b8
1
2
  title: About
2
3
  description: About this project
@@ -1,2 +1,3 @@
1
+ id: a1b2c3d4
1
2
  title: Home
2
3
  description: Welcome to the site