@comunica/actor-rdf-parse-rdfxml
Advanced tools
Comparing version 3.0.1-alpha.45.0 to 3.0.1-alpha.46.0
import type { IActionRdfParse, IActorRdfParseFixedMediaTypesArgs, IActorRdfParseOutput } from '@comunica/bus-rdf-parse'; | ||
import { ActorRdfParseFixedMediaTypes } from '@comunica/bus-rdf-parse'; | ||
import type { IActionContext } from '@comunica/types'; | ||
/** | ||
@@ -18,3 +17,3 @@ * A comunica RDF/XML RDF Parse Actor. | ||
constructor(args: IActorRdfParseFixedMediaTypesArgs); | ||
runHandle(action: IActionRdfParse, mediaType: string, context: IActionContext): Promise<IActorRdfParseOutput>; | ||
runHandle(action: IActionRdfParse): Promise<IActorRdfParseOutput>; | ||
} |
@@ -22,3 +22,3 @@ "use strict"; | ||
} | ||
async runHandle(action, mediaType, context) { | ||
async runHandle(action) { | ||
action.data.on('error', error => data.emit('error', error)); | ||
@@ -25,0 +25,0 @@ const data = action.data.pipe(new rdfxml_streaming_parser_1.RdfXmlParser({ baseIRI: action.metadata?.baseIRI })); |
{ | ||
"name": "@comunica/actor-rdf-parse-rdfxml", | ||
"version": "3.0.1-alpha.45.0", | ||
"version": "3.0.1-alpha.46.0", | ||
"description": "A rdfxml rdf-parse actor", | ||
"lsd:module": true, | ||
"main": "lib/index.js", | ||
"typings": "lib/index", | ||
"license": "MIT", | ||
"homepage": "https://comunica.dev/", | ||
"repository": { | ||
@@ -13,6 +13,5 @@ "type": "git", | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
"bugs": { | ||
"url": "https://github.com/comunica/comunica/issues" | ||
}, | ||
"sideEffects": false, | ||
"keywords": [ | ||
@@ -24,7 +23,8 @@ "comunica", | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/comunica/comunica/issues" | ||
"sideEffects": false, | ||
"main": "lib/index.js", | ||
"typings": "lib/index", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"homepage": "https://comunica.dev/", | ||
"files": [ | ||
@@ -36,7 +36,2 @@ "components", | ||
], | ||
"dependencies": { | ||
"@comunica/bus-rdf-parse": "3.0.1-alpha.45.0", | ||
"@comunica/types": "3.0.1-alpha.45.0", | ||
"rdfxml-streaming-parser": "^2.2.3" | ||
}, | ||
"scripts": { | ||
@@ -47,3 +42,7 @@ "build": "npm run build:ts && npm run build:components", | ||
}, | ||
"gitHead": "b5a3900c24e29fa7b3243ab50bc9745d286fbce8" | ||
"dependencies": { | ||
"@comunica/bus-rdf-parse": "3.0.1-alpha.46.0", | ||
"rdfxml-streaming-parser": "^2.2.3" | ||
}, | ||
"gitHead": "c115712ec55d79c83712e7046a387d5e3a177023" | ||
} |
@@ -25,3 +25,3 @@ # Comunica RDF/XML RDF Parse Actor | ||
... | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-rdfxml/^3.0.0/components/context.jsonld" | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-rdfxml/^3.0.0/components/context.jsonld" | ||
], | ||
@@ -28,0 +28,0 @@ "actors": [ |
Sorry, the diff of this file is not supported yet
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
2
19372
67
+ Added@comunica/actor-abstract-mediatyped@3.0.1-alpha.46.0(transitive)
+ Added@comunica/actor-abstract-parse@3.0.1-alpha.46.0(transitive)
+ Added@comunica/bus-rdf-parse@3.0.1-alpha.46.0(transitive)
+ Added@comunica/core@3.0.1-alpha.46.0(transitive)
+ Added@comunica/types@3.0.1-alpha.46.0(transitive)
- Removed@comunica/types@3.0.1-alpha.45.0
- Removed@comunica/actor-abstract-mediatyped@3.0.1-alpha.45.0(transitive)
- Removed@comunica/actor-abstract-parse@3.0.1-alpha.45.0(transitive)
- Removed@comunica/bus-rdf-parse@3.0.1-alpha.45.0(transitive)
- Removed@comunica/core@3.0.1-alpha.45.0(transitive)
- Removed@comunica/types@3.0.1-alpha.45.0(transitive)