]> git.codecow.com Git - nano-pow.git/commitdiff
Patch version. v5.1.5
authorChris Duncan <chris@zoso.dev>
Fri, 15 Aug 2025 22:01:20 +0000 (15:01 -0700)
committerChris Duncan <chris@zoso.dev>
Fri, 15 Aug 2025 22:01:20 +0000 (15:01 -0700)
CHANGELOG.md
package-lock.json
package.json

index 238f4c3a789519910bc08b50d1440f19ca388576..bd8b3c5c10c7c69ef2ba97a700f65a03b7db1efd 100644 (file)
@@ -3,6 +3,20 @@ SPDX-FileCopyrightText: 2025 Chris Duncan <chris@zoso.dev>
 SPDX-License-Identifier: GPL-3.0-or-later
 -->
 
+## v5.1.5
+
+### Notable Changes
+
+Specify backing buffer types where needed as required by new TypeScript built-in
+type definitions.
+
+Remove `browser` field from `package.json` due to causing issues with Webpack
+bundlers.
+
+Update dev dependencies.
+
+
+
 ## v5.1.4
 
 ### Notable Changes
index 2695e94a60ac2d2d28a5306e578012e9d5ad87a5..bec70633b94f016a2d5014305a60ca7953968a68 100644 (file)
@@ -1,12 +1,12 @@
 {
        "name": "nano-pow",
-       "version": "5.1.4",
+       "version": "5.1.5",
        "lockfileVersion": 3,
        "requires": true,
        "packages": {
                "": {
                        "name": "nano-pow",
-                       "version": "5.1.4",
+                       "version": "5.1.5",
                        "license": "(GPL-3.0-or-later AND MIT)",
                        "bin": {
                                "nano-pow": "dist/bin/nano-pow.sh"
index 11ebfda2a9596a120c239848393b4b495a96d5ce..d7406afa794597691c9fdb7750b3bf3ce3525a36 100644 (file)
@@ -1,6 +1,6 @@
 {
        "name": "nano-pow",
-       "version": "5.1.4",
+       "version": "5.1.5",
        "description": "Proof-of-work generation and validation with WebGPU/WebGL/WASM for Nano cryptocurrency.",
        "keywords": [
                "nemo",