@comunica/bus-rdf-parse
Advanced tools
Comparing version 3.3.0 to 4.0.1-alpha.48.0
import type { IActorArgsMediaTypedFixed } from '@comunica/actor-abstract-mediatyped'; | ||
import { ActorAbstractMediaTypedFixed } from '@comunica/actor-abstract-mediatyped'; | ||
import type { IActorTest } from '@comunica/core'; | ||
import type { IActorTest, TestResult } from '@comunica/core'; | ||
import type { IActionRdfParse, IActorRdfParseOutput } from './ActorRdfParse'; | ||
@@ -18,7 +18,9 @@ /** | ||
* TODO: rm this (and eslint-disable) once we remove the abstract media typed actor | ||
* @param args - @defaultNested {<cbrp:components/ActorRdfParse.jsonld#ActorRdfParse_default_bus> a <cc:components/Bus.jsonld#Bus>} bus | ||
* @param args - | ||
* \ @defaultNested {<cbrp:components/ActorRdfParse.jsonld#ActorRdfParse_default_bus> a <cc:components/Bus.jsonld#Bus>} bus | ||
* \ @defaultNested {RDF parsing failed: none of the configured parsers were able to handle the media type ${action.handle.mediaType} for ${action.handle.url}} busFailMessage | ||
*/ | ||
constructor(args: IActorRdfParseFixedMediaTypesArgs); | ||
testHandleChecked(_action: IActionRdfParse): Promise<boolean>; | ||
testHandleChecked(_action: IActionRdfParse): Promise<TestResult<boolean>>; | ||
} | ||
export type IActorRdfParseFixedMediaTypesArgs = IActorArgsMediaTypedFixed<IActionRdfParse, IActorTest, IActorRdfParseOutput>; |
@@ -5,2 +5,3 @@ "use strict"; | ||
const actor_abstract_mediatyped_1 = require("@comunica/actor-abstract-mediatyped"); | ||
const core_1 = require("@comunica/core"); | ||
/** | ||
@@ -20,3 +21,5 @@ * A base actor for listening to RDF parse events that has fixed media types. | ||
* TODO: rm this (and eslint-disable) once we remove the abstract media typed actor | ||
* @param args - @defaultNested {<cbrp:components/ActorRdfParse.jsonld#ActorRdfParse_default_bus> a <cc:components/Bus.jsonld#Bus>} bus | ||
* @param args - | ||
* \ @defaultNested {<cbrp:components/ActorRdfParse.jsonld#ActorRdfParse_default_bus> a <cc:components/Bus.jsonld#Bus>} bus | ||
* \ @defaultNested {RDF parsing failed: none of the configured parsers were able to handle the media type ${action.handle.mediaType} for ${action.handle.url}} busFailMessage | ||
*/ | ||
@@ -28,3 +31,3 @@ constructor(args) { | ||
async testHandleChecked(_action) { | ||
return true; | ||
return (0, core_1.passTestVoid)(); | ||
} | ||
@@ -31,0 +34,0 @@ } |
{ | ||
"name": "@comunica/bus-rdf-parse", | ||
"version": "3.3.0", | ||
"version": "4.0.1-alpha.48.0", | ||
"description": "A comunica bus for 'init' events.", | ||
"lsd:module": true, | ||
"license": "MIT", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/comunica-association" | ||
}, | ||
"homepage": "https://comunica.dev/", | ||
@@ -39,8 +43,8 @@ "repository": { | ||
"dependencies": { | ||
"@comunica/actor-abstract-mediatyped": "^3.3.0", | ||
"@comunica/actor-abstract-parse": "^3.3.0", | ||
"@comunica/core": "^3.3.0", | ||
"@comunica/actor-abstract-mediatyped": "4.0.1-alpha.48.0", | ||
"@comunica/actor-abstract-parse": "4.0.1-alpha.48.0", | ||
"@comunica/core": "4.0.1-alpha.48.0", | ||
"@rdfjs/types": "*" | ||
}, | ||
"gitHead": "02bde397d206f1f5a523643a6a604c89e792e2f9" | ||
"gitHead": "4cc37905eab2c94a2e1d9cee0f51c53604f07da1" | ||
} |
@@ -20,3 +20,3 @@ # Comunica Bus RDF Parse | ||
* **Context**: `"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-rdf-parse/^3.0.0/components/context.jsonld"` | ||
* **Context**: `"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-rdf-parse/^4.0.0/components/context.jsonld"` | ||
* **Bus name**: `ActorRdfParse:_default_bus` | ||
@@ -23,0 +23,0 @@ |
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
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
43315
159
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/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/core@3.3.0(transitive)
- Removed@comunica/types@3.3.0(transitive)