@comunica/actor-rdf-parse-n3
Advanced tools
Comparing version 2.7.0 to 2.8.0
@@ -36,3 +36,4 @@ "use strict"; | ||
baseIRI: action.metadata?.baseIRI, | ||
format: mediaType, | ||
// Enable RDF-star-mode on all formats, except N3, where this is not supported. | ||
format: mediaType.endsWith('n3') ? mediaType : `${mediaType}*`, | ||
})); | ||
@@ -39,0 +40,0 @@ return { |
{ | ||
"name": "@comunica/actor-rdf-parse-n3", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "A N3 RDF Parse actor", | ||
@@ -33,5 +33,5 @@ "lsd:module": true, | ||
"dependencies": { | ||
"@comunica/bus-rdf-parse": "^2.7.0", | ||
"@comunica/types": "^2.7.0", | ||
"n3": "^1.16.3" | ||
"@comunica/bus-rdf-parse": "^2.8.0", | ||
"@comunica/types": "^2.8.0", | ||
"n3": "^1.17.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "scripts": { | ||
}, | ||
"gitHead": "3de278d67a7c21c7887a1b0ea908a0ca4c52de91" | ||
"gitHead": "2459c84cb0ddc959436d8742f1f7b2805ce09825" | ||
} |
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
22249
96
Updated@comunica/types@^2.8.0
Updatedn3@^1.17.0