citation-js 0.8.0 → 0.8.1
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/build/citation.js +2 -2
- package/build/citation.min.js +1 -1
- package/package.json +9 -9
package/build/citation.js
CHANGED
|
@@ -3348,7 +3348,7 @@ Translator.CONVERT_TO_TARGET = Symbol('convert to target');
|
|
|
3348
3348
|
},{}],43:[function(require,module,exports){
|
|
3349
3349
|
module.exports={
|
|
3350
3350
|
"name": "@citation-js/core",
|
|
3351
|
-
"version": "0.8.
|
|
3351
|
+
"version": "0.8.1",
|
|
3352
3352
|
"description": "Convert different bibliographic metadata sources",
|
|
3353
3353
|
"keywords": [
|
|
3354
3354
|
"citation-js",
|
|
@@ -3390,7 +3390,7 @@ module.exports={
|
|
|
3390
3390
|
"node-fetch": "^3.3.2",
|
|
3391
3391
|
"sync-fetch": "^0.6.0"
|
|
3392
3392
|
},
|
|
3393
|
-
"gitHead": "
|
|
3393
|
+
"gitHead": "56213d2f73e09ae8e19f60c51f58de244a6678b7"
|
|
3394
3394
|
}
|
|
3395
3395
|
|
|
3396
3396
|
},{}],44:[function(require,module,exports){
|