wikibase-sdk
Advanced tools
Comparing version 7.9.0 to 7.9.1
@@ -105,2 +105,4 @@ const { wikibaseTimeToISOString, wikibaseTimeToEpochTime, wikibaseTimeToSimpleDay } = require('./helpers') | ||
datatype = datatype || datavalue.type | ||
// Known case requiring this: legacy "muscial notation" datatype | ||
datatype = datatype.replace(' ', '-') | ||
@@ -107,0 +109,0 @@ try { |
{ | ||
"name": "wikibase-sdk", | ||
"version": "7.9.0", | ||
"version": "7.9.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
72831
1140