uniweb 0.9.5 → 0.9.6
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 +2 -2
- package/src/framework-index.json +16 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uniweb",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.6",
|
|
4
4
|
"description": "Create structured Vite + React sites with content/code separation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"js-yaml": "^4.1.0",
|
|
42
42
|
"prompts": "^2.4.2",
|
|
43
43
|
"tar": "^7.0.0",
|
|
44
|
-
"@uniweb/core": "0.6.1",
|
|
45
44
|
"@uniweb/runtime": "0.7.4",
|
|
45
|
+
"@uniweb/core": "0.6.1",
|
|
46
46
|
"@uniweb/kit": "0.8.2"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
package/src/framework-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-04-
|
|
3
|
+
"generatedAt": "2026-04-16T22:34:02.528Z",
|
|
4
4
|
"packages": {
|
|
5
5
|
"@uniweb/build": {
|
|
6
6
|
"version": "0.9.4",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"deps": []
|
|
55
55
|
},
|
|
56
56
|
"@uniweb/press": {
|
|
57
|
-
"version": "0.2.
|
|
57
|
+
"version": "0.2.4",
|
|
58
58
|
"path": "framework/press",
|
|
59
59
|
"deps": []
|
|
60
60
|
},
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"deps": []
|
|
83
83
|
},
|
|
84
84
|
"@uniweb/templates": {
|
|
85
|
-
"version": "0.7.
|
|
85
|
+
"version": "0.7.29",
|
|
86
86
|
"path": "framework/templates",
|
|
87
87
|
"deps": []
|
|
88
88
|
},
|
|
@@ -175,18 +175,6 @@
|
|
|
175
175
|
"runtime"
|
|
176
176
|
]
|
|
177
177
|
},
|
|
178
|
-
"cv": {
|
|
179
|
-
"name": "CV (Docusite)",
|
|
180
|
-
"description": "An academic CV as a docusite — a URL whose content is also a downloadable Microsoft Word document. Ships with a full Charles Darwin sample CV and demonstrates the one-foundation-many-tenants pattern for download-time theming.",
|
|
181
|
-
"tags": [
|
|
182
|
-
"cv",
|
|
183
|
-
"resume",
|
|
184
|
-
"docusite",
|
|
185
|
-
"academic",
|
|
186
|
-
"document",
|
|
187
|
-
"press"
|
|
188
|
-
]
|
|
189
|
-
},
|
|
190
178
|
"cv-loom": {
|
|
191
179
|
"name": "CV (Loom-instantiated)",
|
|
192
180
|
"description": "A single-page narrative CV whose prose is written with {placeholder} expressions and instantiated at render time via the foundation content handler and @uniweb/loom. Reference implementation of the handler hook.",
|
|
@@ -198,6 +186,19 @@
|
|
|
198
186
|
"dynamic-prose",
|
|
199
187
|
"academic"
|
|
200
188
|
]
|
|
189
|
+
},
|
|
190
|
+
"monograph": {
|
|
191
|
+
"name": "Monograph (Press showcase)",
|
|
192
|
+
"description": "A richly illustrated long-form document — numbered chapters with nested subsections, figures with captions, data-driven specimen and measurement tables, and a citestyle bibliography. The same JSX drives the themed web preview and a branded .docx with headers, footers, and page numbers. Ships with Darwin's Galapagos observations as sample content.",
|
|
193
|
+
"tags": [
|
|
194
|
+
"monograph",
|
|
195
|
+
"docusite",
|
|
196
|
+
"press",
|
|
197
|
+
"document",
|
|
198
|
+
"figures",
|
|
199
|
+
"tables",
|
|
200
|
+
"bibliography"
|
|
201
|
+
]
|
|
201
202
|
}
|
|
202
203
|
}
|
|
203
204
|
}
|