s-bit-agent
Version:
s.BitAgent is a simple Bitwarden CLI wrapper which provides a SSH2 Key Agent solution for Bitwarden.
18 lines • 814 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IcpHandlers = exports.IcpCustomHandlers = void 0;
const RequestPing_1 = require("./custom/RequestPing");
const RequestCacheClear_1 = require("./custom/RequestCacheClear");
const RequestSession_1 = require("./custom/RequestSession");
const SshAgentcRequestIdentities_1 = require("./rfc/SshAgentcRequestIdentities");
const SshAgentcSignRequest_1 = require("./rfc/SshAgentcSignRequest");
exports.IcpCustomHandlers = [
new RequestCacheClear_1.RequestCacheClear(),
new RequestSession_1.RequestSession(),
new RequestPing_1.RequestPing(),
];
exports.IcpHandlers = [
new SshAgentcRequestIdentities_1.SshAgentcRequestIdentities(),
new SshAgentcSignRequest_1.SshAgentcSignRequest(),
];
//# sourceMappingURL=index.js.map