@comunica/bus-http
Advanced tools
Comparing version 1.15.0 to 1.16.0
@@ -41,1 +41,6 @@ /// <reference types="node" /> | ||
export declare const KEY_CONTEXT_INCLUDE_CREDENTIALS = "@comunica/bus-http:include-credentials"; | ||
/** | ||
* @type {string} Context entry for the authentication for a source. | ||
* @value {string} "username:password"-pair. | ||
*/ | ||
export declare const KEY_CONTEXT_AUTH = "@comunica/bus-http:auth"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.KEY_CONTEXT_INCLUDE_CREDENTIALS = exports.ActorHttp = void 0; | ||
exports.KEY_CONTEXT_AUTH = exports.KEY_CONTEXT_INCLUDE_CREDENTIALS = exports.ActorHttp = void 0; | ||
const core_1 = require("@comunica/core"); | ||
@@ -36,2 +36,7 @@ /** | ||
exports.KEY_CONTEXT_INCLUDE_CREDENTIALS = '@comunica/bus-http:include-credentials'; | ||
/** | ||
* @type {string} Context entry for the authentication for a source. | ||
* @value {string} "username:password"-pair. | ||
*/ | ||
exports.KEY_CONTEXT_AUTH = '@comunica/bus-http:auth'; | ||
//# sourceMappingURL=ActorHttp.js.map |
{ | ||
"name": "@comunica/bus-http", | ||
"version": "1.15.0", | ||
"version": "1.16.0", | ||
"description": "A comunica bus for 'http' events.", | ||
@@ -50,3 +50,3 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-http", | ||
}, | ||
"gitHead": "d71011b99f9fb5d125822fd42e75db6868ef4a64" | ||
"gitHead": "ed0260a5d71d61a1a77916454fb83039a4ab47b6" | ||
} |
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
8276
99