@veripublica/epubveri-wasm 0.14.3 → 0.15.0

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 CHANGED
@@ -86,7 +86,9 @@ function version(): string;
86
86
  epubcheck has no verdict on, in two families, both at `usage` severity:
87
87
 
88
88
  - **`NEXT-*`** — a published specification requires it and epubcheck has not implemented it
89
- yet, so it becomes an ordinary error the day it catches up (today: the EPUB 3.4 rules).
89
+ yet, so it becomes an ordinary error the day it catches up. **Empty at present:** the four
90
+ EPUB 3.4 rules that were here graduated when epubcheck 5.4.0 implemented them, and now
91
+ report under its own ids without this flag.
90
92
  - **`ADV-*`** — no specification says anything, but the book is still probably wrong
91
93
  (unknown CSS property and descriptor names, a type selector naming no known element, an
92
94
  EPUB 2 package written in EPUB 3, two navigation entries landing on one document, an
package/epubveri_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@veripublica/epubveri-wasm",
3
3
  "type": "module",
4
4
  "description": "WebAssembly bindings for epubveri — a pure-Rust, JVM-free EPUB validator that runs in the browser.",
5
- "version": "0.14.3",
5
+ "version": "0.15.0",
6
6
  "license": "AGPL-3.0-only OR LicenseRef-veripublica-Commercial",
7
7
  "repository": {
8
8
  "type": "git",