]> zoso.dev Git - nano-pow.git/commitdiff
Patch version. v4.0.3
authorChris Duncan <chris@zoso.dev>
Sat, 22 Mar 2025 06:32:35 +0000 (23:32 -0700)
committerChris Duncan <chris@zoso.dev>
Sat, 22 Mar 2025 06:32:35 +0000 (23:32 -0700)
CHANGELOG.md
package-lock.json
package.json

index 51d56239c6ecf411b34585d2af5b3771caa311ca..86f2aa0a4ca2e8c59e8715bad94a988e70857f8f 100644 (file)
@@ -3,6 +3,19 @@ SPDX-FileCopyrightText: 2025 Chris Duncan <chris@zoso.dev>
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
+## v4.0.3
+
+### Notable Changes
+
+Import `node:crypto` module for older versions of Node which require it to be
+specified explicitly.
+
+Fix warning in shell script when no arguments are present.
+
+Log IP address instead of static 'http://localhost' value from testing.
+
+
+
 ## v4.0.2
 
 ### Notable Changes
index 7b1754093a40cd595047eb5a918015a3ae12c439..47bfe334dd90a5a064d4f5bcd553a5c0d3905ca4 100644 (file)
@@ -1,16 +1,13 @@
 {
        "name": "nano-pow",
-       "version": "4.0.2",
+       "version": "4.0.3",
        "lockfileVersion": 3,
        "requires": true,
        "packages": {
                "": {
                        "name": "nano-pow",
-                       "version": "4.0.2",
+                       "version": "4.0.3",
                        "license": "(GPL-3.0-or-later AND MIT)",
-                       "dependencies": {
-                               "puppeteer": "24.4.0"
-                       },
                        "bin": {
                                "nano-pow": "dist/bin/nano-pow.sh"
                        },
index 3d6cff2f724b7d52d9054fcbfa71d3e0d08a9e7c..9bc7a5cc517c634a82bd491ab7ab1dd34f3cc6ad 100644 (file)
@@ -1,6 +1,6 @@
 {
        "name": "nano-pow",
-       "version": "4.0.2",
+       "version": "4.0.3",
        "description": "Proof-of-work generation and validation with WebGPU/WebGL for Nano cryptocurrency.",
        "keywords": [
                "nemo",