From 37b02f77d29331910d1bec25722098bf78482b8b Mon Sep 17 00:00:00 2001 From: Ben Date: Wed, 23 Aug 2023 18:00:04 +0200 Subject: [PATCH] patch --- package-lock.json | 4 ++-- package.json | 2 +- src/account/Account.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 847a0350..6c8cef0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@massalabs/wallet-provider", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@massalabs/wallet-provider", - "version": "1.3.2", + "version": "1.3.3", "license": "(MIT AND Apache-2.0)", "dependencies": { "@hicaru/bearby.js": "^0.4.7", diff --git a/package.json b/package.json index 4d2bebc5..897019e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@massalabs/wallet-provider", - "version": "1.3.2", + "version": "1.3.3", "description": "massa's wallet provider", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/account/Account.ts b/src/account/Account.ts index 1706572f..0776b4ce 100644 --- a/src/account/Account.ts +++ b/src/account/Account.ts @@ -87,7 +87,7 @@ export class Account implements IAccount { * This method aims to sign a message. * * @param data - The message to be signed. - * @returns An IAccountSignResponse object. It contains the signature of the message. + * @returns An IAccountSignOutput object. It contains the signature of the message. */ public async sign(data: Buffer | Uint8Array): Promise { return new Promise((resolve, reject) => {