Comparing version 1.8.0 to 1.8.1
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
<a name="v1.8.1"></a> | ||
## [v1.8.1](https://github.com/rubensworks/rdf-parse.js/compare/v1.8.0...v1.8.1) - 2021-06-14 | ||
### Changed | ||
* [Bump Comunica to 1.21.2](https://github.com/rubensworks/rdf-parse.js/commit/1685a074835a8b336cc3d79b0cf6446528bcc848) | ||
<a name="v1.8.0"></a> | ||
@@ -5,0 +11,0 @@ ## [v1.8.0](https://github.com/rubensworks/rdf-parse.js/compare/v1.7.0...v1.8.0) - 2021-04-27 |
@@ -118,3 +118,3 @@ const https___linkedsoftwaredependencies_org_bundles_npm__comunica_bus_rdf_parse_Bus_RdfParse = new (require('@comunica/core').Bus)({ | ||
}); | ||
const urn_comunica_my = new (require('./lib/RdfParser').RdfParser)({ | ||
const urn_comunica_my = new (require('./index.js').RdfParser)({ | ||
'mediatorRdfParseMediatypes': https___linkedsoftwaredependencies_org_bundles_npm_rdf_parse__1_0_0_config_config_default_json_mediatorRdfParseMediatypes, | ||
@@ -121,0 +121,0 @@ 'mediatorRdfParseHandle': https___linkedsoftwaredependencies_org_bundles_npm_rdf_parse__1_0_0_config_config_default_json_mediatorRdfParseHandle, |
{ | ||
"name": "rdf-parse", | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"description": "Parses RDF from any serialization", | ||
@@ -43,3 +43,3 @@ "lsd:module": true, | ||
"coveralls": "^3.0.0", | ||
"jest": "^26.0.0", | ||
"jest": "^27.0.1", | ||
"jest-rdf": "^1.6.0", | ||
@@ -51,3 +51,3 @@ "manual-git-changelog": "^1.0.1", | ||
"streamify-string": "^1.0.1", | ||
"ts-jest": "^26.0.0", | ||
"ts-jest": "^27.0.1", | ||
"tslint": "^6.0.0", | ||
@@ -98,3 +98,3 @@ "tslint-eslint-rules": "^5.3.1", | ||
"@comunica/actor-rdf-parse-html-script": "~1.21.1", | ||
"@comunica/actor-rdf-parse-jsonld": "~1.21.1", | ||
"@comunica/actor-rdf-parse-jsonld": "~1.21.2", | ||
"@comunica/actor-rdf-parse-n3": "~1.21.1", | ||
@@ -101,0 +101,0 @@ "@comunica/actor-rdf-parse-rdfxml": "~1.21.1", |
Sorry, the diff of this file is not supported yet
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
38852