2.2.4 • Published 6 months ago
@incremunica/actor-determine-changes-naive v2.2.4
Incremunica Naive Determine Changes Actor
An incremunica Naive Determine Changes Actor.
Install
$ yarn add @incremunica/actor-determine-changes-naiveConfigure
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@incremunica/actor-determine-changes-naive/^2.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:determine-changes/actors#naive",
"@type": "ActorDetermineChangesNaive"
}
]
}