@ridi/epub-parser
Advanced tools
Comparing version 0.6.13 to 0.6.14
@@ -492,3 +492,3 @@ 'use strict'; | ||
_context3 = context, entries = _context3.entries, opfPath = _context3.opfPath; | ||
opfEntry = entries.find(opfPath); | ||
opfEntry = entries.find(opfPath, false); | ||
@@ -671,3 +671,3 @@ if ((0, _parserCore.isExists)(opfEntry)) { | ||
itemEntry = entries.find(rawItem.href); | ||
itemEntry = entries.find(rawItem.href, false); | ||
@@ -1003,3 +1003,3 @@ if (!(0, _parserCore.isExists)(itemEntry)) { | ||
ncxEntry = entries.find(ncxItem.href); | ||
ncxEntry = entries.find(ncxItem.href, false); | ||
@@ -1169,3 +1169,3 @@ // toc.ncx | ||
case 3: | ||
entry = entries.find(item.href); | ||
entry = entries.find(item.href, false); | ||
@@ -1172,0 +1172,0 @@ if (!(!options.force && !(0, _parserCore.isExists)(entry))) { |
{ | ||
"name": "@ridi/epub-parser", | ||
"version": "0.6.13", | ||
"version": "0.6.14", | ||
"description": "Common EPUB2 data parser for Ridibooks services", | ||
@@ -31,3 +31,3 @@ "author": { | ||
"dependencies": { | ||
"@ridi/parser-core": "0.6.13", | ||
"@ridi/parser-core": "0.6.14", | ||
"css-tree": "^1.0.0-alpha.29", | ||
@@ -38,4 +38,3 @@ "fast-xml-parser": "^3.12.17", | ||
"himalaya": "^1.1.0" | ||
}, | ||
"gitHead": "39d49884ed79b8b1e1ea7380b0ab4182d70d63d5" | ||
} | ||
} |
119387
+ Added@ridi/parser-core@0.6.14(transitive)
- Removed@ridi/parser-core@0.6.13(transitive)
Updated@ridi/parser-core@0.6.14