@comunica/bus-dereference 2.7.0 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -86,6 +86,6 @@ export interface IActorDereferenceOutput extends IActorOutput {
86
86
  */
87
87
  mediaType?: string;
88
88
  }
89
- export declare type IActorDereferenceArgs = IActorArgs<IActionDereference, IActorTest, IActorDereferenceOutput>;
90
- export declare type MediatorDereference = Mediate<IActionDereference, IActorDereferenceOutput>;
89
+ export type IActorDereferenceArgs = IActorArgs<IActionDereference, IActorTest, IActorDereferenceOutput>;
90
+ export type MediatorDereference = Mediate<IActionDereference, IActorDereferenceOutput>;
91
91
  export {};
@@ -59,4 +59,4 @@ export interface IActionDereferenceParse<T extends IParseMetadata = IParseMetada
59
59
  */
60
60
  metadata?: T;
61
61
  }
62
- export declare type IActorDereferenceParseOutput<T, K extends IParseMetadata = IParseMetadata> = Omit<IActorDereferenceOutput, 'data'> & IActorParseOutput<T, K>;
62
+ export type IActorDereferenceParseOutput<T, K extends IParseMetadata = IParseMetadata> = Omit<IActorDereferenceOutput, 'data'> & IActorParseOutput<T, K>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comunica/bus-dereference",
3
- "version": "2.7.0",
3
+ "version": "2.8.0",
4
4
  "description": "A bus for dereferencing a path or URL into a (generic) stream.",
5
5
  "lsd:module": true,
6
6
  "main": "lib/index.js",
@@ -31,11 +31,11 @@
31
31
  "lib/**/*.js.map"
32
32
  ],
33
33
  "dependencies": {
34
- "@comunica/actor-abstract-mediatyped": "^2.7.0",
35
- "@comunica/actor-abstract-parse": "^2.7.0",
36
- "@comunica/context-entries": "^2.7.0",
37
- "@comunica/core": "^2.7.0",
38
- "@comunica/types": "^2.7.0",
34
+ "@comunica/actor-abstract-mediatyped": "^2.8.0",
35
+ "@comunica/actor-abstract-parse": "^2.8.0",
36
+ "@comunica/context-entries": "^2.8.0",
37
+ "@comunica/core": "^2.8.0",
38
+ "@comunica/types": "^2.8.0",
39
39
  "readable-stream": "^4.2.0"
40
40
  },
41
41
  "scripts": {
@@ -43,5 +43,5 @@
43
43
  "build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
44
44
  "build:components": "componentsjs-generator"
45
45
  },
46
- "gitHead": "3de278d67a7c21c7887a1b0ea908a0ca4c52de91"
46
+ "gitHead": "2459c84cb0ddc959436d8742f1f7b2805ce09825"
47
47
  }