wikibase-sdk
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -5,3 +5,3 @@ const toDateObject = require('./wikibase_time_to_date_object') | ||
helpers.isNumericId = id => /^[1-9][0-9]*$/.test(id) | ||
helpers.isEntityId = id => /^((Q|P|L)[1-9][0-9]*|L[1-9][0-9]*-(F|S)[1-9][0-9]*)$/.test(id) | ||
helpers.isEntityId = id => /^((Q|P|L|M)[1-9][0-9]*|L[1-9][0-9]*-(F|S)[1-9][0-9]*)$/.test(id) | ||
helpers.isEntitySchemaId = id => /^E[1-9][0-9]*$/.test(id) | ||
@@ -8,0 +8,0 @@ helpers.isItemId = id => /^Q[1-9][0-9]*$/.test(id) |
{ | ||
"name": "wikibase-sdk", | ||
"version": "8.0.0", | ||
"version": "8.0.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
62543