@citation-js/plugin-wikidata
Advanced tools
Comparing version 0.4.5 to 0.4.6
@@ -95,3 +95,3 @@ import { plugins } from '@citation-js/core'; | ||
'@wikidata/type': { | ||
parse: prop.parsePropType | ||
parse: prop.parseType | ||
} | ||
@@ -98,0 +98,0 @@ }; |
@@ -118,3 +118,3 @@ "use strict"; | ||
'@wikidata/type': { | ||
parse: prop.parsePropType | ||
parse: prop.parseType | ||
} | ||
@@ -121,0 +121,0 @@ }; |
{ | ||
"name": "@citation-js/plugin-wikidata", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "Plugin for Wikidata for Citation.js", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@citation-js/core": "^0.4.5" | ||
"@citation-js/core": "^0.4.6" | ||
}, | ||
@@ -45,3 +45,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "9c4276643b0f56b6e15b2047841e0a524b02f419" | ||
"gitHead": "01169a9cc9c05bd81b8ca442f2cc6c862419368c" | ||
} |
160349