@identity.com/cryptid-idl
Advanced tools
Comparing version 0.3.0-alpha.10 to 0.3.0-alpha.11
export { Cryptid as Cryptid, IDL as CryptidIDL } from "./cryptid"; | ||
export { CheckPass, IDL as CheckPassIDL } from "./check_pass"; | ||
export { CheckDid, IDL as CheckDidIDL } from "./check_did"; | ||
export { CheckRecipient, IDL as CheckRecipientIDL } from "./check_recipient"; | ||
export { TimeDelay, IDL as TimeDelayIDL } from "./time_delay"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TimeDelayIDL = exports.CheckRecipientIDL = exports.CheckPassIDL = exports.CryptidIDL = void 0; | ||
exports.TimeDelayIDL = exports.CheckRecipientIDL = exports.CheckDidIDL = exports.CheckPassIDL = exports.CryptidIDL = void 0; | ||
var cryptid_1 = require("./cryptid"); | ||
@@ -8,2 +8,4 @@ Object.defineProperty(exports, "CryptidIDL", { enumerable: true, get: function () { return cryptid_1.IDL; } }); | ||
Object.defineProperty(exports, "CheckPassIDL", { enumerable: true, get: function () { return check_pass_1.IDL; } }); | ||
var check_did_1 = require("./check_did"); | ||
Object.defineProperty(exports, "CheckDidIDL", { enumerable: true, get: function () { return check_did_1.IDL; } }); | ||
var check_recipient_1 = require("./check_recipient"); | ||
@@ -10,0 +12,0 @@ Object.defineProperty(exports, "CheckRecipientIDL", { enumerable: true, get: function () { return check_recipient_1.IDL; } }); |
{ | ||
"name": "@identity.com/cryptid-idl", | ||
"version": "0.3.0-alpha.10", | ||
"version": "0.3.0-alpha.11", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
100789
19
2594