@rmlio/rmlmapper-java-wrapper
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -8,2 +8,7 @@ # Changelog | ||
## [0.0.4] - 2019-05-20 | ||
### Added | ||
- Script to download latest RMLMapper jar. | ||
## [0.0.3] - 2019-05-16 | ||
@@ -20,3 +25,4 @@ | ||
[0.0.4]: https://github.com/RMLio/yarrrml-parser/compare/v0.0.3...v0.0.4 | ||
[0.0.3]: https://github.com/RMLio/yarrrml-parser/compare/v0.0.2...v0.0.3 | ||
[0.0.2]: https://github.com/RMLio/yarrrml-parser/compare/v0.0.1...v0.0.2 |
{ | ||
"name": "@rmlio/rmlmapper-java-wrapper", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A JavaScript wrapper around the Java RMLMapper.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha **/*.test.js" | ||
"test": "mocha **/*.test.js", | ||
"download:rmlmapper": "node ./lib/download-latest-rmlmapper.js" | ||
}, | ||
@@ -16,2 +17,3 @@ "keywords": [ | ||
"dependencies": { | ||
"follow-redirects": "^1.7.0", | ||
"fs-extra": "^7.0.1", | ||
@@ -18,0 +20,0 @@ "n3": "^1.0.5", |
@@ -7,4 +7,5 @@ # JavaScript wrapper for Java RMLMapper | ||
- Node.js | ||
- Java, used to run the RMLMapper | ||
- [Jar](https://github.com/RMLio/rmlmapper-java/releases) of the RMLMapper | ||
- Java VM | ||
- [Jar](https://github.com/RMLio/rmlmapper-java/releases) of the RMLMapper, | ||
which you can download via `npm run download:rmlmapper`. | ||
@@ -11,0 +12,0 @@ ## Usage |
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
14562
14
270
31
4
3
+ Addedfollow-redirects@^1.7.0
+ Addedfollow-redirects@1.15.9(transitive)