@citation-js/plugin-wikidata
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -24,3 +24,4 @@ "use strict"; | ||
const SIMPLIFY_OPTS = { | ||
keepQualifiers: true | ||
keepQualifiers: true, | ||
timeConverter: 'simple-day' | ||
}; | ||
@@ -27,0 +28,0 @@ |
@@ -23,2 +23,3 @@ { | ||
"P698": "PMID", | ||
"P856": "URL", | ||
"P932": "PMCID", | ||
@@ -30,3 +31,4 @@ "P953": "URL", | ||
"P1476": "title", | ||
"P2093": "author" | ||
"P2093": "author", | ||
"P2699": "URL" | ||
}, | ||
@@ -33,0 +35,0 @@ "ignoredProps": { |
{ | ||
"name": "@citation-js/plugin-wikidata", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Plugin for Wikidata for Citation.js", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@citation-js/date": "^0.4.3", | ||
"@citation-js/date": "^0.4.4", | ||
"@citation-js/name": "^0.4.2", | ||
@@ -40,3 +40,3 @@ "wikidata-sdk": "^6.3.0" | ||
"devDependencies": { | ||
"@citation-js/core": "^0.4.1" | ||
"@citation-js/core": "^0.4.2" | ||
}, | ||
@@ -46,3 +46,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "3ecde350a50b75e4672c4563dc6bec09410725b9" | ||
"gitHead": "aa5cf99665e41118ceedfa8174e7cf07ca855ae2" | ||
} |
@@ -16,3 +16,4 @@ /** | ||
const SIMPLIFY_OPTS = { | ||
keepQualifiers: true | ||
keepQualifiers: true, | ||
timeConverter: 'simple-day' | ||
} | ||
@@ -19,0 +20,0 @@ |
@@ -23,2 +23,3 @@ { | ||
"P698": "PMID", | ||
"P856": "URL", | ||
"P932": "PMCID", | ||
@@ -30,3 +31,4 @@ "P953": "URL", | ||
"P1476": "title", | ||
"P2093": "author" | ||
"P2093": "author", | ||
"P2699": "URL" | ||
}, | ||
@@ -33,0 +35,0 @@ "ignoredProps": { |
142731
1417
Updated@citation-js/date@^0.4.4