From: Chris Duncan Date: Fri, 19 Jun 2026 06:53:48 +0000 (-0700) Subject: v1.0.4 X-Git-Tag: v1.0.4^0 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=8d84763ec996246b181b958218d5856e2a8ee48d;p=nano25519.git v1.0.4 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 47dcdec..e8ff994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ SPDX-License-Identifier: GPL-3.0-or-later # Changelog +## v1.0.4 + +- Prevent crosstalk with other workers by checking URL and a unique ID per call. +- Update dependencies, including migrating to TypeScript 6. +- Optimize build process. +- Update versions of other libraries used on speed comparison webpage. + ## v1.0.3 - Rethrow errors encountered in async worker instead of silencing them. diff --git a/package-lock.json b/package-lock.json index e918d25..d393f3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nano25519", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nano25519", - "version": "1.0.3", + "version": "1.0.4", "license": "(GPL-3.0-or-later AND MIT)", "devDependencies": { "@types/node": "^25.9.3", diff --git a/package.json b/package.json index 704fcb3..d463f89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nano25519", - "version": "1.0.3", + "version": "1.0.4", "description": "Public key derivation, transaction signing, and signature verification for Nano cryptocurrency using AssemblyScript.", "keywords": [ "nemo",