diff --git a/package-lock.json b/package-lock.json index cf46039..04f0c94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "arweave", - "version": "1.15.3", + "version": "1.15.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arweave", - "version": "1.15.3", + "version": "1.15.4", "license": "MIT", "dependencies": { "arconnect": "^0.4.2", diff --git a/package.json b/package.json index 2df6123..97e0e6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arweave", - "version": "1.15.3", + "version": "1.15.4", "description": "Arweave JS client library", "main": "./node/index.js", "react-native": "./node/index.js", diff --git a/src/common/lib/crypto/node-driver.ts b/src/common/lib/crypto/node-driver.ts index b95bcda..547a4db 100644 --- a/src/common/lib/crypto/node-driver.ts +++ b/src/common/lib/crypto/node-driver.ts @@ -92,8 +92,8 @@ export default class NodeCryptoDriver implements CryptoInterface { }; console.warn( "Transaction Verification Failed! \n" + - `Details: ${JSON.stringify(details, null, 2)} \n` + - "N.B. ArweaveJS is only guaranteed to verify txs created using ArweaveJS." + `Details: ${JSON.stringify(details, null, 2)} \n` + + "N.B. ArweaveJS is only guaranteed to verify txs created using ArweaveJS." ); }