wikibase-sdk
Advanced tools
Comparing version 7.3.0 to 7.3.1
@@ -80,17 +80,18 @@ const { wikibaseTimeToISOString, wikibaseTimeToEpochTime, wikibaseTimeToSimpleDay } = require('./helpers') | ||
const parsers = { | ||
string: simple, | ||
commonsMedia: simple, | ||
url: simple, | ||
'external-id': simple, | ||
'geo-shape': simple, | ||
'globe-coordinate': coordinate, | ||
math: simple, | ||
monolingualtext, | ||
'musical-notation': simple, | ||
quantity, | ||
string: simple, | ||
'tabular-data': simple, | ||
time, | ||
url: simple, | ||
'wikibase-form': entity, | ||
'wikibase-item': entity, | ||
'wikibase-lexeme': entity, | ||
'wikibase-property': entity, | ||
time, | ||
quantity, | ||
'globe-coordinate': coordinate, | ||
'geo-shape': simple, | ||
'tabular-data': simple, | ||
'musical-notation': simple | ||
'wikibase-property': entity | ||
} | ||
@@ -97,0 +98,0 @@ |
{ | ||
"name": "wikibase-sdk", | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "utils functions to query a Wikibase instance and simplify its results", | ||
@@ -5,0 +5,0 @@ "main": "lib/wikibase-sdk.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66137
1055