sparqljson-parse
Advanced tools
Comparing version 1.5.0 to 1.5.1
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
<a name="v1.5.1"></a> | ||
## [v1.5.1](https://github.com/rubensworks/sparqljson-parse.js/compare/v1.5.0...v1.5.1) - 2019-08-22 | ||
### Fixed | ||
* [Add required typings as dependencies, Closes #11](https://github.com/rubensworks/sparqljson-parse.js/commit/d5d2b1e9c15b6a8269d3595439760058c4433c9a) | ||
<a name="v1.5.0"></a> | ||
@@ -5,0 +11,0 @@ ## [v1.5.0](https://github.com/rubensworks/sparqljson-parse.js/compare/v1.4.0...v1.5.0) - 2018-11-08 |
{ | ||
"name": "sparqljson-parse", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Parses SPARQL JSON query results", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/jest": "^23.3.0", | ||
"@types/jest": "^24.0.1", | ||
"@types/minimist": "^1.2.0", | ||
@@ -39,10 +39,10 @@ "arrayify-stream": "^1.0.0", | ||
"jest": "^23.4.1", | ||
"jest-rdf": "^1.1.0", | ||
"jest-rdf": "^1.3.0", | ||
"manual-git-changelog": "^1.0.0", | ||
"pre-commit": "^1.2.2", | ||
"streamify-string": "^1.0.1", | ||
"ts-jest": "^23.10.2", | ||
"ts-jest": "^24.0.0", | ||
"tslint": "^5.8.0", | ||
"tslint-eslint-rules": "^5.3.1", | ||
"typescript": "^2.7.0" | ||
"typescript": "^3.0.3" | ||
}, | ||
@@ -82,4 +82,6 @@ "jest": { | ||
"@rdfjs/data-model": "^1.1.1", | ||
"@types/node": "^10.12.18", | ||
"@types/rdf-js": "^2.0.2", | ||
"JSONStream": "^1.3.3" | ||
} | ||
} |
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
18157
4
+ Added@types/node@^10.12.18
+ Added@types/rdf-js@^2.0.2
+ Added@types/node@10.17.60(transitive)
+ Added@types/rdf-js@2.0.12(transitive)
- Removed@types/node@22.10.3(transitive)
- Removedundici-types@6.20.0(transitive)