uniweb 0.2.50 → 0.2.52
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 +1 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -168,13 +168,12 @@ export function Hero({ content, params }) {
|
|
|
168
168
|
The parser extracts semantic elements from markdown—`title` from the first heading, `paragraphs` from body text, `links` from `[text](url)`, and so on. The `items` array contains child groups created when headings appear after content (useful for features, pricing tiers, team members, etc.).
|
|
169
169
|
|
|
170
170
|
**Learn more:**
|
|
171
|
+
|
|
171
172
|
- [Content Structure](./docs/content-structure.md) — How content is parsed and structured
|
|
172
173
|
- [Component Metadata](./docs/component-metadata.md) — Full meta.js schema reference
|
|
173
174
|
- [Data Fetching](./docs/data-fetching.md) — Load external data from files or APIs
|
|
174
175
|
- [Dynamic Routes](./docs/dynamic-routes.md) — Generate pages from data (blogs, catalogs)
|
|
175
176
|
|
|
176
|
-
Change the JSX, save, and the dev server hot-reloads your changes.
|
|
177
|
-
|
|
178
177
|
## Foundations Are Portable
|
|
179
178
|
|
|
180
179
|
The `foundation/` folder ships with your project as a convenience, but a foundation is a self-contained artifact with no dependency on any specific site. Sites reference foundations by configuration, not by folder proximity.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uniweb",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.52",
|
|
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/build": "0.1.
|
|
41
|
-
"@uniweb/
|
|
42
|
-
"@uniweb/
|
|
43
|
-
"@uniweb/
|
|
40
|
+
"@uniweb/build": "0.1.31",
|
|
41
|
+
"@uniweb/runtime": "0.2.17",
|
|
42
|
+
"@uniweb/kit": "0.1.9",
|
|
43
|
+
"@uniweb/core": "0.1.14"
|
|
44
44
|
}
|
|
45
45
|
}
|