From 65869c1f8a57a699323c89f2c9ab942bcaef84f1 Mon Sep 17 00:00:00 2001 From: Mircea Nistor Date: Thu, 25 Jan 2024 12:39:26 +0100 Subject: [PATCH] chore: fix typo in plugin schemas (#1326) --- packages/core-types/src/plugin.schema.ts | 6 +++--- packages/did-comm/src/plugin.schema.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/core-types/src/plugin.schema.ts b/packages/core-types/src/plugin.schema.ts index 73aafb0db..cfb40014b 100644 --- a/packages/core-types/src/plugin.schema.ts +++ b/packages/core-types/src/plugin.schema.ts @@ -3821,7 +3821,7 @@ export default { "save": { "type": "boolean", "description": "Optional. If set to `true`, the message will be saved using\n {@link @veramo/core-types#IDataStore.dataStoreSaveMessage | dataStoreSaveMessage } \n

", - "deprecated": "Please call {@link @veramo/core-types#IDataStore.dataStoreSaveMessage | dataStoreSaveMessage()} after\r\nhandling the message and determining that it must be saved." + "deprecated": "Please call {@link @veramo/core-types#IDataStore.dataStoreSaveMessage | dataStoreSaveMessage()} after\nhandling the message and determining that it must be saved." } }, "required": [ @@ -4225,7 +4225,7 @@ export default { "save": { "type": "boolean", "description": "If this parameter is true, the resulting VerifiablePresentation is sent to the\n {@link @veramo/core-types#IDataStore | storage plugin } to be saved.", - "deprecated": "Please call\r\n{@link @veramo/core-types#IDataStore.dataStoreSaveVerifiableCredential | dataStoreSaveVerifiableCredential()} to\r\nsave the credential after creating it." + "deprecated": "Please call\n{@link @veramo/core-types#IDataStore.dataStoreSaveVerifiableCredential | dataStoreSaveVerifiableCredential()} to\nsave the credential after creating it." }, "proofFormat": { "$ref": "#/components/schemas/ProofFormat", @@ -4439,7 +4439,7 @@ export default { "save": { "type": "boolean", "description": "If this parameter is true, the resulting VerifiablePresentation is sent to the\n {@link @veramo/core-types#IDataStore | storage plugin } to be saved.

", - "deprecated": "Please call\r\n{@link @veramo/core-types#IDataStore.dataStoreSaveVerifiablePresentation |} * dataStoreSaveVerifiablePresentation()} to save the credential after creating it." + "deprecated": "Please call\n{@link @veramo/core-types#IDataStore.dataStoreSaveVerifiablePresentation |} * dataStoreSaveVerifiablePresentation()} to save the credential after creating it." }, "challenge": { "type": "string", diff --git a/packages/did-comm/src/plugin.schema.ts b/packages/did-comm/src/plugin.schema.ts index cbe41178a..4ada50639 100644 --- a/packages/did-comm/src/plugin.schema.ts +++ b/packages/did-comm/src/plugin.schema.ts @@ -660,7 +660,7 @@ export default { "required": [ "data" ], - "deprecated": "Please use {@link IDIDComm.sendDIDCommMessage } instead. This will be removed in Veramo 4.0.\r\nInput arguments for {@link IDIDComm.sendMessageDIDCommAlpha1 }" + "deprecated": "Please use {@link IDIDComm.sendDIDCommMessage } instead. This will be removed in Veramo 4.0.\nInput arguments for {@link IDIDComm.sendMessageDIDCommAlpha1 }" }, "IUnpackDIDCommMessageArgs": { "$ref": "#/components/schemas/IPackedDIDCommMessage",