@daisy/epub-utils
Advanced tools
Comparing version 1.2.0-beta.11 to 1.2.0-beta.12
@@ -118,3 +118,3 @@ // input: unzipped book directory | ||
select('/opf:package/opf:metadata/opf:link[not(@refines)]', doc).forEach(link => { | ||
addLink(link.getAttribute('rel') || link.getAttribute('property'), decodeURI(link.getAttribute('href')), result); | ||
addLink(link.getAttribute('rel'), decodeURI(link.getAttribute('href')), result); | ||
}); | ||
@@ -121,0 +121,0 @@ return result; |
{ | ||
"name": "@daisy/epub-utils", | ||
"version": "1.2.0-beta.11", | ||
"version": "1.2.0-beta.12", | ||
"description": "EPUB parser and model, used by Ace", | ||
@@ -24,3 +24,3 @@ "author": { | ||
"fs-extra": "^9.0.0", | ||
"node-stream-zip": "^1.9.2", | ||
"node-stream-zip": "^1.10.1", | ||
"tmp": "^0.2.1", | ||
@@ -27,0 +27,0 @@ "winston": "^3.2.1", |
14433
Updatednode-stream-zip@^1.10.1