@comunica/context-entries
Advanced tools
Comparing version 1.21.1 to 1.21.4-alpha.4.0
@@ -15,3 +15,7 @@ export declare enum KeysCore { | ||
*/ | ||
auth = "@comunica/bus-http:auth" | ||
auth = "@comunica/bus-http:auth", | ||
/** | ||
* @range {(input: RequestInfo, init?: RequestInit) => Promise<Response>} Fetch function implementation. | ||
*/ | ||
fetch = "@comunica/bus-http:fetch" | ||
} | ||
@@ -59,3 +63,23 @@ export declare enum KeysHttpMemento { | ||
*/ | ||
queryTimestamp = "@comunica/actor-init-sparql:queryTimestamp" | ||
queryTimestamp = "@comunica/actor-init-sparql:queryTimestamp", | ||
/** | ||
* @range {functionNamedNode: RDF.NamedNode) => ((args: RDF.Term[]) => Promise<RDF.Term>) | undefined} | ||
* Extension function creator for a given function IRI. | ||
* Returned value should be an async function implementation. | ||
* Undefined may be returned if no implementation exists for the given function IRI. | ||
* | ||
* The dictionary-based extensionFunctions context entry may be used instead, but not simultaneously. | ||
*/ | ||
extensionFunctionCreator = "@comunica/actor-init-sparql:extensionFunctionCreator", | ||
/** | ||
* @range {Record<string, (args: RDF.Term[]) => Promise<RDF.Term>>} Dictionary of extension functions. | ||
* Key is the IRI of the function, and value is the async function implementation. | ||
* | ||
* The callback-based extensionFunctionCreator context entry may be used instead, but not simultaneously. | ||
*/ | ||
extensionFunctions = "@comunica/actor-init-sparql:extensionFunctions", | ||
/** | ||
* @range {ICliArgsHandler[]} Enables manipulation of the CLI arguments and their processing. | ||
*/ | ||
cliArgsHandlers = "@comunica/actor-init-sparql:cliArgsHandlers" | ||
} | ||
@@ -62,0 +86,0 @@ export declare enum KeysQueryOperation { |
@@ -21,2 +21,6 @@ "use strict"; | ||
KeysHttp["auth"] = "@comunica/bus-http:auth"; | ||
/** | ||
* @range {(input: RequestInfo, init?: RequestInit) => Promise<Response>} Fetch function implementation. | ||
*/ | ||
KeysHttp["fetch"] = "@comunica/bus-http:fetch"; | ||
})(KeysHttp = exports.KeysHttp || (exports.KeysHttp = {})); | ||
@@ -68,2 +72,22 @@ var KeysHttpMemento; | ||
KeysInitSparql["queryTimestamp"] = "@comunica/actor-init-sparql:queryTimestamp"; | ||
/** | ||
* @range {functionNamedNode: RDF.NamedNode) => ((args: RDF.Term[]) => Promise<RDF.Term>) | undefined} | ||
* Extension function creator for a given function IRI. | ||
* Returned value should be an async function implementation. | ||
* Undefined may be returned if no implementation exists for the given function IRI. | ||
* | ||
* The dictionary-based extensionFunctions context entry may be used instead, but not simultaneously. | ||
*/ | ||
KeysInitSparql["extensionFunctionCreator"] = "@comunica/actor-init-sparql:extensionFunctionCreator"; | ||
/** | ||
* @range {Record<string, (args: RDF.Term[]) => Promise<RDF.Term>>} Dictionary of extension functions. | ||
* Key is the IRI of the function, and value is the async function implementation. | ||
* | ||
* The callback-based extensionFunctionCreator context entry may be used instead, but not simultaneously. | ||
*/ | ||
KeysInitSparql["extensionFunctions"] = "@comunica/actor-init-sparql:extensionFunctions"; | ||
/** | ||
* @range {ICliArgsHandler[]} Enables manipulation of the CLI arguments and their processing. | ||
*/ | ||
KeysInitSparql["cliArgsHandlers"] = "@comunica/actor-init-sparql:cliArgsHandlers"; | ||
})(KeysInitSparql = exports.KeysInitSparql || (exports.KeysInitSparql = {})); | ||
@@ -70,0 +94,0 @@ var KeysQueryOperation; |
{ | ||
"name": "@comunica/context-entries", | ||
"version": "1.21.1", | ||
"version": "1.21.4-alpha.4.0", | ||
"description": "A collection of reusable Comunica context key definitions.", | ||
@@ -37,3 +37,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "3fbaed3a81172d762d85b8b53463430b983240b5" | ||
"gitHead": "8155391e9dba0c4d9d04c08e3abc0999a11f329c" | ||
} |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
16975
324
1