From 66df32573b0313601f8bfd7cf03a88fcc3707608 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Thu, 25 Jul 2024 04:03:05 +0200 Subject: [PATCH] fix: Updates and fixes for latest SDK versions --- package.json | 70 +-- .../views/SSICredentialViewItem/index.tsx | 2 +- .../authentication/SIOPv2Provider.ts | 8 +- .../credential/OpenId4VcIssuanceProvider.ts | 0 .../SSICredentialsOverviewScreen/index.tsx | 2 +- .../machines/onboardingMachineService.ts | 2 +- src/services/machines/siopV2MachineService.ts | 9 +- src/services/qrService.ts | 4 +- src/store/actions/credential.actions.ts | 6 +- yarn.lock | 414 +++++++++--------- 10 files changed, 265 insertions(+), 252 deletions(-) delete mode 100644 src/providers/credential/OpenId4VcIssuanceProvider.ts diff --git a/package.json b/package.json index 2098b622..3731b9de 100644 --- a/package.json +++ b/package.json @@ -40,36 +40,36 @@ "@reduxjs/toolkit": "^1.9.7", "@scure/base": "^1.1.6", "@sphereon/did-auth-siop": "0.6.4", - "@sphereon/did-provider-oyd": "0.22.1-next.12", + "@sphereon/did-provider-oyd": "0.23.1-next.3", "@sphereon/isomorphic-webcrypto": "2.4.1-unstable.0", - "@sphereon/oid4vci-client": "0.15.0", - "@sphereon/oid4vci-common": "0.15.0", - "@sphereon/pex": "3.3.4-unstable.0", + "@sphereon/oid4vci-client": "0.15.1", + "@sphereon/oid4vci-common": "0.15.1", + "@sphereon/pex": "4.0.1", "@sphereon/pex-models": "^2.2.4", "@sphereon/react-native-argon2": "2.0.9", - "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.22.1-next.12", - "@sphereon/ssi-sdk-ext.did-provider-key": "0.22.1-next.12", - "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.22.1-next.12", - "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.22.1-next.12", - "@sphereon/ssi-sdk-ext.did-resolver-key": "0.22.1-next.12", - "@sphereon/ssi-sdk-ext.did-utils": "0.22.1-next.12", - "@sphereon/ssi-sdk-ext.key-manager": "0.22.1-next.12", - "@sphereon/ssi-sdk-ext.key-utils": "0.22.1-next.12", - "@sphereon/ssi-sdk-ext.kms-local": "0.22.1-next.12", - "@sphereon/ssi-sdk.contact-manager": "0.27.1-next.31", - "@sphereon/ssi-sdk.core": "0.27.1-next.31", - "@sphereon/ssi-sdk.data-store": "0.27.1-next.31", - "@sphereon/ssi-sdk.event-logger": "0.27.1-next.31", - "@sphereon/ssi-sdk.issuance-branding": "0.27.1-next.31", - "@sphereon/ssi-sdk.oid4vci-holder": "0.27.1-next.31", - "@sphereon/ssi-sdk.sd-jwt": "0.27.1-next.31", - "@sphereon/ssi-sdk.siopv2-oid4vp-op-auth": "0.27.1-next.31", - "@sphereon/ssi-sdk.vc-handler-ld-local": "0.27.1-next.31", - "@sphereon/ssi-sdk.xstate-machine-persistence": "0.27.1-next.31", - "@sphereon/ssi-types": "0.27.1-next.31", - "@sphereon/ui-components.core": "0.2.1-next.72", - "@sphereon/ui-components.ssi-react-native": "0.2.1-next.72", - "@sphereon/ui-components.credential-branding": "0.2.1-next.72", + "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-provider-key": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-resolver-key": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-manager": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.kms-local": "0.23.1-next.3", + "@sphereon/ssi-sdk.contact-manager": "0.28.1-next.11", + "@sphereon/ssi-sdk.core": "0.28.1-next.11", + "@sphereon/ssi-sdk.data-store": "0.28.1-next.11", + "@sphereon/ssi-sdk.event-logger": "0.28.1-next.11", + "@sphereon/ssi-sdk.issuance-branding": "0.28.1-next.11", + "@sphereon/ssi-sdk.oid4vci-holder": "0.28.1-next.11", + "@sphereon/ssi-sdk.sd-jwt": "0.28.1-next.11", + "@sphereon/ssi-sdk.siopv2-oid4vp-op-auth": "0.28.1-next.11", + "@sphereon/ssi-sdk.vc-handler-ld-local": "0.28.1-next.11", + "@sphereon/ssi-sdk.xstate-machine-persistence": "0.28.1-next.11", + "@sphereon/ssi-types": "0.28.1-next.11", + "@sphereon/ui-components.core": "0.2.1-next.85", + "@sphereon/ui-components.ssi-react-native": "0.2.1-next.85", + "@sphereon/ui-components.credential-branding": "0.2.1-next.85", "@veramo/core": "4.2.0", "@veramo/credential-w3c": "4.2.0", "@veramo/data-store": "4.2.0", @@ -248,14 +248,14 @@ "ajv": "^8.12.0", "@sphereon/isomorphic-argon2": "1.0.1", "@sphereon/did-auth-siop": "0.6.4", - "@sphereon/ssi-sdk-ext.key-utils": "0.22.1-next.12", - "@sphereon/ssi-sdk-ext.did-utils": "0.22.1-next.12", - "@sphereon/ssi-types": "0.27.1-next.31", - "@sphereon/ssi-sdk.core": "0.27.1-next.31", - "@sphereon/ssi-sdk.data-store": "0.27.1-next.31", - "@sphereon/oid4vci-client": "0.15.0", - "@sphereon/oid4vci-common": "0.15.0", - "@sphereon/pex": "3.3.4-unstable.0", + "@sphereon/ssi-sdk-ext.key-utils": "0.23.1-next.3", + "@sphereon/ssi-sdk-ext.did-utils": "0.23.1-next.3", + "@sphereon/ssi-types": "0.28.1-next.11", + "@sphereon/ssi-sdk.core": "0.28.1-next.11", + "@sphereon/ssi-sdk.data-store": "0.28.1-next.11", + "@sphereon/oid4vci-client": "0.15.1", + "@sphereon/oid4vci-common": "0.15.1", + "@sphereon/pex": "4.0.1", "@sphereon/pex-models": "2.2.4", "@mattrglobal/bbs-signatures": "npm:empty-npm-package", "@veramo/core": "4.2.0", diff --git a/src/components/views/SSICredentialViewItem/index.tsx b/src/components/views/SSICredentialViewItem/index.tsx index 6834b0c3..a4e45f2c 100644 --- a/src/components/views/SSICredentialViewItem/index.tsx +++ b/src/components/views/SSICredentialViewItem/index.tsx @@ -14,7 +14,7 @@ import { SSICredentialViewItemTitleCaptionStyled as TitleCaption, } from '../../../styles/components'; import {CredentialSummary} from '@sphereon/ui-components.credential-branding'; -import {toLocalDateString, toLocalDateTimeString} from '../../../utils/DateUtils'; +import {toLocalDateString, toLocalDateTimeString} from '../../../utils'; import {View} from 'react-native'; // TODO fix to many properties diff --git a/src/providers/authentication/SIOPv2Provider.ts b/src/providers/authentication/SIOPv2Provider.ts index 2b3436e0..73ebefe2 100644 --- a/src/providers/authentication/SIOPv2Provider.ts +++ b/src/providers/authentication/SIOPv2Provider.ts @@ -1,5 +1,5 @@ import {CheckLinkedDomain, SupportedVersion, VerifiedAuthorizationRequest} from '@sphereon/did-auth-siop'; -import {getIdentifier, getKey} from '@sphereon/ssi-sdk-ext.did-utils'; +import {getIdentifier, getKey, determineKid} from '@sphereon/ssi-sdk-ext.did-utils'; import {ConnectionType, DidAuthConfig} from '@sphereon/ssi-sdk.data-store'; import {OID4VP, OpSession, VerifiableCredentialsWithDefinition, VerifiablePresentationWithDefinition} from '@sphereon/ssi-sdk.siopv2-oid4vp-op-auth'; import {CredentialMapper, PresentationSubmission} from '@sphereon/ssi-types'; // FIXME we should fix the export of these objects @@ -127,14 +127,16 @@ export const siopSendAuthorizationResponse = async ( identifier = await getIdentifier(presentationsAndDefs[0].identifierOpts, agentContext); presentationSubmission = presentationsAndDefs[0].presentationSubmission; } - const kid: string = (await getKey(identifier, 'authentication', session.context)).kid; + const key = await getKey({identifier, vmRelationship: 'authentication'}, session.context); + const kmsKeyRef = key.kid; + const kid = await determineKid({key, idOpts: {identifier, kmsKeyRef, verificationMethodSection: 'authentication'}}, session.context); debug(`Definitions and locations:`, JSON.stringify(presentationsAndDefs?.[0]?.verifiablePresentation, null, 2)); debug(`Presentation Submission:`, JSON.stringify(presentationSubmission, null, 2)); const response = session.sendAuthorizationResponse({ ...(presentationsAndDefs && {verifiablePresentations: presentationsAndDefs?.map(pd => pd.verifiablePresentation)}), ...(presentationSubmission && {presentationSubmission}), - responseSignerOpts: {identifier, kid}, + responseSignerOpts: {identifier, kmsKeyRef, kid}, }); debug(`Response: `, response); diff --git a/src/providers/credential/OpenId4VcIssuanceProvider.ts b/src/providers/credential/OpenId4VcIssuanceProvider.ts deleted file mode 100644 index e69de29b..00000000 diff --git a/src/screens/SSICredentialsOverviewScreen/index.tsx b/src/screens/SSICredentialsOverviewScreen/index.tsx index fbc620b0..7352eaf6 100644 --- a/src/screens/SSICredentialsOverviewScreen/index.tsx +++ b/src/screens/SSICredentialsOverviewScreen/index.tsx @@ -17,7 +17,7 @@ import { SSIStatusBarDarkModeStyled as StatusBar, } from '../../styles/components'; import {IUser, IUserIdentifier, MainRoutesEnum, RootState, ScreenRoutesEnum, StackParamList} from '../../types'; -import {getOriginalVerifiableCredential} from '../../utils/CredentialUtils'; +import {getOriginalVerifiableCredential} from '../../utils'; import {backgroundColors, borderColors} from '@sphereon/ui-components.core'; import {CredentialSummary} from '@sphereon/ui-components.credential-branding'; diff --git a/src/services/machines/onboardingMachineService.ts b/src/services/machines/onboardingMachineService.ts index 0708cc1e..02bd4eea 100644 --- a/src/services/machines/onboardingMachineService.ts +++ b/src/services/machines/onboardingMachineService.ts @@ -39,7 +39,7 @@ const createUserAndIdentity = async ( const cred: Partial | undefined = credentialData.credential; const ctx = {...agent?.context, agent}; - const key: _ExtendedIKey | undefined = await getFirstKeyWithRelation(identifier, ctx, 'authentication'); + const key: _ExtendedIKey | undefined = await getFirstKeyWithRelation({identifier, vmRelationship: 'authentication'}, ctx); const verifiableCredential: VerifiableCredential = await createVerifiableCredential({ credential: { ...cred, diff --git a/src/services/machines/siopV2MachineService.ts b/src/services/machines/siopV2MachineService.ts index 8b394f3f..02522bb1 100644 --- a/src/services/machines/siopV2MachineService.ts +++ b/src/services/machines/siopV2MachineService.ts @@ -19,14 +19,19 @@ import {SiopV2AuthorizationRequestData, SiopV2MachineContext} from '../../types/ import {translateCorrelationIdToName} from '../../utils'; import {getContacts} from '../contactService'; -export const createConfig = async (context: Pick): Promise> => { - const {url} = context; +export const createConfig = async ( + context: Pick, +): Promise> => { + const {url, identifier} = context; if (!url) { return Promise.reject(Error('Missing request uri in context')); } return { + idOpts: { + identifier, + }, id: uuidv4(), // FIXME: Update these values in SSI-SDK. Only the URI (not a redirectURI) would be available at this point sessionId: uuidv4(), diff --git a/src/services/qrService.ts b/src/services/qrService.ts index 3d57f33f..711edeef 100644 --- a/src/services/qrService.ts +++ b/src/services/qrService.ts @@ -81,7 +81,9 @@ const connectDidAuth = async (args: IQrDataArgs): Promise => { const connection: NonPersistedConnection = { type: ConnectionType.SIOPv2, config: { - identifier, + idOpts: { + identifier, + }, stateId: (args.qrData as IQrDidSiopAuthenticationRequest).state, redirectUrl: (args.qrData as IQrDidSiopAuthenticationRequest).redirectUrl, sessionId: (args.qrData as IQrDidSiopAuthenticationRequest).redirectUrl + identifier.did, diff --git a/src/store/actions/credential.actions.ts b/src/store/actions/credential.actions.ts index 7d8c1de9..116f2ef9 100644 --- a/src/store/actions/credential.actions.ts +++ b/src/store/actions/credential.actions.ts @@ -41,7 +41,11 @@ export const getVerifiableCredentials = (): ThunkAction, RootState const credentialBranding: ICredentialBranding | undefined = credentialsBranding.find( (branding: ICredentialBranding): boolean => branding.vcHash === uniqueVC.hash, ); - return await toCredentialSummary(uniqueVC, credentialBranding?.localeBranding, getCredentialIssuerContact(uniqueVC.verifiableCredential)); + return await toCredentialSummary( + uniqueVC, + credentialBranding?.localeBranding, + await getCredentialIssuerContact(uniqueVC.verifiableCredential), + ); }), ); dispatch({type: GET_CREDENTIALS_SUCCESS, payload: [...credentialSummaries]}); diff --git a/yarn.lock b/yarn.lock index ac79cc75..a2c2ba46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3257,10 +3257,10 @@ uint8arrays "^3.1.1" uuid "^9.0.0" -"@sphereon/did-provider-oyd@0.22.1-next.12": - version "0.22.1-next.12" - resolved "https://registry.yarnpkg.com/@sphereon/did-provider-oyd/-/did-provider-oyd-0.22.1-next.12.tgz#f4062783c2fbfdb1f8910d88bb3586057532774f" - integrity sha512-qK/xDN+MjC2g1T+/6UapRMveRDShmwFdg/0nzra9FFGQQ1jZDxf2t60DruryXsVegXbUHcFjEBKgspIbbcwOMQ== +"@sphereon/did-provider-oyd@0.23.1-next.3": + version "0.23.1-next.3" + resolved "https://registry.yarnpkg.com/@sphereon/did-provider-oyd/-/did-provider-oyd-0.23.1-next.3.tgz#2b5d003f6c5f1b7fe36271b196571aaa8dc70040" + integrity sha512-hdbTUvdgc4d8NB+ucGWw+j9983fwW0knhNzTOeMLGhwrL2AK1Jf/gkFanBe26u5+9StBMoMxO51ot+Zw2EQUIw== dependencies: "@veramo/core" "4.2.0" "@veramo/did-manager" "4.2.0" @@ -3321,22 +3321,22 @@ str2buf "^1.3.0" webcrypto-shim "^0.1.7" -"@sphereon/oid4vci-client@0.14.0", "@sphereon/oid4vci-client@0.15.0": - version "0.15.0" - resolved "https://registry.yarnpkg.com/@sphereon/oid4vci-client/-/oid4vci-client-0.15.0.tgz#f0414f2d9bba7eae6ff253a32481b59fadb28acf" - integrity sha512-fPMFvgxaRxeejrkrHm1cuX2B3vv661QOrcNDQfCoGD5jhvv6G1iXnVNIAfow89nb8seBJoUJ91I4fkypQBAYIQ== +"@sphereon/oid4vci-client@0.14.0", "@sphereon/oid4vci-client@0.15.1": + version "0.15.1" + resolved "https://registry.yarnpkg.com/@sphereon/oid4vci-client/-/oid4vci-client-0.15.1.tgz#9e8463167aebf8f1f475eb3850f5e5dbee155469" + integrity sha512-/u8dJ5xykYH+3xus76m4XWxcT9O1lshH3a4zxnZRdJFN9Y9tsBeLgYkPvZ/n3dTJTaYAn+mUKhDro/eJrI9X/g== dependencies: - "@sphereon/oid4vci-common" "0.15.0" - "@sphereon/ssi-types" "0.26.1-next.132" + "@sphereon/oid4vci-common" "0.15.1" + "@sphereon/ssi-types" "0.28.0" cross-fetch "^3.1.8" debug "^4.3.5" -"@sphereon/oid4vci-common@0.14.0", "@sphereon/oid4vci-common@0.15.0": - version "0.15.0" - resolved "https://registry.yarnpkg.com/@sphereon/oid4vci-common/-/oid4vci-common-0.15.0.tgz#ac37c982282993d8b184b3fba4305344b7740170" - integrity sha512-dwEuukE3Z512X3CAKoGZQ2E2duxukqIrELwsvdVGBLBxfNppRTI2H51ZYirbKYiYbbcV6uvqhKqWZ5Ela6LkKw== +"@sphereon/oid4vci-common@0.14.0", "@sphereon/oid4vci-common@0.15.1": + version "0.15.1" + resolved "https://registry.yarnpkg.com/@sphereon/oid4vci-common/-/oid4vci-common-0.15.1.tgz#6973cb985c57435589271a5a362dca817a34bc44" + integrity sha512-Pk9ZLkGmfvpHiQYk9ran/3cVLtHZuO+yI/0lQEl4UY9kY5W8tZZwJ1dAlvAgLaOxFO62w0sRqSDJmpYgRMoz5A== dependencies: - "@sphereon/ssi-types" "0.26.1-next.132" + "@sphereon/ssi-types" "0.28.0" cross-fetch "^3.1.8" jwt-decode "^4.0.0" sha.js "^2.4.11" @@ -3347,10 +3347,10 @@ resolved "https://registry.yarnpkg.com/@sphereon/pex-models/-/pex-models-2.2.4.tgz#0ce28e9858b38012fe1ff7d9fd12ec503473ee66" integrity sha512-pGlp+wplneE1+Lk3U48/2htYKTbONMeG5/x7vhO6AnPUOsnOXeJdftPrBYWVSzz/JH5GJptAc6+pAyYE1zMu4Q== -"@sphereon/pex@3.3.4-unstable.0", "@sphereon/pex@^3.3.2", "@sphereon/pex@^3.3.3": - version "3.3.4-unstable.0" - resolved "https://registry.yarnpkg.com/@sphereon/pex/-/pex-3.3.4-unstable.0.tgz#3da9e5eb3074af83f26183f71c7fd25aa38f1853" - integrity sha512-1DdCgdKM7IPSQLieOOSRXGPpawdT+VyRr9iHuvNX8JlHLXhX20p15fNLHvaOR65YaHS52n4oo6VyNHyFM3aSWQ== +"@sphereon/pex@4.0.1", "@sphereon/pex@^3.3.2", "@sphereon/pex@^4.0.1": + version "4.0.1" + resolved "https://registry.yarnpkg.com/@sphereon/pex/-/pex-4.0.1.tgz#384342cb70d25b411b8b387470bb40fd78e4d2e3" + integrity sha512-3XnX/YJpxR8ueMO+qZLcn14dYFE4OHqi3i1qMLwPo/7jFFLrTb70uDG1++D+MqS7YTwYQbMtJA9KzzWcKTEg4w== dependencies: "@astronautlabs/jsonpath" "^1.1.2" "@sd-jwt/decode" "^0.6.1" @@ -3370,10 +3370,10 @@ resolved "https://registry.yarnpkg.com/@sphereon/react-native-argon2/-/react-native-argon2-2.0.9.tgz#88d68d079a65ecc01501718c35a30f0a58558d21" integrity sha512-mXcp3meaKbv5TpEPxItZ1ZuRqkdNf8vjx3EM+GqNVQ8QQF9pbD3jw6wQfuFRPc+8kN+m9GEiVVbd9I0m50OPBg== -"@sphereon/ssi-express-support@0.27.1-next.31+78935f7a": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-express-support/-/ssi-express-support-0.27.1-next.31.tgz#b036a6fc3c246f32b8d03800ef902fd4cda20591" - integrity sha512-DFTaA8CfgXoHuegEwGPsmKDVm47vlf51XYYoiIX4DMpG5UCW4pUg0hw3BL335tPFq+g8a2+y3JJ+FFYejIaNpA== +"@sphereon/ssi-express-support@0.28.1-next.11+f56a4863": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-express-support/-/ssi-express-support-0.28.1-next.11.tgz#c43737ac4ceeddc9d6054327dc17f2e15ee83030" + integrity sha512-/s6gjApIbDU84rthJ1SA0UBnZLqHGHjJWg6qxM2eAC5qidH5Z3tP1UVZ6lQn37fJVtEVjwIQBB8kOs2R3fxDhw== dependencies: body-parser "^1.20.2" casbin "^5.30.0" @@ -3389,15 +3389,15 @@ qs "^6.12.3" uint8arrays "^3.1.1" -"@sphereon/ssi-sdk-ext.did-provider-jwk@0.22.1-next.12": - version "0.22.1-next.12" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.did-provider-jwk/-/ssi-sdk-ext.did-provider-jwk-0.22.1-next.12.tgz#2aa87d2fa51782eb3bc94803c1ecf84d0e67c5cf" - integrity sha512-PF6faU0dRNYwaX26lMSj130/Z78WU/3K3Y10vNiwcRNRXueevwqhiRIzjZs6F3o2vvcHkI7iCFYPW43Yvk5iyA== +"@sphereon/ssi-sdk-ext.did-provider-jwk@0.23.1-next.3": + version "0.23.1-next.3" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.did-provider-jwk/-/ssi-sdk-ext.did-provider-jwk-0.23.1-next.3.tgz#6b423ec229b2ae58b6588aa5a8dff0811f2d205e" + integrity sha512-X1KJunPeuNsXkT90+x4+lNehGzIQf9RwGjT3VEzWADKS4f8M1APp5dSFWcSwKfYx5oRPjmye0SRN7Xh6iGlAZA== dependencies: "@ethersproject/random" "^5.7.0" - "@sphereon/ssi-sdk-ext.did-utils" "0.22.1-next.12+d89542e" - "@sphereon/ssi-sdk-ext.key-utils" "0.22.1-next.12+d89542e" - "@sphereon/ssi-types" "0.25.0" + "@sphereon/ssi-sdk-ext.did-utils" "0.23.1-next.3+a9dbfa6" + "@sphereon/ssi-sdk-ext.key-utils" "0.23.1-next.3+a9dbfa6" + "@sphereon/ssi-types" "0.27.0" "@stablelib/ed25519" "^1.0.3" "@veramo/core" "4.2.0" "@veramo/did-manager" "4.2.0" @@ -3406,13 +3406,13 @@ did-resolver "^4.1.0" elliptic "^6.5.4" -"@sphereon/ssi-sdk-ext.did-provider-key@0.22.1-next.12": - version "0.22.1-next.12" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.did-provider-key/-/ssi-sdk-ext.did-provider-key-0.22.1-next.12.tgz#60aea5af2c99a6c22adbb62496642415988ed68e" - integrity sha512-eM544NTfQBVDzgMCmYatYr4sUQMMvxwKnLibn7Q5L5DdWoaG5ywtDkCjXlPDXYqD51ADgK7wcx4sIZcYgMoXjw== +"@sphereon/ssi-sdk-ext.did-provider-key@0.23.1-next.3": + version "0.23.1-next.3" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.did-provider-key/-/ssi-sdk-ext.did-provider-key-0.23.1-next.3.tgz#c4d5b1ecd3aa25bb45b6cbf961c36953e4c792cd" + integrity sha512-ooIgQBmxJh3x+8PPe5YY4eGJgFHogf742IGsTvso0sGQxgH229JoP2q2DE8Q9BKA2NTwckiWZLDuUOA5C5Iz0w== dependencies: - "@sphereon/ssi-sdk-ext.did-resolver-key" "0.22.1-next.12+d89542e" - "@sphereon/ssi-sdk-ext.key-utils" "0.22.1-next.12+d89542e" + "@sphereon/ssi-sdk-ext.did-resolver-key" "0.23.1-next.3+a9dbfa6" + "@sphereon/ssi-sdk-ext.key-utils" "0.23.1-next.3+a9dbfa6" "@transmute/did-key-bls12381" "0.3.0-unstable.10" "@veramo/core" "4.2.0" "@veramo/did-manager" "4.2.0" @@ -3423,32 +3423,32 @@ multicodec "^3.2.1" uint8arrays "^3.1.1" -"@sphereon/ssi-sdk-ext.did-resolver-ebsi@0.22.1-next.12": - version "0.22.1-next.12" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.did-resolver-ebsi/-/ssi-sdk-ext.did-resolver-ebsi-0.22.1-next.12.tgz#e0f5b9e9365656e10055575638fd1e2c3fb8803d" - integrity sha512-RhMSGmNeOml1VWSz4k+IfYc0pHy0NaK5MLyt4oRm3EDQS5Ki6XwqdeHimhbrJ5s+QQYZ94WQy1vrm2fURBakgg== +"@sphereon/ssi-sdk-ext.did-resolver-ebsi@0.23.1-next.3": + version "0.23.1-next.3" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.did-resolver-ebsi/-/ssi-sdk-ext.did-resolver-ebsi-0.23.1-next.3.tgz#e5f1f6905e1024082ddd6a67caa4b400aef9bf80" + integrity sha512-uiqPEe8HiqIJFf81XjAgByVHOU5L0+D5UCOUMMrUOCvoQcZB3IlqOXEGENMLhh7xTLw2ky/ZGcluob2T0cdOMQ== dependencies: cross-fetch "^3.1.8" did-resolver "^4.1.0" dotenv "^16.3.1" -"@sphereon/ssi-sdk-ext.did-resolver-jwk@0.22.1-next.12": - version "0.22.1-next.12" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.did-resolver-jwk/-/ssi-sdk-ext.did-resolver-jwk-0.22.1-next.12.tgz#7663107e3518b771071d207227132230ac367b7e" - integrity sha512-XwttF14UlRoieGRz003QEDZSXDH/whk9iAdFAN43eiEj5E6NW7ioPnCQx1edERhH53vphBJ+q3O2c624tGPurg== +"@sphereon/ssi-sdk-ext.did-resolver-jwk@0.23.1-next.3": + version "0.23.1-next.3" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.did-resolver-jwk/-/ssi-sdk-ext.did-resolver-jwk-0.23.1-next.3.tgz#6c1cf111ce36b28bf603b2538b35da6c585369ae" + integrity sha512-sQJ7FbwEd32L6+fBvKjTL/twURUa8/zsdksz8S+ZlrSCRnkDt3T6LX9cUy4z3mhztQFJVxnAsesk+ewHKoR+7A== dependencies: - "@sphereon/ssi-types" "0.25.0" + "@sphereon/ssi-types" "0.27.0" base64url "^3.0.1" debug "^4.3.4" did-resolver "^4.1.0" uint8arrays "^3.1.1" -"@sphereon/ssi-sdk-ext.did-resolver-key@0.22.1-next.12", "@sphereon/ssi-sdk-ext.did-resolver-key@0.22.1-next.12+d89542e": - version "0.22.1-next.12" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.did-resolver-key/-/ssi-sdk-ext.did-resolver-key-0.22.1-next.12.tgz#0506bd672781a36f24810528e9e7806c57308b3a" - integrity sha512-afDbC3fEPQT/x7u0Mo88PXYQVp6/UFXoE9Y70iAaEFcf+NNFiT6WIQ54c0dpCnrA6cCQZiGXsUEvQ69YAAhsZg== +"@sphereon/ssi-sdk-ext.did-resolver-key@0.23.1-next.3", "@sphereon/ssi-sdk-ext.did-resolver-key@0.23.1-next.3+a9dbfa6": + version "0.23.1-next.3" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.did-resolver-key/-/ssi-sdk-ext.did-resolver-key-0.23.1-next.3.tgz#dd361655a56476c69f2c1a5c679fc2c1c19b6358" + integrity sha512-bYqeIBWyHDSjZnj5huVr3sZPFT8QyOrZN9fPAov7lZMavBoeqY2UhUXV0Txp58EVjN4DTtc6q74tgyEalySZRA== dependencies: - "@sphereon/ssi-sdk-ext.key-utils" "0.22.1-next.12+d89542e" + "@sphereon/ssi-sdk-ext.key-utils" "0.23.1-next.3+a9dbfa6" "@stablelib/ed25519" "^1.0.3" bigint-mod-arith "^3.3.1" did-resolver "^4.1.0" @@ -3460,16 +3460,16 @@ varint "^6.0.0" web-encoding "^1.1.5" -"@sphereon/ssi-sdk-ext.did-utils@0.22.1-next.12", "@sphereon/ssi-sdk-ext.did-utils@0.22.1-next.12+d89542e": - version "0.22.1-next.12" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.did-utils/-/ssi-sdk-ext.did-utils-0.22.1-next.12.tgz#bdab1cb291696158d193a30dbe30fde155351974" - integrity sha512-eFtGHQlEgXcegvBKu5lHqEwmodyZNrvfuI27cxT78Op6E9ztHu4S8O/rO3SdTGV8kN/dInU+cIkIFx7JmNqFjw== +"@sphereon/ssi-sdk-ext.did-utils@0.23.1-next.3", "@sphereon/ssi-sdk-ext.did-utils@0.23.1-next.3+a9dbfa6": + version "0.23.1-next.3" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.did-utils/-/ssi-sdk-ext.did-utils-0.23.1-next.3.tgz#1e0e7cf91113ff607cf08b30d458e13719302bc0" + integrity sha512-D4s8r30kXfAnniMvPaPyZ7nm50U9Kodkt5RHY72jYC8NwG9y3TtpXHFxVc5VGQglxSXTPDoUs+v75VLXj1Z4gg== dependencies: "@ethersproject/networks" "^5.7.1" "@ethersproject/transactions" "^5.7.0" "@sphereon/did-uni-client" "^0.6.3" - "@sphereon/ssi-sdk-ext.key-utils" "0.22.1-next.12+d89542e" - "@sphereon/ssi-sdk.core" "0.25.0" + "@sphereon/ssi-sdk-ext.key-utils" "0.23.1-next.3+a9dbfa6" + "@sphereon/ssi-sdk.core" "0.27.0" "@stablelib/ed25519" "^1.0.3" "@veramo/core" "4.2.0" "@veramo/utils" "4.2.0" @@ -3478,19 +3478,19 @@ elliptic "^6.5.4" uint8arrays "^3.1.1" -"@sphereon/ssi-sdk-ext.key-manager@0.22.1-next.12": - version "0.22.1-next.12" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.key-manager/-/ssi-sdk-ext.key-manager-0.22.1-next.12.tgz#fbe5ec15f9bfea191e1a2c06dbed40dafe121241" - integrity sha512-1TugonqAztgB9pqhfI++kBjSoPl59Txy1x+963jXeWMKJakL9lwD/nPl6fUKPIbi6uIHvIKdtab8+3G80dGrdw== +"@sphereon/ssi-sdk-ext.key-manager@0.23.1-next.3": + version "0.23.1-next.3" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.key-manager/-/ssi-sdk-ext.key-manager-0.23.1-next.3.tgz#0a87019f867a091063cf6241947beeed7c7872a4" + integrity sha512-RJOyrMzKKHflH0T7r4tn7dRu93klOgA63yr8yAt3agsKTTgVOlByf0tv+Z6PaIuRA8QMbyz8psCmPSZfPtqYLQ== dependencies: - "@sphereon/ssi-sdk-ext.kms-local" "0.22.1-next.12+d89542e" + "@sphereon/ssi-sdk-ext.kms-local" "0.23.1-next.3+a9dbfa6" "@veramo/core" "4.2.0" "@veramo/key-manager" "4.2.0" -"@sphereon/ssi-sdk-ext.key-utils@0.22.1-next.12", "@sphereon/ssi-sdk-ext.key-utils@0.22.1-next.12+d89542e": - version "0.22.1-next.12" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.key-utils/-/ssi-sdk-ext.key-utils-0.22.1-next.12.tgz#9b2baa817babceddefece275cf693303ac4a8e79" - integrity sha512-BAyEf6hKql0e14jSlmbNt+S5ha0Q9oxyz3Dk2uiSv4498OiIuxOHkS+Krf2Sfx2vRDWDS1Ggwsv5z6M49dCX0g== +"@sphereon/ssi-sdk-ext.key-utils@0.23.1-next.3", "@sphereon/ssi-sdk-ext.key-utils@0.23.1-next.3+a9dbfa6": + version "0.23.1-next.3" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.key-utils/-/ssi-sdk-ext.key-utils-0.23.1-next.3.tgz#bed291e393efcea365dfeec82e8e767aba2ec03f" + integrity sha512-RcTspGfdGkLFp5jl1UxtE++YrnYBuv/xJzLU16FWrhTVgJN5d+P/iyrrPchguCWpdZtAK5JGR2zDIpnVpK4Vmg== dependencies: "@ethersproject/random" "^5.7.0" "@sphereon/isomorphic-webcrypto" "2.4.1-unstable.0" @@ -3508,14 +3508,14 @@ varint "^6.0.0" web-encoding "^1.1.5" -"@sphereon/ssi-sdk-ext.kms-local@0.22.1-next.12", "@sphereon/ssi-sdk-ext.kms-local@0.22.1-next.12+d89542e": - version "0.22.1-next.12" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.kms-local/-/ssi-sdk-ext.kms-local-0.22.1-next.12.tgz#8d03c40cf8009c9d868f53389669d85005ab33ca" - integrity sha512-hcvk5qHz9EPzpjIYmR2A76vg59ziwBptx4uPevIhKrYKcnJB9FpQtYUKPTLwFeBJhg1Iv3gpCBJxAmljMWK9dw== +"@sphereon/ssi-sdk-ext.kms-local@0.23.1-next.3", "@sphereon/ssi-sdk-ext.kms-local@0.23.1-next.3+a9dbfa6": + version "0.23.1-next.3" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk-ext.kms-local/-/ssi-sdk-ext.kms-local-0.23.1-next.3.tgz#4527f5146ad9bd2a8d2f9633b2c931175e3caa99" + integrity sha512-V4b/9i0JufGX/dp+Z4LeZ4VMKOCSNbUKmsL/a69v/SxkZeWg8JAG9kZSquF4QTyMpG08SgOI7zpO15iXCSURQg== dependencies: "@sphereon/isomorphic-webcrypto" "2.4.1-unstable.0" - "@sphereon/ssi-sdk-ext.did-utils" "0.22.1-next.12+d89542e" - "@sphereon/ssi-sdk-ext.key-utils" "0.22.1-next.12+d89542e" + "@sphereon/ssi-sdk-ext.did-utils" "0.23.1-next.3+a9dbfa6" + "@sphereon/ssi-sdk-ext.key-utils" "0.23.1-next.3+a9dbfa6" "@trust/keyto" "2.0.0-alpha1" "@veramo/core" "4.2.0" "@veramo/key-manager" "4.2.0" @@ -3523,10 +3523,10 @@ elliptic "^6.5.4" uint8arrays "3.1.1" -"@sphereon/ssi-sdk.agent-config@0.27.1-next.31+78935f7a": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.agent-config/-/ssi-sdk.agent-config-0.27.1-next.31.tgz#0f498130aa8f7466e4abddeeb4236b8be72a3568" - integrity sha512-3yz7um++ZJh30J6Kpi7i6XHuhkRZr2e44zU9s4OpaXrVi1Iuzv/5SivzvFpdJU4XiwQAqgwbz0Pax5p+S4UW3w== +"@sphereon/ssi-sdk.agent-config@0.28.1-next.11+f56a4863": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.agent-config/-/ssi-sdk.agent-config-0.28.1-next.11.tgz#c58b14ed4f5e690c9b6c9c00d525100d2ef0d165" + integrity sha512-avVpOeRWH38nQRcqMc151Z8QyiYlszWMmkCIVsJSBoG2LaM+XkIsLCPdrkVchs2Tv0oMqV9kQc7BFMMnDCA7Kg== dependencies: "@veramo/core" "4.2.0" debug "^4.3.5" @@ -3535,37 +3535,37 @@ url-parse "^1.5.10" yaml "^2.4.5" -"@sphereon/ssi-sdk.contact-manager@0.27.1-next.31", "@sphereon/ssi-sdk.contact-manager@0.27.1-next.31+78935f7a": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.contact-manager/-/ssi-sdk.contact-manager-0.27.1-next.31.tgz#f4a47473aa6961a582eef9d18b5ea110ac539561" - integrity sha512-I87bBr2jyVImtzhCX5R9aT4le9aGr9YhMGHDLrfymotsS4kFk03X8jbB4nfQUoURZVVAfLlGwCVRUDAZbDNycg== +"@sphereon/ssi-sdk.contact-manager@0.28.1-next.11", "@sphereon/ssi-sdk.contact-manager@0.28.1-next.11+f56a4863": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.contact-manager/-/ssi-sdk.contact-manager-0.28.1-next.11.tgz#a1533131d7e3b986e4558738de006fe32ce640e7" + integrity sha512-C7n4qOYV08Pxe1utQm71Nx8H9S+MfCA4AAo5eXxtZXi/12tpADOMWys4OSM60dlZ4DKnKr1IpPNZorZtwYDP5A== dependencies: - "@sphereon/ssi-sdk.data-store" "0.27.1-next.31+78935f7a" + "@sphereon/ssi-sdk.data-store" "0.28.1-next.11+f56a4863" cross-fetch "^3.1.8" debug "^4.3.5" typeorm "^0.3.20" -"@sphereon/ssi-sdk.core@0.25.0", "@sphereon/ssi-sdk.core@0.26.1-next.6", "@sphereon/ssi-sdk.core@0.27.1-next.31", "@sphereon/ssi-sdk.core@0.27.1-next.31+78935f7a": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.core/-/ssi-sdk.core-0.27.1-next.31.tgz#38d97ca08a21aa98dc36afb8d03addcdca48dfd1" - integrity sha512-FQwHey5aOYEINsAmKjV9F9CyKoQYLcznryIYrUwdymVw9x6lWC62EJSLvdHFirKOmSIOX2XA0UEw9sdxF3YEGw== +"@sphereon/ssi-sdk.core@0.27.0", "@sphereon/ssi-sdk.core@0.27.1-unstable.11", "@sphereon/ssi-sdk.core@0.28.1-next.11", "@sphereon/ssi-sdk.core@0.28.1-next.11+f56a4863": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.core/-/ssi-sdk.core-0.28.1-next.11.tgz#59f0b4f17e7beb4666fd6b11c49c2ad35e02c3e2" + integrity sha512-ecE823bIXmIMOLvEHAYWViHJOiLKN4rRHojq08yScxHu29DWJozfStkAqyv2DJe7UGA6RxqNNRdPargYk6Iung== dependencies: - "@sphereon/ssi-types" "0.27.1-next.31+78935f7a" + "@sphereon/ssi-types" "0.28.1-next.11+f56a4863" "@veramo/core" "4.2.0" cross-fetch "^3.1.8" debug "^4.3.5" image-size "2.0.0-beta.2" uint8arrays "3.1.1" -"@sphereon/ssi-sdk.data-store@0.26.1-next.6", "@sphereon/ssi-sdk.data-store@0.27.1-next.31", "@sphereon/ssi-sdk.data-store@0.27.1-next.31+78935f7a": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.data-store/-/ssi-sdk.data-store-0.27.1-next.31.tgz#0fb42d07b09507f621fcb8c78f107252b45c6c72" - integrity sha512-gk8fOneMzDrVJ7odumo5azOtYw4hN3acow72AHEGOmHoyhOY+V+MEnfo99oiyYdZq+poVC3Hkw3sZKrfcmzsBQ== +"@sphereon/ssi-sdk.data-store@0.27.1-unstable.11", "@sphereon/ssi-sdk.data-store@0.28.1-next.11", "@sphereon/ssi-sdk.data-store@0.28.1-next.11+f56a4863": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.data-store/-/ssi-sdk.data-store-0.28.1-next.11.tgz#e2ec9b23a778227d757c003d0e1f97bfb0201093" + integrity sha512-rnEw95882BiubGv1d3s2wbPoVB3W77ZxbRgmdM3F2VSuW0oA4gq3FXAdKHKPPFXgKA2w/0RW7q1d65a39NSw0w== dependencies: - "@sphereon/pex" "^3.3.3" - "@sphereon/ssi-sdk-ext.did-utils" "0.22.1-next.12" - "@sphereon/ssi-sdk.core" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-types" "0.27.1-next.31+78935f7a" + "@sphereon/pex" "^4.0.1" + "@sphereon/ssi-sdk-ext.did-utils" "0.23.1-next.3" + "@sphereon/ssi-sdk.core" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-types" "0.28.1-next.11+f56a4863" "@veramo/core" "4.2.0" "@veramo/utils" "4.2.0" blakejs "^1.2.1" @@ -3573,39 +3573,39 @@ debug "^4.3.5" typeorm "^0.3.20" -"@sphereon/ssi-sdk.event-logger@0.27.1-next.31": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.event-logger/-/ssi-sdk.event-logger-0.27.1-next.31.tgz#25580afa50fb23fabceaeee8cc389f89cc4d8b50" - integrity sha512-eCMBgnaRAQFBo5BUeOL1AzQHu70BjyGV8y0PqIkAjVkXN60VkUcrBLo282wwRmdQEEjSt3YF54mJY9UVkgagdQ== +"@sphereon/ssi-sdk.event-logger@0.28.1-next.11": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.event-logger/-/ssi-sdk.event-logger-0.28.1-next.11.tgz#038c8242706dc0809a2de90fa7d6ab953a7a1d2a" + integrity sha512-3xS+jjxB204L1YAId34DIVifunHW4AuYBbxOnC1GfZfIF8U5dgJmwDLDxVyAsdL9FyTpJWrkLWGtRvmsl/qZvQ== dependencies: - "@sphereon/ssi-sdk.data-store" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-types" "0.27.1-next.31+78935f7a" + "@sphereon/ssi-sdk.data-store" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-types" "0.28.1-next.11+f56a4863" uuid "^8.3.2" -"@sphereon/ssi-sdk.issuance-branding@0.27.1-next.31", "@sphereon/ssi-sdk.issuance-branding@0.27.1-next.31+78935f7a": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.issuance-branding/-/ssi-sdk.issuance-branding-0.27.1-next.31.tgz#853b1a35347f4ffbeab75236a0dcf30a9026ec3c" - integrity sha512-IaOYBtFDv2nKWnKemPvZNcTBwoWQJ5sG1k5QcUGOmSWf/TccK7Navuj+efzolMnEF5GXUJD2R9uUL3Dai57dEQ== +"@sphereon/ssi-sdk.issuance-branding@0.28.1-next.11", "@sphereon/ssi-sdk.issuance-branding@0.28.1-next.11+f56a4863": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.issuance-branding/-/ssi-sdk.issuance-branding-0.28.1-next.11.tgz#930a7ebdb94101923e40527a478e18a34ebe3203" + integrity sha512-JDsXPtKEQW39aqASkblxjcxm1PUz0s4P93JPvFwLyw0Dc5OQ2y3jNaHbntz2KyckNc1sFiGE/u5VQGmqSnVIuw== dependencies: - "@sphereon/ssi-sdk.core" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.data-store" "0.27.1-next.31+78935f7a" + "@sphereon/ssi-sdk.core" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.data-store" "0.28.1-next.11+f56a4863" debug "^4.3.5" typeorm "^0.3.20" -"@sphereon/ssi-sdk.oid4vci-holder@0.27.1-next.31": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.oid4vci-holder/-/ssi-sdk.oid4vci-holder-0.27.1-next.31.tgz#b9ad3f8682befaaa1c769dc0f70475a19b6d7f3a" - integrity sha512-UUMrTJOC0d3r8XcrMlI/ScfcjF+eRt4jBDd8QVDK3W0lweONmm8fi+4f9Ji5882Enz8Y6nWnIeBgobOANdspxw== +"@sphereon/ssi-sdk.oid4vci-holder@0.28.1-next.11": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.oid4vci-holder/-/ssi-sdk.oid4vci-holder-0.28.1-next.11.tgz#199e830a73a07981640c261044d4842c755120d5" + integrity sha512-y6HMd+U2JiYDTtTDAC1dwg8Dnb2AXkZgwUYzN4algYYZfV6luttkbOold2jTIZBag/6gmbsvOC0oXabZ/eg/BQ== dependencies: "@sphereon/oid4vci-client" "0.14.0" "@sphereon/oid4vci-common" "0.14.0" - "@sphereon/ssi-sdk-ext.did-utils" "0.22.1-next.12" - "@sphereon/ssi-sdk.contact-manager" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.core" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.data-store" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.issuance-branding" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.xstate-machine-persistence" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-types" "0.27.1-next.31+78935f7a" + "@sphereon/ssi-sdk-ext.did-utils" "0.23.1-next.3" + "@sphereon/ssi-sdk.contact-manager" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.core" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.data-store" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.issuance-branding" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.xstate-machine-persistence" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-types" "0.28.1-next.11+f56a4863" "@veramo/core" "4.2.0" "@veramo/data-store" "4.2.0" "@veramo/utils" "4.2.0" @@ -3614,59 +3614,59 @@ uuid "^9.0.1" xstate "^4.38.3" -"@sphereon/ssi-sdk.pd-manager@0.27.1-next.31+78935f7a": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.pd-manager/-/ssi-sdk.pd-manager-0.27.1-next.31.tgz#d997088c41569c66d8ddc1f4e094b6cabc35bdcc" - integrity sha512-i0U8qXnujAiyB83nOZNmcZVLU9XXm/A9S24kGt/QQz5782tyHfaikiKRwfOGJTkiYSeIl4UxtOlfQlD9599cxg== +"@sphereon/ssi-sdk.pd-manager@0.28.1-next.11+f56a4863": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.pd-manager/-/ssi-sdk.pd-manager-0.28.1-next.11.tgz#faf63cae51c1dd03b560e20b0e5f3f22cd6bd69c" + integrity sha512-4h+rB0XakGtHZXmec+gQDs/1amFnuZ6YIIXQOKgxInn213ubXf7Ffy+qal41/s+garjB75MYFRBHHYV8bipwLQ== dependencies: - "@sphereon/pex" "^3.3.3" + "@sphereon/pex" "^4.0.1" "@sphereon/pex-models" "^2.2.4" - "@sphereon/ssi-sdk.data-store" "0.27.1-next.31+78935f7a" + "@sphereon/ssi-sdk.data-store" "0.28.1-next.11+f56a4863" cross-fetch "^3.1.8" debug "^4.3.5" semver "^7.6.3" typeorm "^0.3.20" -"@sphereon/ssi-sdk.presentation-exchange@0.27.1-next.31+78935f7a": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.presentation-exchange/-/ssi-sdk.presentation-exchange-0.27.1-next.31.tgz#1708ec216d0da618a11d49d1c89cc28f05d678f6" - integrity sha512-9oKq4Jbfkh//CvPm8yK67f87EgOcEEzs37AloL7JVEN3vlbI/7hI9unzEQrkfOpsQOcLzSsDTX32tZxizVmXbw== +"@sphereon/ssi-sdk.presentation-exchange@0.28.1-next.11+f56a4863": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.presentation-exchange/-/ssi-sdk.presentation-exchange-0.28.1-next.11.tgz#1a67a0e4c0dabca61ce879a1c1bcd31a07481f64" + integrity sha512-TFAoMw6UdE5F+HVAFJG16cV8AX89Vyh403LvJFRAhkIRDrV0LZp96v0T2Ujtyzjg0huZ/NAjV+0I8qnJmtj/HA== dependencies: - "@sphereon/pex" "^3.3.3" + "@sphereon/pex" "^4.0.1" "@sphereon/pex-models" "^2.2.4" - "@sphereon/ssi-sdk-ext.did-utils" "0.22.1-next.12" - "@sphereon/ssi-sdk.data-store" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-types" "0.27.1-next.31+78935f7a" + "@sphereon/ssi-sdk-ext.did-utils" "0.23.1-next.3" + "@sphereon/ssi-sdk.data-store" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-types" "0.28.1-next.11+f56a4863" "@veramo/core" "4.2.0" -"@sphereon/ssi-sdk.sd-jwt@0.27.1-next.31": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.sd-jwt/-/ssi-sdk.sd-jwt-0.27.1-next.31.tgz#1a4d8c6bdb0cb3ca42a4ca1678706e9e97db6ec2" - integrity sha512-bzRrl0mOJpRZT5ThrEpw/r1PptrFntHvb7jjJSLbcuv5OG0FdxkmJo5AToVVPg/LDIzH5UkwbEWLp1D87emZyg== +"@sphereon/ssi-sdk.sd-jwt@0.28.1-next.11": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.sd-jwt/-/ssi-sdk.sd-jwt-0.28.1-next.11.tgz#dc454a4c92ab18936621eab65a65a4e6cc6ed613" + integrity sha512-0zuUrVGskyR3rJ5NMg1n3LJUJZSAjhdfOfb+VdTlhi/4jTz/FR4zD+sJMf4Phg9ZGdd/0/65t2T/7IOjuWm+7Q== dependencies: "@sd-jwt/core" "^0.6.1" "@sd-jwt/sd-jwt-vc" "^0.6.1" - "@sphereon/ssi-sdk-ext.did-utils" "0.22.1-next.12" + "@sphereon/ssi-sdk-ext.did-utils" "0.23.1-next.3" "@veramo/utils" "4.2.0" debug "^4.3.5" -"@sphereon/ssi-sdk.siopv2-oid4vp-op-auth@0.27.1-next.31": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.siopv2-oid4vp-op-auth/-/ssi-sdk.siopv2-oid4vp-op-auth-0.27.1-next.31.tgz#4baf8defa0b56553aad87bc106a20f91f3c17a76" - integrity sha512-FW1iVHBev/PwXNBHQKhpiYAJmFZUI3lTDANMtcBf7F/nbCQ9D+2KikaPtK1N75U5fl4sANp23XD7pSmxUZGhIw== +"@sphereon/ssi-sdk.siopv2-oid4vp-op-auth@0.28.1-next.11": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.siopv2-oid4vp-op-auth/-/ssi-sdk.siopv2-oid4vp-op-auth-0.28.1-next.11.tgz#a4af3a1ba02a6b57409275ee8f0ae30009ff4718" + integrity sha512-MT/x8t9zoEz/rHaRJBt+/VHhX6NtpHxlNDm50l4goXmw2+XSf8eShC4HObsdpndVytilXmQ+SvW818TZpF53Xw== dependencies: "@sphereon/did-auth-siop" "0.6.4" - "@sphereon/pex" "^3.3.3" + "@sphereon/pex" "^4.0.1" "@sphereon/pex-models" "2.2.4" - "@sphereon/ssi-sdk-ext.did-utils" "0.22.1-next.12" - "@sphereon/ssi-sdk.contact-manager" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.core" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.data-store" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.issuance-branding" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.pd-manager" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.presentation-exchange" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.xstate-machine-persistence" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-types" "0.27.1-next.31+78935f7a" + "@sphereon/ssi-sdk-ext.did-utils" "0.23.1-next.3" + "@sphereon/ssi-sdk.contact-manager" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.core" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.data-store" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.issuance-branding" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.pd-manager" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.presentation-exchange" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.xstate-machine-persistence" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-types" "0.28.1-next.11+f56a4863" "@sphereon/wellknown-dids-client" "^0.1.3" "@veramo/core" "4.2.0" "@veramo/credential-w3c" "4.2.0" @@ -3677,10 +3677,10 @@ uuid "^9.0.1" xstate "^4.38.3" -"@sphereon/ssi-sdk.vc-handler-ld-local@0.27.1-next.31": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.vc-handler-ld-local/-/ssi-sdk.vc-handler-ld-local-0.27.1-next.31.tgz#211c8ce5a5e36a729bea93294bc09efd34fd6a99" - integrity sha512-m8nTzwMP/ZkeHJApkcQ44XoilhAXnzKtyt6rMLisdipC11ejCmbLEglBseZVMtw+4P7jnN7Px0s1gNC5GSHeuA== +"@sphereon/ssi-sdk.vc-handler-ld-local@0.28.1-next.11": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.vc-handler-ld-local/-/ssi-sdk.vc-handler-ld-local-0.28.1-next.11.tgz#7c50d53c22651d9d0dd2472073182c77b9b56c37" + integrity sha512-Fd741Ec/Q5q7IG3oZPSCHEUHanQ7zzFcq62aH+25o2p0f7RCHq3IZvNmL2ma+f1xaZFVPq9M0Qv8oGGn5xak7Q== dependencies: "@digitalcredentials/ed25519-signature-2020" "~3.0.2" "@digitalcredentials/ed25519-verification-key-2020" "^4.0.0" @@ -3691,14 +3691,14 @@ "@digitalcredentials/x25519-key-agreement-2020-context" "^1.0.0" "@noble/hashes" "1.2.0" "@sphereon/isomorphic-webcrypto" "2.4.1-unstable.0" - "@sphereon/ssi-sdk-ext.did-utils" "0.22.1-next.12" - "@sphereon/ssi-sdk-ext.key-utils" "0.22.1-next.12" - "@sphereon/ssi-sdk.agent-config" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.core" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.data-store" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.vc-status-list" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.vc-status-list-issuer-drivers" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-types" "0.27.1-next.31+78935f7a" + "@sphereon/ssi-sdk-ext.did-utils" "0.23.1-next.3" + "@sphereon/ssi-sdk-ext.key-utils" "0.23.1-next.3" + "@sphereon/ssi-sdk.agent-config" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.core" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.data-store" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.vc-status-list" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.vc-status-list-issuer-drivers" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-types" "0.28.1-next.11+f56a4863" "@transmute/credentials-context" "0.7.0-unstable.82" "@transmute/ed25519-key-pair" "0.7.0-unstable.81" "@transmute/ed25519-signature-2018" "0.7.0-unstable.82" @@ -3719,34 +3719,34 @@ did-context "^3.1.1" ed25519-signature-2018-context "^1.1.0" ed25519-signature-2020-context "^1.1.0" - jsonld "link:../../../Users/niels/AppData/Local/Yarn/Cache/v6/npm-@sphereon-ssi-sdk-vc-handler-ld-local-0.27.1-next.31-211c8ce5a5e36a729bea93294bc09efd34fd6a99-integrity/node_modules/node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld" + jsonld "link:../../../Users/niels/AppData/Local/Yarn/Cache/v6/npm-@sphereon-ssi-sdk-vc-handler-ld-local-0.28.1-next.11-7c50d53c22651d9d0dd2472073182c77b9b56c37-integrity/node_modules/node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld" jsonld-signatures "^7.0.0" -"@sphereon/ssi-sdk.vc-status-list-issuer-drivers@0.27.1-next.31+78935f7a": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.vc-status-list-issuer-drivers/-/ssi-sdk.vc-status-list-issuer-drivers-0.27.1-next.31.tgz#59a2f6839cc0e8988bc6742e8223e90da4305ba6" - integrity sha512-imlhlSWJSSSCZenFbagdswx0XObGiyEgCXoAm9BJjNeFqBsWQVHiCO0hakjzdRsCmfnnncOHwsocgYuZHuz/rQ== - dependencies: - "@sphereon/ssi-express-support" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk-ext.did-utils" "0.22.1-next.12" - "@sphereon/ssi-sdk.agent-config" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.core" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.data-store" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-sdk.vc-status-list" "0.27.1-next.31+78935f7a" - "@sphereon/ssi-types" "0.27.1-next.31+78935f7a" +"@sphereon/ssi-sdk.vc-status-list-issuer-drivers@0.28.1-next.11+f56a4863": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.vc-status-list-issuer-drivers/-/ssi-sdk.vc-status-list-issuer-drivers-0.28.1-next.11.tgz#bd1646c803d882a8ff5cc50dbcf096ec2d73d52f" + integrity sha512-bEpQQpFEo6IzRX5eqWxb4D4ToZnRKMRH5F4S6ZjFmC4VLLrhgwELReGxjxdiuB44TShm2FndDTEA6Qnj0m/RUA== + dependencies: + "@sphereon/ssi-express-support" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk-ext.did-utils" "0.23.1-next.3" + "@sphereon/ssi-sdk.agent-config" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.core" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.data-store" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-sdk.vc-status-list" "0.28.1-next.11+f56a4863" + "@sphereon/ssi-types" "0.28.1-next.11+f56a4863" "@sphereon/vc-status-list" "7.0.0-next.0" "@veramo/core" "4.2.0" debug "^4.3.5" typeorm "^0.3.20" uint8arrays "^3.1.1" -"@sphereon/ssi-sdk.vc-status-list@0.27.1-next.31+78935f7a": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.vc-status-list/-/ssi-sdk.vc-status-list-0.27.1-next.31.tgz#00500b3b3cdd8bb1416a99fd2a56b66180c12fe8" - integrity sha512-tXSM/PESApQ/Dpbxw5Dr2Wc6klcigvpyllyZnleL18yrexyAXC2kij7vOrikvlYd0UR4LP4Y32hLweVhP7NPzg== +"@sphereon/ssi-sdk.vc-status-list@0.28.1-next.11+f56a4863": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.vc-status-list/-/ssi-sdk.vc-status-list-0.28.1-next.11.tgz#11c1609ceb96ea96a43cecb865a262a2de424f2c" + integrity sha512-Kb59KNoF+r0mqtaIM9/akbMV8PdiV8DqMZxxnWnfkK5Nsl1gR0sKKGr+gpkqufvLtIIDj+i9xf5tx51X9+STVg== dependencies: - "@sphereon/ssi-sdk-ext.did-utils" "0.22.1-next.12" - "@sphereon/ssi-types" "0.27.1-next.31+78935f7a" + "@sphereon/ssi-sdk-ext.did-utils" "0.23.1-next.3" + "@sphereon/ssi-types" "0.28.1-next.11+f56a4863" "@sphereon/vc-status-list" "7.0.0-next.0" "@veramo/core" "4.2.0" "@veramo/credential-status" "4.2.0" @@ -3754,57 +3754,57 @@ debug "^4.3.5" uint8arrays "^3.1.1" -"@sphereon/ssi-sdk.xstate-machine-persistence@0.27.1-next.31", "@sphereon/ssi-sdk.xstate-machine-persistence@0.27.1-next.31+78935f7a": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.xstate-machine-persistence/-/ssi-sdk.xstate-machine-persistence-0.27.1-next.31.tgz#4cd7ec01296f3613756efc134e74ab04839354c7" - integrity sha512-3eJ55vLuXhkeDfYuM5mebGjadV6vIdmg5+L7Z0TKBjLUmCj5HJmGkv1tOxqP+0EHlmcrXlR66C/yazFFRlYeOA== +"@sphereon/ssi-sdk.xstate-machine-persistence@0.28.1-next.11", "@sphereon/ssi-sdk.xstate-machine-persistence@0.28.1-next.11+f56a4863": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-sdk.xstate-machine-persistence/-/ssi-sdk.xstate-machine-persistence-0.28.1-next.11.tgz#0951ff26a18746f665aec6712ae1928d67d71a4a" + integrity sha512-AEArzyPA5dT8G6We6d0IYqQDu42cInEu/GS35/qhJUI7goGnzVutUWfIrU/8RSLTiFFJ9RMh6/cKbB3Ou5UHUg== dependencies: - "@sphereon/ssi-sdk.data-store" "0.27.1-next.31+78935f7a" + "@sphereon/ssi-sdk.data-store" "0.28.1-next.11+f56a4863" "@veramo/core" "4.2.0" uuid "^9.0.1" xstate "^4.38.3" -"@sphereon/ssi-types@0.22.0", "@sphereon/ssi-types@0.25.0", "@sphereon/ssi-types@0.26.1-next.132", "@sphereon/ssi-types@0.26.1-next.6", "@sphereon/ssi-types@0.27.1-next.31", "@sphereon/ssi-types@0.27.1-next.31+78935f7a", "@sphereon/ssi-types@^0.9.0": - version "0.27.1-next.31" - resolved "https://registry.yarnpkg.com/@sphereon/ssi-types/-/ssi-types-0.27.1-next.31.tgz#090c172d8f66e22dddb77c759cea4e807b581d8c" - integrity sha512-GwbywrBFbe0e4Get22BCioEcoP8Bg2irPosgj5aSS+W8HD22lN8toduewJX5xz9/oz2kQU6lNJxxz2+eSmvsVg== +"@sphereon/ssi-types@0.22.0", "@sphereon/ssi-types@0.27.0", "@sphereon/ssi-types@0.27.1-unstable.11", "@sphereon/ssi-types@0.28.0", "@sphereon/ssi-types@0.28.1-next.11", "@sphereon/ssi-types@0.28.1-next.11+f56a4863", "@sphereon/ssi-types@^0.9.0": + version "0.28.1-next.11" + resolved "https://registry.yarnpkg.com/@sphereon/ssi-types/-/ssi-types-0.28.1-next.11.tgz#b4727b583fd48968e8702e18b138df22c14f75d4" + integrity sha512-ABCN2TGkcuxQHWwaKrICVvDk7HV4wjc3Y8L6bnYnpGTeO2l4dj7fAsI8RfjQBG8d6fRX/N3mLwlBj9lbxZVsVA== dependencies: "@sd-jwt/decode" "^0.6.1" debug "^4.3.5" events "^3.3.0" jwt-decode "^3.1.2" -"@sphereon/ui-components.core@0.2.1-next.72", "@sphereon/ui-components.core@0.2.1-next.72+c957534": - version "0.2.1-next.72" - resolved "https://registry.yarnpkg.com/@sphereon/ui-components.core/-/ui-components.core-0.2.1-next.72.tgz#d1efc89ceadf36fcd839953d89252715f327a322" - integrity sha512-4rpYP+7XvpUj4RlgaTmQc5vRfMT/eKdHDgOkfpiNmGkD/vZmO0n2RCfKgs03qVBRlvsKAN1zJFyTEfRh7e+PPw== +"@sphereon/ui-components.core@0.2.1-next.85", "@sphereon/ui-components.core@0.2.1-next.85+0f6e513": + version "0.2.1-next.85" + resolved "https://registry.yarnpkg.com/@sphereon/ui-components.core/-/ui-components.core-0.2.1-next.85.tgz#dec5a23b2675b2c0bc92fdea01b8e7d9ef74c51e" + integrity sha512-76WYV8qZqoZreq51iPDIn4EUUp4FbhgH/eu0SJx73Mo+qZJhvwmXQ+QBroNXIDNEAQ7rhKeMYeI0au6dTxnJvg== dependencies: i18n-js "^3.8.0" lodash.memoize "^4.1.2" styled-components "^5.3.3" -"@sphereon/ui-components.credential-branding@0.2.1-next.72": - version "0.2.1-next.72" - resolved "https://registry.yarnpkg.com/@sphereon/ui-components.credential-branding/-/ui-components.credential-branding-0.2.1-next.72.tgz#b765a3300cb805bc4d6644a294165a4b82f61384" - integrity sha512-LrOlBW8cDwcmMqdse+w1PGOiDGUTy8WqLjCsxIavcPlLlQyO3PAV/PYZWZ1TW2iHjjpsY6/x3PpYfXdexem4Tg== +"@sphereon/ui-components.credential-branding@0.2.1-next.85": + version "0.2.1-next.85" + resolved "https://registry.yarnpkg.com/@sphereon/ui-components.credential-branding/-/ui-components.credential-branding-0.2.1-next.85.tgz#f503f0663ad05558825168b28a4c4605ba01c934" + integrity sha512-W/Lz98fV5RNpryPDHSIS9AiCFxQznecqbVMVfD+qLTQg+jCxQ47U4RoqIB/QQw7qtIgrhGXTxJxnxGlcXjVBjA== dependencies: - "@sphereon/ssi-sdk.core" "0.26.1-next.6" - "@sphereon/ssi-sdk.data-store" "0.26.1-next.6" - "@sphereon/ssi-types" "0.26.1-next.6" - "@sphereon/ui-components.core" "0.2.1-next.72+c957534" + "@sphereon/ssi-sdk.core" "0.27.1-unstable.11" + "@sphereon/ssi-sdk.data-store" "0.27.1-unstable.11" + "@sphereon/ssi-types" "0.27.1-unstable.11" + "@sphereon/ui-components.core" "0.2.1-next.85+0f6e513" "@veramo/core" "4.2.0" "@veramo/utils" "4.2.0" i18n-js "^3.8.0" uuid "^9.0.1" -"@sphereon/ui-components.ssi-react-native@0.2.1-next.72": - version "0.2.1-next.72" - resolved "https://registry.yarnpkg.com/@sphereon/ui-components.ssi-react-native/-/ui-components.ssi-react-native-0.2.1-next.72.tgz#d562777f4501279ce117cdd15f0d1178d934b93e" - integrity sha512-w2Vm8mfkLjsCkEB6hqqjjQ225v0pXU6Oljzd867G4MzHGkojg8eABjaLmi5NMCzNbO8QicNKXzQTj44BO1d3IQ== +"@sphereon/ui-components.ssi-react-native@0.2.1-next.85": + version "0.2.1-next.85" + resolved "https://registry.yarnpkg.com/@sphereon/ui-components.ssi-react-native/-/ui-components.ssi-react-native-0.2.1-next.85.tgz#a48c64418f925f55cafa6d7dbafeeccbf8bb9150" + integrity sha512-BQrjEOp/3SCjAjTZRFGV2/BNHOGJTcRAyADTVRh0gkACRxVSJATEBN5yjnL+ejXkUinXuNms8V2+qi4IsqPGIw== dependencies: "@react-native-community/blur" "^4.4.0" "@react-native-masked-view/masked-view" "0.3.1" - "@sphereon/ui-components.core" "0.2.1-next.72+c957534" + "@sphereon/ui-components.core" "0.2.1-next.85+0f6e513" expo-linear-gradient "~12.7.2" react-native-fast-image "^8.6.3" react-native-size-matters "^0.4.0" @@ -10464,7 +10464,7 @@ jsonld@^8.0.0: version "0.0.0" uid "" -"jsonld@link:../../../Users/niels/AppData/Local/Yarn/Cache/v6/npm-@sphereon-ssi-sdk-vc-handler-ld-local-0.27.1-next.31-211c8ce5a5e36a729bea93294bc09efd34fd6a99-integrity/node_modules/node_modules/.pnpm/@digitalcredentials+jsonld@6.0.0/node_modules/@digitalcredentials/jsonld": +"jsonld@link:..\\..\\node_modules\\.pnpm\\@digitalcredentials+jsonld@6.0.0\\node_modules\\@digitalcredentials\\jsonld": version "0.0.0" uid ""