@comunica/actor-rdf-parse-shaclc
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -5,5 +5,5 @@ "use strict"; | ||
const bus_rdf_parse_1 = require("@comunica/bus-rdf-parse"); | ||
const stream_to_string_1 = require("@jeswr/stream-to-string"); | ||
const readable_stream_1 = require("readable-stream"); | ||
const shaclc_parse_1 = require("shaclc-parse"); | ||
const streamToString = require("stream-to-string"); | ||
const PrefixWrappingIterator_1 = require("./PrefixWrappingIterator"); | ||
@@ -29,3 +29,3 @@ /** | ||
async runHandle(action, mediaType, _context) { | ||
const prefixIterator = new PrefixWrappingIterator_1.PrefixWrappingIterator(streamToString(action.data).then(str => (0, shaclc_parse_1.parse)(str, { | ||
const prefixIterator = new PrefixWrappingIterator_1.PrefixWrappingIterator((0, stream_to_string_1.stringify)(action.data).then(str => (0, shaclc_parse_1.parse)(str, { | ||
extendedSyntax: mediaType === 'text/shaclc-ext', | ||
@@ -32,0 +32,0 @@ baseIRI: action.metadata?.baseIRI, |
{ | ||
"name": "@comunica/actor-rdf-parse-shaclc", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "A shaclc rdf-parse actor", | ||
@@ -40,11 +40,11 @@ "lsd:module": true, | ||
"dependencies": { | ||
"@comunica/bus-rdf-parse": "^3.2.0", | ||
"@comunica/types": "^3.2.0", | ||
"@comunica/bus-rdf-parse": "^3.2.1", | ||
"@comunica/types": "^3.2.1", | ||
"@jeswr/stream-to-string": "^2.0.0", | ||
"@rdfjs/types": "*", | ||
"asynciterator": "^3.9.0", | ||
"readable-stream": "^4.4.2", | ||
"shaclc-parse": "^1.4.0", | ||
"stream-to-string": "^1.2.0" | ||
"shaclc-parse": "^1.4.0" | ||
}, | ||
"gitHead": "87baf2afed021a254859e64b92f34d9b51c6a7db" | ||
"gitHead": "f558377c3cefbd1606c51ede80440b862e7dda4f" | ||
} |
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
24061
+ Added@jeswr/stream-to-string@2.0.0(transitive)
+ Addedevent-emitter-promisify@1.1.0(transitive)
- Removedstream-to-string@^1.2.0
- Removedpromise-polyfill@1.1.6(transitive)
- Removedstream-to-string@1.2.1(transitive)
Updated@comunica/types@^3.2.1