@sd-jwt/types
Advanced tools
Comparing version 0.1.2-alpha.6 to 0.1.2-alpha.7
@@ -1,2 +0,2 @@ | ||
export type * from './disclosure'; | ||
export type * from './hasher'; | ||
export * from './disclosure'; | ||
export * from './hasher'; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./disclosure"), exports); | ||
__exportStar(require("./hasher"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@sd-jwt/types", | ||
"version": "0.1.2-alpha.6", | ||
"version": "0.1.2-alpha.7", | ||
"description": "Common types of sd-jwt Draft 06 and sd-jwt-vc Draft 01", | ||
@@ -43,3 +43,3 @@ "license": "(MIT OR Apache-2.0)", | ||
}, | ||
"gitHead": "b2c26012342e9dfba2220300cb5acbcde1e05ea8" | ||
"gitHead": "c970f98dd86e25732fe49034a3f6c9d4e9dbab49" | ||
} |
Sorry, the diff of this file is not supported yet
3039
35