@comunica/bus-dereference
Advanced tools
Comparing version 2.4.0 to 2.4.2
import type { MediateMediaTyped, MediateMediaTypes } from '@comunica/actor-abstract-mediatyped'; | ||
import type { IActionParse, IActorParseOutput, IParseMetadata } from '@comunica/actor-abstract-parse'; | ||
import type { IActorArgs, IActorTest } from '@comunica/core'; | ||
import { type Readable } from 'readable-stream'; | ||
import type { Readable } from 'readable-stream'; | ||
import type { IActionDereference, IActorDereferenceOutput, MediatorDereference } from './ActorDereference'; | ||
@@ -48,3 +48,3 @@ import { ActorDereferenceBase } from './ActorDereferenceBase'; | ||
*/ | ||
protected handleDereferenceStreamErrors<L, T extends Readable>(action: IActionDereferenceParse<L>, data: T): T; | ||
protected handleDereferenceStreamErrors<L extends IParseMetadata, T extends Readable>(action: IActionDereferenceParse<L>, data: T): T; | ||
abstract getMetadata(dereference: IActorDereferenceOutput): Promise<K | undefined>; | ||
@@ -51,0 +51,0 @@ run(action: IActionDereferenceParse<K>): Promise<IActorDereferenceParseOutput<S, M>>; |
{ | ||
"name": "@comunica/bus-dereference", | ||
"version": "2.4.0", | ||
"version": "2.4.2", | ||
"description": "A bus for dereferencing a path or URL into a (generic) stream.", | ||
@@ -45,3 +45,3 @@ "lsd:module": true, | ||
}, | ||
"gitHead": "cb5a1560c9ab9ebaf3335888a1411a7e1654de1e" | ||
"gitHead": "ead42818468757f23a7837969e14b83cf19c4438" | ||
} |
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
57379