@citation-js/plugin-bibtex
Advanced tools
Comparing version 0.5.4 to 0.5.5
@@ -53,2 +53,7 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } | ||
const value = entry.properties[property]; | ||
if (value === '') { | ||
continue; | ||
} | ||
output[property] = parseValue(value + '', property, output.language); | ||
@@ -55,0 +60,0 @@ } |
@@ -66,2 +66,7 @@ "use strict"; | ||
const value = entry.properties[property]; | ||
if (value === '') { | ||
continue; | ||
} | ||
output[property] = (0, _value.parse)(value + '', property, output.language); | ||
@@ -68,0 +73,0 @@ } |
{ | ||
"name": "@citation-js/plugin-bibtex", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "Plugin for BibTeX formats for Citation.js", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "bd67972fd6078b646d4aac84a5fda9bdd9433122" | ||
"gitHead": "564a9a2d67996eb20579a6113083ed33602c4b59" | ||
} |
171808
5285