@sd-jwt/present
Advanced tools
Comparing version 0.4.1-next.5 to 0.4.1-next.6
{ | ||
"name": "@sd-jwt/present", | ||
"version": "0.4.1-next.5+612bf82", | ||
"version": "0.4.1-next.6+9baa93e", | ||
"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.5+612bf82" | ||
"@sd-jwt/crypto-nodejs": "0.4.1-next.6+9baa93e" | ||
}, | ||
"dependencies": { | ||
"@sd-jwt/decode": "0.4.1-next.5+612bf82", | ||
"@sd-jwt/types": "0.4.1-next.5+612bf82", | ||
"@sd-jwt/utils": "0.4.1-next.5+612bf82" | ||
"@sd-jwt/decode": "0.4.1-next.6+9baa93e", | ||
"@sd-jwt/types": "0.4.1-next.6+9baa93e", | ||
"@sd-jwt/utils": "0.4.1-next.6+9baa93e" | ||
}, | ||
@@ -65,3 +65,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "612bf8224dd71ec558679e0202fde4fbab86fff6" | ||
"gitHead": "9baa93efb612ee2fe73c5872766cbc37e541c4dc" | ||
} |
@@ -1,4 +0,8 @@ | ||
import { Hasher, PresentationFrame, SD_SEPARATOR } from '@sd-jwt/types'; | ||
import { Disclosure } from '@sd-jwt/utils'; | ||
import { | ||
type Hasher, | ||
type PresentationFrame, | ||
SD_SEPARATOR, | ||
} from '@sd-jwt/types'; | ||
import type { Disclosure } from '@sd-jwt/utils'; | ||
import { | ||
createHashMapping, | ||
@@ -13,3 +17,3 @@ decodeSdJwt, | ||
} from '@sd-jwt/decode'; | ||
import { HasherSync } from '@sd-jwt/types/src/type'; | ||
import type { HasherSync } from '@sd-jwt/types/src/type'; | ||
@@ -16,0 +20,0 @@ // Presentable keys |
@@ -11,3 +11,3 @@ import { describe, expect, test } from 'vitest'; | ||
import { decodeSdJwt, decodeSdJwtSync } from '@sd-jwt/decode'; | ||
import { PresentationFrame } from '@sd-jwt/types'; | ||
import type { PresentationFrame } from '@sd-jwt/types'; | ||
@@ -14,0 +14,0 @@ describe('Present tests', () => { |
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
36458
526