wikibase-sdk
Advanced tools
Comparing version 9.0.2 to 9.0.3
@@ -29,3 +29,3 @@ import type { Claim, Claims, PropertyClaims, PropertyQualifiers, PropertySnaks, Qualifier, Qualifiers, References, Snak, Snaks } from './claim.js'; | ||
getEntities(options: GetEntitiesOptions): Url; | ||
getManyEntities(options: GetManyEntitiesOptions): Url; | ||
getManyEntities(options: GetManyEntitiesOptions): Url[]; | ||
getRevisions(options: GetRevisionsOptions): Url; | ||
@@ -32,0 +32,0 @@ getEntityRevision(options: GetEntityRevisionOptions): Url; |
{ | ||
"name": "wikibase-sdk", | ||
"version": "9.0.2", | ||
"version": "9.0.3", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "utils functions to query a Wikibase instance and simplify its results", |
@@ -50,4 +50,3 @@ # wikibase-sdk | ||
## Dependencies | ||
* A somewhat modern JS runtime: NodeJS `>= v12.0.0` or not too outdated web browsers (see [`Object.fromEntries` browser compatibility table](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/fromEntries)) | ||
NodeJS `>= v12.0.0` or not too outdated web browsers (see [`Object.fromEntries` browser compatibility table](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/fromEntries)) | ||
For older JS runtimes, you can use [ES5 bundles from `wikibase-sdk <= v8`](https://github.com/maxlath/wikibase-sdk/tree/v8.1.1#download-pre-bundled-files). | ||
@@ -54,0 +53,0 @@ |
@@ -32,3 +32,3 @@ import type { Claim, Claims, PropertyClaims, PropertyQualifiers, PropertySnaks, Qualifier, Qualifiers, References, Snak, Snaks } from './claim.js' | ||
getEntities (options: GetEntitiesOptions): Url; | ||
getManyEntities (options: GetManyEntitiesOptions): Url; | ||
getManyEntities (options: GetManyEntitiesOptions): Url[]; | ||
getRevisions (options: GetRevisionsOptions): Url; | ||
@@ -35,0 +35,0 @@ getEntityRevision (options: GetEntityRevisionOptions): Url; |
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
214138
164