diff --git a/packages/bbs-signatures/tests/v2.ldproof.credentials.propose-offerBbs.test.ts b/packages/bbs-signatures/tests/v2.ldproof.credentials.propose-offerBbs.test.ts index 2205fde9b0..78d06d862a 100644 --- a/packages/bbs-signatures/tests/v2.ldproof.credentials.propose-offerBbs.test.ts +++ b/packages/bbs-signatures/tests/v2.ldproof.credentials.propose-offerBbs.test.ts @@ -250,7 +250,7 @@ describeSkipNode17And18('credentials, BBS+ signature', () => { formats: [ { attach_id: expect.any(String), - format: 'aries/ld-proof-vc@1.0', + format: 'aries/ld-proof-vc@v1.0', }, ], 'credentials~attach': [ diff --git a/packages/core/src/modules/credentials/formats/jsonld/JsonLdCredentialFormatService.ts b/packages/core/src/modules/credentials/formats/jsonld/JsonLdCredentialFormatService.ts index 0b49134c0f..d598b68fe9 100644 --- a/packages/core/src/modules/credentials/formats/jsonld/JsonLdCredentialFormatService.ts +++ b/packages/core/src/modules/credentials/formats/jsonld/JsonLdCredentialFormatService.ts @@ -37,7 +37,7 @@ import { CredentialFormatSpec } from '../../models/CredentialFormatSpec' import { JsonLdCredentialDetail } from './JsonLdCredentialDetail' const JSONLD_VC_DETAIL = 'aries/ld-proof-vc-detail@v1.0' -const JSONLD_VC = 'aries/ld-proof-vc@1.0' +const JSONLD_VC = 'aries/ld-proof-vc@v1.0' export class JsonLdCredentialFormatService implements CredentialFormatService { public readonly formatKey = 'jsonld' as const diff --git a/packages/core/src/modules/credentials/formats/jsonld/__tests__/JsonLdCredentialFormatService.test.ts b/packages/core/src/modules/credentials/formats/jsonld/__tests__/JsonLdCredentialFormatService.test.ts index dfa001c528..0c3abd80e9 100644 --- a/packages/core/src/modules/credentials/formats/jsonld/__tests__/JsonLdCredentialFormatService.test.ts +++ b/packages/core/src/modules/credentials/formats/jsonld/__tests__/JsonLdCredentialFormatService.test.ts @@ -341,7 +341,7 @@ describe('JsonLd CredentialFormatService', () => { }) expect(format).toMatchObject({ attachmentId: expect.any(String), - format: 'aries/ld-proof-vc@1.0', + format: 'aries/ld-proof-vc@v1.0', }) }) }) diff --git a/packages/core/src/modules/credentials/protocol/v2/__tests__/v2.ldproof.credentials.propose-offerED25519.test.ts b/packages/core/src/modules/credentials/protocol/v2/__tests__/v2.ldproof.credentials.propose-offerED25519.test.ts index 6c514127ce..3cae9182d1 100644 --- a/packages/core/src/modules/credentials/protocol/v2/__tests__/v2.ldproof.credentials.propose-offerED25519.test.ts +++ b/packages/core/src/modules/credentials/protocol/v2/__tests__/v2.ldproof.credentials.propose-offerED25519.test.ts @@ -322,7 +322,7 @@ describe('V2 Credentials - JSON-LD - Ed25519', () => { formats: [ { attach_id: expect.any(String), - format: 'aries/ld-proof-vc@1.0', + format: 'aries/ld-proof-vc@v1.0', }, ], 'credentials~attach': [ @@ -593,7 +593,7 @@ describe('V2 Credentials - JSON-LD - Ed25519', () => { }, { attach_id: expect.any(String), - format: 'aries/ld-proof-vc@1.0', + format: 'aries/ld-proof-vc@v1.0', }, ], 'credentials~attach': [