@likecoin/epubcheck-ts 0.3.5 → 0.3.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/README.md +2 -2
- package/bin/epubcheck.js +1 -1
- package/bin/epubcheck.ts +1 -1
- package/dist/index.cjs +923 -241
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +923 -241
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1532,7 +1532,7 @@ declare const MessageDefs: {
|
|
|
1532
1532
|
readonly NAV_001: {
|
|
1533
1533
|
readonly id: "NAV-001";
|
|
1534
1534
|
readonly severity: "error";
|
|
1535
|
-
readonly description: "
|
|
1535
|
+
readonly description: "Navigation Document must have a nav element with epub:type=\"toc\"";
|
|
1536
1536
|
};
|
|
1537
1537
|
readonly NAV_002: {
|
|
1538
1538
|
readonly id: "NAV-002";
|
package/dist/index.d.ts
CHANGED
|
@@ -1532,7 +1532,7 @@ declare const MessageDefs: {
|
|
|
1532
1532
|
readonly NAV_001: {
|
|
1533
1533
|
readonly id: "NAV-001";
|
|
1534
1534
|
readonly severity: "error";
|
|
1535
|
-
readonly description: "
|
|
1535
|
+
readonly description: "Navigation Document must have a nav element with epub:type=\"toc\"";
|
|
1536
1536
|
};
|
|
1537
1537
|
readonly NAV_002: {
|
|
1538
1538
|
readonly id: "NAV-002";
|