@comunica/bus-rdf-metadata-extract
Advanced tools
Comparing version 3.2.4-alpha.47.0 to 3.3.0
@@ -15,9 +15,7 @@ import type { IAction, IActorArgs, IActorOutput, IActorTest, Mediate } from '@comunica/core'; | ||
*/ | ||
export declare abstract class ActorRdfMetadataExtract<TS = undefined> extends Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, TS> { | ||
export declare abstract class ActorRdfMetadataExtract extends Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput> { | ||
/** | ||
* @param args - | ||
* \ @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus | ||
* \ @defaultNested {Metadata extraction failed: none of the configured actors were able to extract metadata from ${action.url}} busFailMessage | ||
* @param args - @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus | ||
*/ | ||
constructor(args: IActorRdfMetadataExtractArgs<TS>); | ||
constructor(args: IActorRdfMetadataExtractArgs); | ||
} | ||
@@ -49,3 +47,3 @@ export interface IActionRdfMetadataExtract extends IAction { | ||
} | ||
export type IActorRdfMetadataExtractArgs<TS = undefined> = IActorArgs<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, TS>; | ||
export type IActorRdfMetadataExtractArgs = IActorArgs<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput>; | ||
export type MediatorRdfMetadataExtract = Mediate<IActionRdfMetadataExtract, IActorRdfMetadataExtractOutput>; |
@@ -17,9 +17,5 @@ "use strict"; | ||
class ActorRdfMetadataExtract extends core_1.Actor { | ||
/* eslint-disable max-len */ | ||
/** | ||
* @param args - | ||
* \ @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus | ||
* \ @defaultNested {Metadata extraction failed: none of the configured actors were able to extract metadata from ${action.url}} busFailMessage | ||
* @param args - @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus | ||
*/ | ||
/* eslint-enable max-len */ | ||
constructor(args) { | ||
@@ -26,0 +22,0 @@ super(args); |
{ | ||
"name": "@comunica/bus-rdf-metadata-extract", | ||
"version": "3.2.4-alpha.47.0", | ||
"version": "3.3.0", | ||
"description": "A comunica bus for rdf-metadata-extract events.", | ||
"lsd:module": true, | ||
"license": "MIT", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/comunica-association" | ||
}, | ||
"homepage": "https://comunica.dev/", | ||
@@ -43,6 +39,6 @@ "repository": { | ||
"dependencies": { | ||
"@comunica/core": "3.2.4-alpha.47.0", | ||
"@comunica/core": "^3.3.0", | ||
"@rdfjs/types": "*" | ||
}, | ||
"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
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
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
19097
89
+ Added@comunica/core@3.3.0(transitive)
+ Added@comunica/types@3.3.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