@comunica/actor-rdf-parse-html-script
Advanced tools
Comparing version 3.2.4-alpha.47.0 to 3.3.0
import type { MediatorRdfParseHandle, MediatorRdfParseMediaTypes } from '@comunica/bus-rdf-parse'; | ||
import type { IActionRdfParseHtml, IActorRdfParseHtmlOutput, IActorRdfParseHtmlArgs } from '@comunica/bus-rdf-parse-html'; | ||
import { ActorRdfParseHtml } from '@comunica/bus-rdf-parse-html'; | ||
import type { IActorTest, TestResult } from '@comunica/core'; | ||
import type { IActorTest } from '@comunica/core'; | ||
/** | ||
@@ -15,3 +15,3 @@ * A HTML script RDF Parse actor that listens on the 'rdf-parse' bus. | ||
constructor(args: IActorRdfParseHtmlScriptArgs); | ||
test(_action: IActionRdfParseHtml): Promise<TestResult<IActorTest>>; | ||
test(_action: IActionRdfParseHtml): Promise<IActorTest>; | ||
run(action: IActionRdfParseHtml): Promise<IActorRdfParseHtmlOutput>; | ||
@@ -18,0 +18,0 @@ } |
@@ -5,3 +5,2 @@ "use strict"; | ||
const bus_rdf_parse_html_1 = require("@comunica/bus-rdf-parse-html"); | ||
const core_1 = require("@comunica/core"); | ||
const HtmlScriptListener_1 = require("./HtmlScriptListener"); | ||
@@ -19,3 +18,3 @@ /** | ||
async test(_action) { | ||
return (0, core_1.passTestVoid)(); | ||
return true; | ||
} | ||
@@ -22,0 +21,0 @@ async run(action) { |
{ | ||
"name": "@comunica/actor-rdf-parse-html-script", | ||
"version": "3.2.4-alpha.47.0", | ||
"version": "3.3.0", | ||
"description": "A html-script rdf-parse actor", | ||
"lsd:module": true, | ||
"license": "MIT", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/comunica-association" | ||
}, | ||
"homepage": "https://comunica.dev/", | ||
@@ -44,12 +40,12 @@ "repository": { | ||
"dependencies": { | ||
"@comunica/bus-rdf-parse": "3.2.4-alpha.47.0", | ||
"@comunica/bus-rdf-parse-html": "3.2.4-alpha.47.0", | ||
"@comunica/context-entries": "3.2.4-alpha.47.0", | ||
"@comunica/core": "3.2.4-alpha.47.0", | ||
"@comunica/types": "3.2.4-alpha.47.0", | ||
"@comunica/bus-rdf-parse": "^3.3.0", | ||
"@comunica/bus-rdf-parse-html": "^3.3.0", | ||
"@comunica/context-entries": "^3.3.0", | ||
"@comunica/core": "^3.3.0", | ||
"@comunica/types": "^3.3.0", | ||
"@rdfjs/types": "*", | ||
"readable-stream": "^4.5.2", | ||
"readable-stream": "^4.4.2", | ||
"relative-to-absolute-iri": "^1.0.7" | ||
}, | ||
"gitHead": "85bd4c5cf07dfc293ebbc3a1416b70e2db8bfc48" | ||
"gitHead": "02bde397d206f1f5a523643a6a604c89e792e2f9" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
44277
280
+ Added@comunica/actor-abstract-mediatyped@3.3.0(transitive)
+ Added@comunica/actor-abstract-parse@3.3.0(transitive)
+ Added@comunica/bus-rdf-parse@3.3.0(transitive)
+ Added@comunica/bus-rdf-parse-html@3.3.0(transitive)
+ Added@comunica/context-entries@3.3.0(transitive)
+ Added@comunica/core@3.3.0(transitive)
+ Added@comunica/types@3.3.0(transitive)
- Removed@comunica/actor-abstract-mediatyped@3.2.4-alpha.47.0(transitive)
- Removed@comunica/actor-abstract-parse@3.2.4-alpha.47.0(transitive)
- Removed@comunica/bus-rdf-parse@3.2.4-alpha.47.0(transitive)
- Removed@comunica/bus-rdf-parse-html@3.2.4-alpha.47.0(transitive)
- Removed@comunica/context-entries@3.2.4-alpha.47.0(transitive)
- Removed@comunica/core@3.2.4-alpha.47.0(transitive)
- Removed@comunica/types@3.2.4-alpha.47.0(transitive)
- Removedlru-cache@10.4.3(transitive)
Updated@comunica/core@^3.3.0
Updated@comunica/types@^3.3.0
Updatedreadable-stream@^4.4.2