@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/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: "Nav file not supported for EPUB v2";
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: "Nav file not supported for EPUB v2";
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";