@uniweb/unipress 0.9.9 → 0.9.11

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/unipress",
3
- "version": "0.9.9",
3
+ "version": "0.9.11",
4
4
  "description": "Compile a content directory into a document (PDF, EPUB, Paged.js HTML, Typst source bundle, DOCX, XLSX) using a Uniweb foundation. Five built-in templates: book, monograph, report, data-report, directory.",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -49,9 +49,9 @@
49
49
  "prompts": "^2.4.2",
50
50
  "react": "^19.0.0",
51
51
  "react-dom": "^19.0.0",
52
- "@uniweb/build": "^0.42.0",
53
- "@uniweb/runtime": "^0.18.0",
54
- "@uniweb/core": "^0.24.0",
52
+ "@uniweb/build": "^0.43.0",
53
+ "@uniweb/runtime": "^0.19.0",
54
+ "@uniweb/core": "^0.24.1",
55
55
  "@uniweb/content-reader": "^1.2.4",
56
56
  "@uniweb/semantic-parser": "^1.4.0"
57
57
  },
@@ -203,7 +203,7 @@ async function fetchOne(url) {
203
203
  throw new FoundationFetchError(
204
204
  `could not fetch ${url}\n` +
205
205
  `cause: ${err.message}\n` +
206
- `hint: is the registry reachable? (for localhost URLs, is unicloud running?)`
206
+ `hint: is the registry reachable? (for a localhost URL, is the backend running?)`
207
207
  )
208
208
  }
209
209
  if (!res.ok) {