@comunica/bus-http
Advanced tools
Comparing version 1.14.0 to 1.15.0
@@ -37,1 +37,5 @@ /// <reference types="node" /> | ||
} | ||
/** | ||
* @type {string} Context entry for the include credentials glags. | ||
*/ | ||
export declare const KEY_CONTEXT_INCLUDE_CREDENTIALS = "@comunica/bus-http:include-credentials"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ActorHttp = void 0; | ||
exports.KEY_CONTEXT_INCLUDE_CREDENTIALS = exports.ActorHttp = void 0; | ||
const core_1 = require("@comunica/core"); | ||
@@ -32,2 +32,6 @@ /** | ||
exports.ActorHttp = ActorHttp; | ||
/** | ||
* @type {string} Context entry for the include credentials glags. | ||
*/ | ||
exports.KEY_CONTEXT_INCLUDE_CREDENTIALS = '@comunica/bus-http:include-credentials'; | ||
//# sourceMappingURL=ActorHttp.js.map |
{ | ||
"name": "@comunica/bus-http", | ||
"version": "1.14.0", | ||
"version": "1.15.0", | ||
"description": "A comunica bus for 'http' events.", | ||
@@ -44,3 +44,3 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-http", | ||
"devDependencies": { | ||
"@comunica/core": "^1.14.0" | ||
"@comunica/core": "^1.15.0" | ||
}, | ||
@@ -51,3 +51,3 @@ "scripts": { | ||
}, | ||
"gitHead": "6517367d95ef072468bfc0d88cf3a27f6d25a145" | ||
"gitHead": "d71011b99f9fb5d125822fd42e75db6868ef4a64" | ||
} |
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
7884
89