@citation-js/plugin-csl
Advanced tools
Comparing version 0.7.9 to 0.7.11
@@ -28,2 +28,5 @@ import { util } from '@citation-js/core'; | ||
} | ||
if (options.hyperlinks) { | ||
citeproc.opt.development_extensions.wrap_url_and_doi = true; | ||
} | ||
const bibliography = citeproc.makeBibliography(); | ||
@@ -30,0 +33,0 @@ const [{ |
@@ -69,2 +69,3 @@ import CSL from 'citeproc'; | ||
engine.setOutputFormat(format); | ||
engine.opt.development_extensions.wrap_url_and_doi = false; | ||
return engine; | ||
@@ -71,0 +72,0 @@ }; |
@@ -35,2 +35,5 @@ "use strict"; | ||
} | ||
if (options.hyperlinks) { | ||
citeproc.opt.development_extensions.wrap_url_and_doi = true; | ||
} | ||
const bibliography = citeproc.makeBibliography(); | ||
@@ -37,0 +40,0 @@ const [{ |
@@ -77,4 +77,5 @@ "use strict"; | ||
engine.setOutputFormat(format); | ||
engine.opt.development_extensions.wrap_url_and_doi = false; | ||
return engine; | ||
}; | ||
var _default = exports.default = prepareEngine; |
The MIT License (MIT) | ||
Copyright (c) 2015-2022 Lars Willighagen | ||
Copyright (c) 2015-2024 Lars Willighagen | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "@citation-js/plugin-csl", | ||
"version": "0.7.9", | ||
"version": "0.7.11", | ||
"description": "Plugin for CSL output for Citation.js", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@citation-js/core": "^0.7.9" | ||
"@citation-js/core": "^0.7.11" | ||
}, | ||
@@ -48,3 +48,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "8fa1b9d3d420f489f9a8a57f9759b50a6369182c" | ||
"gitHead": "a92f6b3c20b9342feb0303a017b806b312d66486" | ||
} |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
360889
1725