]> zoso.dev Git - nano-pow.git/commitdiff
Patch version. v3.1.4
authorChris Duncan <chris@zoso.dev>
Sun, 16 Mar 2025 06:31:31 +0000 (23:31 -0700)
committerChris Duncan <chris@zoso.dev>
Sun, 16 Mar 2025 06:31:31 +0000 (23:31 -0700)
CHANGELOG.md
package-lock.json
package.json

index dd5bd564484867496960bfefec77c85116c454c2..9589ab8b41187c19ba6ca120109fe1a6161b6bb6 100644 (file)
@@ -3,6 +3,19 @@ SPDX-FileCopyrightText: 2025 Chris Duncan <chris@zoso.dev>
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
+## v3.1.4
+
+### Notable Changes
+
+#### Reorganize source directory structure.
+
+As the project expands in scope, a better directory structure is necessary to
+keep files organized. Documentation and test files are now in top-level folders.
+PoW modules are filed by API instead of by file type. File paths have been
+updated accordingly.
+
+
+
 ## v3.1.3
 
 ### Notable Changes
index 2d9278f3b6540c55b92259a88f5973832733db3f..40118969f141e2e2f2c2166d190972b337c33708 100644 (file)
@@ -1,15 +1,15 @@
 {
        "name": "nano-pow",
-       "version": "3.1.3",
+       "version": "3.1.4",
        "lockfileVersion": 3,
        "requires": true,
        "packages": {
                "": {
                        "name": "nano-pow",
-                       "version": "3.1.3",
+                       "version": "3.1.4",
                        "license": "(GPL-3.0-or-later AND MIT)",
                        "bin": {
-                               "nano-pow": "dist/cli.js"
+                               "nano-pow": "dist/bin/cli.js"
                        },
                        "devDependencies": {
                                "@types/node": "^22.13.10",
index 5d2c2b1500536c6e20bc447e663882f11e0be627..c0c0458d544b87d21537b39c36d3cf7e7fc4e20c 100644 (file)
@@ -1,6 +1,6 @@
 {
        "name": "nano-pow",
-       "version": "3.1.3",
+       "version": "3.1.4",
        "description": "Proof-of-work generation and validation with WebGPU/WebGL for Nano cryptocurrency.",
        "keywords": [
                "nemo",