]> git.codecow.com Git - nano25519.git/commitdiff
v1.0.4 v1.0.4
authorChris Duncan <chris@zoso.dev>
Fri, 19 Jun 2026 06:53:48 +0000 (23:53 -0700)
committerChris Duncan <chris@zoso.dev>
Fri, 19 Jun 2026 06:53:48 +0000 (23:53 -0700)
CHANGELOG.md
package-lock.json
package.json

index 47dcdec55efe3355c312fb7cc6a68440462e1943..e8ff99408578e386dcc4d52b8a459c82664f0f2b 100644 (file)
@@ -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.
index e918d257ec1d00c7a9d972f8e9e5b5c1e882f2d6..d393f3af8290d6987808bbd08a4f466fa59d4411 100644 (file)
@@ -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",
index 704fcb3c4f477f739e4db199e843b64c783b5f67..d463f89ed36a8bef74fab866b40482da3aabaeb2 100644 (file)
@@ -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",