fetch-sparql-endpoint
Advanced tools
Comparing version 2.0.0 to 2.0.1
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
<a name="v2.0.1"></a> | ||
## [v2.0.1](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v2.0.0...v2.0.1) - 2021-05-04 | ||
### Fixed | ||
* [Add missing typings dependencies](https://github.com/rubensworks/fetch-sparql-endpoint.js/commit/38ea588f54ce464a5d646b9956e59d7b2f6199cc) | ||
<a name="v2.0.0"></a> | ||
@@ -5,0 +11,0 @@ ## [v2.0.0](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v1.9.0...v2.0.0) - 2021-05-03 |
{ | ||
"name": "fetch-sparql-endpoint", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A simple, lightweight module to send queries to SPARQL endpoints and retrieve their results in a streaming fashion.", | ||
@@ -39,2 +39,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/rdf-js": "*", | ||
"@types/sparqljs": "^3.0.1", | ||
"is-stream": "^2.0.0", | ||
@@ -55,3 +57,2 @@ "cross-fetch": "^3.0.6", | ||
"@types/n3": "^1.4.4", | ||
"@types/sparqljs": "^3.0.1", | ||
"arrayify-stream": "^1.0.0", | ||
@@ -58,0 +59,0 @@ "coveralls": "^3.0.0", |
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
31933
15
12
+ Added@types/rdf-js@*
+ Added@types/sparqljs@^3.0.1
+ Added@types/rdf-js@4.0.2(transitive)
+ Added@types/sparqljs@3.1.12(transitive)
+ Addedrdf-js@4.0.2(transitive)