wikibase-sdk
Advanced tools
Comparing version 7.0.5 to 7.0.6
@@ -5,4 +5,4 @@ const isBrowser = typeof location !== 'undefined' && typeof document !== 'undefined' | ||
module.exports = instance => { | ||
instance = instance.replace(/\/$/, '') | ||
const instanceApiEndpoint = `${instance}/w/api.php` | ||
.replace('//', '/') | ||
.replace('/w/api.php/w/api.php', '/w/api.php') | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "wikibase-sdk", | ||
"version": "7.0.5", | ||
"version": "7.0.6", | ||
"description": "A javascript tool-suite to query wikibase 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
70456