@sd-jwt/present
Advanced tools
Comparing version 0.4.1-next.12 to 0.4.1-next.13
@@ -23,2 +23,3 @@ import { Hasher, PresentationFrame } from '@sd-jwt/types'; | ||
}; | ||
declare const createHashMappingForSerializedDisclosure: (disclosures: SerializedDisclosure[]) => Record<string, Disclosure<unknown>>; | ||
/** | ||
@@ -34,2 +35,2 @@ * This function selects the serialized disclosures from the payload | ||
export { type SerializedDisclosure, present, presentSync, presentableKeys, presentableKeysSync, selectDisclosures, transformPresentationFrame }; | ||
export { type SerializedDisclosure, createHashMappingForSerializedDisclosure, present, presentSync, presentableKeys, presentableKeysSync, selectDisclosures, transformPresentationFrame }; |
@@ -43,2 +43,3 @@ "use strict"; | ||
__export(src_exports, { | ||
createHashMappingForSerializedDisclosure: () => createHashMappingForSerializedDisclosure, | ||
present: () => present, | ||
@@ -158,2 +159,3 @@ presentSync: () => presentSync, | ||
0 && (module.exports = { | ||
createHashMappingForSerializedDisclosure, | ||
present, | ||
@@ -160,0 +162,0 @@ presentSync, |
{ | ||
"name": "@sd-jwt/present", | ||
"version": "0.4.1-next.12+eb259c7", | ||
"version": "0.4.1-next.13+f92b3e2", | ||
"description": "sd-jwt draft 7 implementation in typescript", | ||
@@ -41,8 +41,8 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@sd-jwt/crypto-nodejs": "0.4.1-next.12+eb259c7" | ||
"@sd-jwt/crypto-nodejs": "0.4.1-next.13+f92b3e2" | ||
}, | ||
"dependencies": { | ||
"@sd-jwt/decode": "0.4.1-next.12+eb259c7", | ||
"@sd-jwt/types": "0.4.1-next.12+eb259c7", | ||
"@sd-jwt/utils": "0.4.1-next.12+eb259c7" | ||
"@sd-jwt/decode": "0.4.1-next.13+f92b3e2", | ||
"@sd-jwt/types": "0.4.1-next.13+f92b3e2", | ||
"@sd-jwt/utils": "0.4.1-next.13+f92b3e2" | ||
}, | ||
@@ -65,3 +65,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "eb259c74a386b0ca867b373f6ffa08b6b6b78d7b" | ||
"gitHead": "f92b3e246371a83c51c5450b9bccb04753c58bf4" | ||
} |
@@ -151,3 +151,3 @@ import { | ||
const createHashMappingForSerializedDisclosure = ( | ||
export const createHashMappingForSerializedDisclosure = ( | ||
disclosures: SerializedDisclosure[], | ||
@@ -154,0 +154,0 @@ ) => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
47695
835