@comunica/bus-dereference
Advanced tools
Comparing version 2.7.0 to 2.8.0
@@ -89,4 +89,4 @@ /// <reference types="node" /> | ||
} | ||
export declare type IActorDereferenceArgs = IActorArgs<IActionDereference, IActorTest, IActorDereferenceOutput>; | ||
export declare type MediatorDereference = Mediate<IActionDereference, IActorDereferenceOutput>; | ||
export type IActorDereferenceArgs = IActorArgs<IActionDereference, IActorTest, IActorDereferenceOutput>; | ||
export type MediatorDereference = Mediate<IActionDereference, IActorDereferenceOutput>; | ||
export {}; |
@@ -62,2 +62,2 @@ import type { MediateMediaTyped, MediateMediaTypes } from '@comunica/actor-abstract-mediatyped'; | ||
} | ||
export declare type IActorDereferenceParseOutput<T, K extends IParseMetadata = IParseMetadata> = Omit<IActorDereferenceOutput, 'data'> & IActorParseOutput<T, K>; | ||
export type IActorDereferenceParseOutput<T, K extends IParseMetadata = IParseMetadata> = Omit<IActorDereferenceOutput, 'data'> & IActorParseOutput<T, K>; |
{ | ||
"name": "@comunica/bus-dereference", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "A bus for dereferencing a path or URL into a (generic) stream.", | ||
@@ -34,7 +34,7 @@ "lsd:module": true, | ||
"dependencies": { | ||
"@comunica/actor-abstract-mediatyped": "^2.7.0", | ||
"@comunica/actor-abstract-parse": "^2.7.0", | ||
"@comunica/context-entries": "^2.7.0", | ||
"@comunica/core": "^2.7.0", | ||
"@comunica/types": "^2.7.0", | ||
"@comunica/actor-abstract-mediatyped": "^2.8.0", | ||
"@comunica/actor-abstract-parse": "^2.8.0", | ||
"@comunica/context-entries": "^2.8.0", | ||
"@comunica/core": "^2.8.0", | ||
"@comunica/types": "^2.8.0", | ||
"readable-stream": "^4.2.0" | ||
@@ -47,3 +47,3 @@ }, | ||
}, | ||
"gitHead": "3de278d67a7c21c7887a1b0ea908a0ca4c52de91" | ||
"gitHead": "2459c84cb0ddc959436d8742f1f7b2805ce09825" | ||
} |
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
71777