@citation-js/plugin-bibjson
Advanced tools
Comparing version
@@ -62,2 +62,4 @@ import { parse as parseDate } from '@citation-js/date'; | ||
inproceedings: 'paper-conference', | ||
manual: 'report', | ||
misc: 'document', | ||
online: 'website', | ||
@@ -67,5 +69,3 @@ patent: 'patent', | ||
techreport: 'report', | ||
unpublished: 'manuscript', | ||
manual: undefined, | ||
misc: undefined | ||
unpublished: 'manuscript' | ||
}; | ||
@@ -81,3 +81,3 @@ | ||
const output = { | ||
type: typeMap[input.type] || 'book' | ||
type: typeMap[input.type] || 'document' | ||
}; | ||
@@ -84,0 +84,0 @@ |
@@ -70,2 +70,4 @@ "use strict"; | ||
inproceedings: 'paper-conference', | ||
manual: 'report', | ||
misc: 'document', | ||
online: 'website', | ||
@@ -75,5 +77,3 @@ patent: 'patent', | ||
techreport: 'report', | ||
unpublished: 'manuscript', | ||
manual: undefined, | ||
misc: undefined | ||
unpublished: 'manuscript' | ||
}; | ||
@@ -89,3 +89,3 @@ | ||
const output = { | ||
type: typeMap[input.type] || 'book' | ||
type: typeMap[input.type] || 'document' | ||
}; | ||
@@ -92,0 +92,0 @@ |
The MIT License (MIT) | ||
Copyright (c) 2015-2021 Lars Willighagen | ||
Copyright (c) 2015-2022 Lars Willighagen | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "@citation-js/plugin-bibjson", | ||
"version": "0.5.7", | ||
"version": "0.6.0", | ||
"description": "Plugin for BibJSON formats for Citation.js", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=14.0.0" | ||
}, | ||
@@ -38,8 +38,8 @@ "files": [ | ||
"devDependencies": { | ||
"@citation-js/core": "^0.5.7" | ||
"@citation-js/core": "^0.6.0" | ||
}, | ||
"peerDependencies": { | ||
"@citation-js/core": "^0.5.0-alpha.0" | ||
"@citation-js/core": "^0.6.0" | ||
}, | ||
"gitHead": "e253e74b1bb444a2b29fd14a4fd818617b7c55b3" | ||
"gitHead": "204c12950afb9ab99bc2f2b8cc18643e53adbd47" | ||
} |
@@ -7,3 +7,3 @@ # @citation-js/plugin-bibjson | ||
 | ||
 | ||
 | ||
--- | ||
@@ -35,2 +35,2 @@ | ||
* records, which are parsed | ||
* records of the [quickscrape](https://github.com/ContentMine/quickscrape) variant, which are parsed | ||
* records of the [quickscrape](https://github.com/ContentMine/quickscrape) variant, which are parsed |
15059
-0.06%