@comunica/actor-rdf-parse-shaclc
Advanced tools
Comparing version 2.6.11-alpha.42.0 to 2.7.0
@@ -28,3 +28,5 @@ "use strict"; | ||
async runHandle(action, mediaType, context) { | ||
const prefixIterator = new PrefixWrappingIterator_1.PrefixWrappingIterator(streamToString(action.data).then(str => (0, shaclc_parse_1.parse)(str, { extendedSyntax: mediaType === 'text/shaclc-ext' }))); | ||
const prefixIterator = new PrefixWrappingIterator_1.PrefixWrappingIterator(streamToString(action.data).then(str => (0, shaclc_parse_1.parse)(str, { | ||
extendedSyntax: mediaType === 'text/shaclc-ext', baseIRI: action.metadata?.baseIRI, | ||
}))); | ||
const readable = new readable_stream_1.Readable({ objectMode: true }); | ||
@@ -31,0 +33,0 @@ prefixIterator.on('prefix', (...args) => readable.emit('prefix', ...args)); |
{ | ||
"name": "@comunica/actor-rdf-parse-shaclc", | ||
"version": "2.6.11-alpha.42.0", | ||
"version": "2.7.0", | ||
"description": "A shaclc rdf-parse actor", | ||
@@ -35,8 +35,8 @@ "lsd:module": true, | ||
"dependencies": { | ||
"@comunica/bus-rdf-parse": "2.6.11-alpha.42.0", | ||
"@comunica/types": "2.6.11-alpha.42.0", | ||
"@comunica/bus-rdf-parse": "^2.7.0", | ||
"@comunica/types": "^2.7.0", | ||
"@rdfjs/types": "*", | ||
"asynciterator": "^3.8.0", | ||
"readable-stream": "^4.2.0", | ||
"shaclc-parse": "^1.3.0", | ||
"shaclc-parse": "^1.4.0", | ||
"stream-to-string": "^1.2.0" | ||
@@ -49,3 +49,3 @@ }, | ||
}, | ||
"gitHead": "8e8fd82eb1370399248b741602d9b1d46fab2d5d" | ||
"gitHead": "3de278d67a7c21c7887a1b0ea908a0ca4c52de91" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
23936
116
0
+ Added@comunica/actor-abstract-mediatyped@2.10.0(transitive)
+ Added@comunica/actor-abstract-parse@2.10.0(transitive)
+ Added@comunica/bus-rdf-parse@2.10.0(transitive)
+ Added@comunica/core@2.10.0(transitive)
+ Added@comunica/types@2.10.0(transitive)
- Removed@comunica/actor-abstract-mediatyped@2.6.11-alpha.42.0(transitive)
- Removed@comunica/actor-abstract-parse@2.6.11-alpha.42.0(transitive)
- Removed@comunica/bus-rdf-parse@2.6.11-alpha.42.0(transitive)
- Removed@comunica/core@2.6.11-alpha.42.0(transitive)
- Removed@comunica/types@2.6.11-alpha.42.0(transitive)
Updated@comunica/types@^2.7.0
Updatedshaclc-parse@^1.4.0