@comunica/bus-rdf-resolve-hypermedia-links
Advanced tools
Comparing version 1.19.2 to 1.20.0
@@ -50,2 +50,8 @@ import type { IAction, IActorArgs, IActorOutput, IActorTest, ActionContext } from '@comunica/core'; | ||
context?: ActionContext; | ||
/** | ||
* An optional link-specific metadata object. | ||
* This may be used to keep track of data that is relevant to links, | ||
* which could be used across actors. | ||
*/ | ||
metadata?: Record<string, any>; | ||
} |
{ | ||
"name": "@comunica/bus-rdf-resolve-hypermedia-links", | ||
"version": "1.19.2", | ||
"version": "1.20.0", | ||
"description": "A comunica bus for rdf-resolve-hypermedia-links events.", | ||
@@ -37,3 +37,3 @@ "lsd:module": true, | ||
"devDependencies": { | ||
"@comunica/core": "^1.19.2" | ||
"@comunica/core": "^1.20.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "scripts": { | ||
}, | ||
"gitHead": "73525f72e616c1f8ee244ea5c64e10e4a6032cf5" | ||
"gitHead": "e939e0abd92972407bd8dc04d8073720efdfe2f1" | ||
} |
@@ -25,3 +25,3 @@ # Comunica Bus RDF Resolve Hypermedia Links | ||
Actors extending [`ActorRdfresolveHypermediaLinks`](https://comunica.github.io/comunica/classes/bus_rdf_resolve_hypermedia_links.actorrdfresolvehypermedialinks-1.html) are automatically subscribed to this bus. | ||
Actors extending [`ActorRdfresolveHypermediaLinks`](https://comunica.github.io/comunica/classes/bus_rdf_resolve_hypermedia_links.actorrdfresolvehypermedialinks.html) are automatically subscribed to this bus. | ||
9390
91