@sd-jwt/types
Advanced tools
Comparing version 0.3.2-next.75 to 0.3.2-next.76
@@ -33,3 +33,3 @@ declare const SD_SEPARATOR = "~"; | ||
type KBOptions = { | ||
payload: kbPayload; | ||
payload: Omit<kbPayload, 'sd_hash'>; | ||
}; | ||
@@ -36,0 +36,0 @@ type OrPromise<T> = T | Promise<T>; |
{ | ||
"name": "@sd-jwt/types", | ||
"version": "0.3.2-next.75+c1b701d", | ||
"version": "0.3.2-next.76+270ba1b", | ||
"description": "sd-jwt draft 7 implementation in typescript", | ||
@@ -56,3 +56,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "c1b701d6c1998c22dcc9efc0f91229177c7c8eea" | ||
"gitHead": "270ba1b51bde3fd8c4f2dc7d9eaf09e1225c7873" | ||
} |
@@ -35,3 +35,3 @@ export const SD_SEPARATOR = '~'; | ||
export type KBOptions = { | ||
payload: kbPayload; | ||
payload: Omit<kbPayload, 'sd_hash'>; | ||
}; | ||
@@ -38,0 +38,0 @@ |
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
25554