@comunica/actor-rdf-parse-html-script
Advanced tools
Comparing version 3.3.0 to 4.0.1-alpha.48.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 } from '@comunica/core'; | ||
import type { IActorTest, TestResult } 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<IActorTest>; | ||
test(_action: IActionRdfParseHtml): Promise<TestResult<IActorTest>>; | ||
run(action: IActionRdfParseHtml): Promise<IActorRdfParseHtmlOutput>; | ||
@@ -18,0 +18,0 @@ } |
@@ -5,2 +5,3 @@ "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"); | ||
@@ -18,3 +19,3 @@ /** | ||
async test(_action) { | ||
return true; | ||
return (0, core_1.passTestVoid)(); | ||
} | ||
@@ -21,0 +22,0 @@ async run(action) { |
{ | ||
"name": "@comunica/actor-rdf-parse-html-script", | ||
"version": "3.3.0", | ||
"version": "4.0.1-alpha.48.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/", | ||
@@ -40,12 +44,12 @@ "repository": { | ||
"dependencies": { | ||
"@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", | ||
"@comunica/bus-rdf-parse": "4.0.1-alpha.48.0", | ||
"@comunica/bus-rdf-parse-html": "4.0.1-alpha.48.0", | ||
"@comunica/context-entries": "4.0.1-alpha.48.0", | ||
"@comunica/core": "4.0.1-alpha.48.0", | ||
"@comunica/types": "4.0.1-alpha.48.0", | ||
"@rdfjs/types": "*", | ||
"readable-stream": "^4.4.2", | ||
"readable-stream": "^4.5.2", | ||
"relative-to-absolute-iri": "^1.0.7" | ||
}, | ||
"gitHead": "02bde397d206f1f5a523643a6a604c89e792e2f9" | ||
"gitHead": "4cc37905eab2c94a2e1d9cee0f51c53604f07da1" | ||
} |
@@ -26,3 +26,3 @@ # Comunica Html Script RDF Parse Actor | ||
... | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-html-script/^3.0.0/components/context.jsonld" | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-html-script/^4.0.0/components/context.jsonld" | ||
], | ||
@@ -29,0 +29,0 @@ "actors": [ |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
46848
281
1
+ Added@comunica/actor-abstract-mediatyped@4.0.1-alpha.48.0(transitive)
+ Added@comunica/actor-abstract-parse@4.0.1-alpha.48.0(transitive)
+ Added@comunica/bus-rdf-parse@4.0.1-alpha.48.0(transitive)
+ Added@comunica/bus-rdf-parse-html@4.0.1-alpha.48.0(transitive)
+ Added@comunica/context-entries@4.0.1-alpha.48.0(transitive)
+ Added@comunica/core@4.0.1-alpha.48.0(transitive)
+ Added@comunica/types@4.0.1-alpha.48.0(transitive)
+ Addedlru-cache@10.4.3(transitive)
- Removed@comunica/actor-abstract-mediatyped@3.3.0(transitive)
- Removed@comunica/actor-abstract-parse@3.3.0(transitive)
- Removed@comunica/bus-rdf-parse@3.3.0(transitive)
- Removed@comunica/bus-rdf-parse-html@3.3.0(transitive)
- Removed@comunica/context-entries@3.3.0(transitive)
- Removed@comunica/core@3.3.0(transitive)
- Removed@comunica/types@3.3.0(transitive)
Updatedreadable-stream@^4.5.2