]> zoso.dev Git - nano-pow.git/commitdiff
Patch version. previous v3.2.2
authorChris Duncan <chris@zoso.dev>
Sun, 23 Mar 2025 07:32:42 +0000 (00:32 -0700)
committerChris Duncan <chris@zoso.dev>
Sun, 23 Mar 2025 07:32:42 +0000 (00:32 -0700)
CHANGELOG.md
package-lock.json
package.json

index 7b96574f00b6fc74a36c602b4fa4e8783322f022..227c1b1c9b4266140752c39bf1e0745e185543fd 100644 (file)
@@ -3,6 +3,21 @@ SPDX-FileCopyrightText: 2025 Chris Duncan <chris@zoso.dev>
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
+## v3.2.2
+
+### Notable Changes
+
+Implement lazy initialization of both APIs.
+
+Parse CLI output with regular expression and try to print as JSON before falling
+back to text.
+
+Fix CLI statements that were causing issues with older versions of node.
+
+Fix getter type.
+
+
+
 ## v3.2.1
 
 ### Notable Changes
index 4fb2d9089650faf64567433e0ce003be1859a299..7915b65c59a929d2e7a32640e47d91f460ea743e 100644 (file)
@@ -1,12 +1,12 @@
 {
        "name": "nano-pow",
-       "version": "3.2.1",
+       "version": "3.2.2",
        "lockfileVersion": 3,
        "requires": true,
        "packages": {
                "": {
                        "name": "nano-pow",
-                       "version": "3.2.1",
+                       "version": "3.2.2",
                        "license": "(GPL-3.0-or-later AND MIT)",
                        "bin": {
                                "nano-pow": "dist/bin/cli.js"
index b77ea5b181437c70a025d178318216674658a44b..f145b95dcd3883c62d80ef0a956d9a40efc95175 100644 (file)
@@ -1,6 +1,6 @@
 {
        "name": "nano-pow",
-       "version": "3.2.1",
+       "version": "3.2.2",
        "description": "Proof-of-work generation and validation with WebGPU/WebGL for Nano cryptocurrency.",
        "keywords": [
                "nemo",