@sphereon/ssi-sdk.siopv2-oid4vp-op-auth 0.34.1-feature.SSISDK.13.47 → 0.34.1-feature.SSISDK.13.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +22 -22
- package/src/agent/DidAuthSiopOpAuthenticator.ts +1 -1
- package/src/utils/dcql.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -1624,7 +1624,7 @@ function convertToDcqlCredentials(credential, hasher) {
|
|
|
1624
1624
|
return {
|
|
1625
1625
|
vct: payload.vct,
|
|
1626
1626
|
claims: payload,
|
|
1627
|
-
credential_format: "
|
|
1627
|
+
credential_format: "dc+sd-jwt"
|
|
1628
1628
|
};
|
|
1629
1629
|
} else if ("docType" in payload && "namespaces" in payload) {
|
|
1630
1630
|
return {
|
|
@@ -2237,7 +2237,7 @@ var DidAuthSiopOpAuthenticator = class {
|
|
|
2237
2237
|
const result = {
|
|
2238
2238
|
claims: payload,
|
|
2239
2239
|
vct: payload.vct,
|
|
2240
|
-
credential_format: "
|
|
2240
|
+
credential_format: "dc+sd-jwt"
|
|
2241
2241
|
};
|
|
2242
2242
|
dcqlCredentialsWithCredentials.set(result, vc);
|
|
2243
2243
|
} else {
|