@comunica/bus-init
Advanced tools
Comparing version 1.15.0 to 1.17.0
@@ -10,3 +10,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
/// <reference types="node" /> | ||
import { Readable } from 'stream'; | ||
import { Actor, IAction, IActorOutput, IActorTest, IActorArgs } from '@comunica/core'; | ||
import type { Readable } from 'stream'; | ||
import type { IAction, IActorOutput, IActorTest, IActorArgs } from '@comunica/core'; | ||
import { Actor } from '@comunica/core'; | ||
/** | ||
@@ -5,0 +6,0 @@ * A base actor for listening to init events. |
{ | ||
"name": "@comunica/bus-init", | ||
"version": "1.15.0", | ||
"version": "1.17.0", | ||
"description": "A comunica bus for 'init' events.", | ||
@@ -15,3 +15,7 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-init", | ||
"typings": "index", | ||
"repository": "https://github.com/comunica/comunica/tree/master/packages/bus-init", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/comunica/comunica.git", | ||
"directory": "packages/bus-init" | ||
}, | ||
"publishConfig": { | ||
@@ -29,3 +33,3 @@ "access": "public" | ||
}, | ||
"homepage": "https://github.com/comunica/comunica#readme", | ||
"homepage": "https://comunica.dev/", | ||
"files": [ | ||
@@ -42,3 +46,3 @@ "components", | ||
"devDependencies": { | ||
"@comunica/core": "^1.15.0" | ||
"@comunica/core": "^1.17.0" | ||
}, | ||
@@ -49,3 +53,3 @@ "scripts": { | ||
}, | ||
"gitHead": "d71011b99f9fb5d125822fd42e75db6868ef4a64" | ||
"gitHead": "cea13b435ebbda09e0ad359f54d3c62077fe3bba" | ||
} |
@@ -5,6 +5,10 @@ # Comunica Bus Init | ||
A comunica bus for 'init' events. | ||
A bus from which all Comunica engines start. | ||
This is where they accept generic input parameters, such as CLI arguments. | ||
This module is part of the [Comunica framework](https://github.com/comunica/comunica). | ||
This module is part of the [Comunica framework](https://github.com/comunica/comunica), | ||
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/). | ||
[Click here if you just want to query with Comunica](https://comunica.dev/docs/query/). | ||
## Install | ||
@@ -16,4 +20,10 @@ | ||
## Usage | ||
## Bus usage | ||
TODO | ||
* **Context**: `"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-init/^1.0.0/components/context.jsonld"` | ||
* **Bus name**: `cbi:Bus/Init` | ||
## Creating actors on this bus | ||
Actors extending [`ActorInit`](https://comunica.github.io/comunica/classes/bus_init.actorinit-1.html) are automatically subscribed to this bus. | ||
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7826
84
28
0