@sd-jwt/types
Advanced tools
Comparing version 0.1.2-alpha.8 to 0.1.2-alpha.9
@@ -6,2 +6,3 @@ export type DisclosureArray = [string, string, unknown] | [string, unknown]; | ||
value: unknown; | ||
encoded: string; | ||
}; | ||
@@ -8,0 +9,0 @@ export type DisclosureWithDigest = Disclosure & { |
export * from './disclosure'; | ||
export * from './hasher'; | ||
export * from './frame'; |
@@ -19,2 +19,3 @@ "use strict"; | ||
__exportStar(require("./hasher"), exports); | ||
__exportStar(require("./frame"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@sd-jwt/types", | ||
"version": "0.1.2-alpha.8", | ||
"version": "0.1.2-alpha.9", | ||
"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": "e030a05d603046d98044eba671a2182263b8aced" | ||
"gitHead": "80d6d4115037cc264a5384202268cc7969df1872" | ||
} |
Sorry, the diff of this file is not supported yet
3923
13
45