release: v14.0.25 - npm package structure fix

- Published from build/ directories for correct npm structure
- Updated wasm dependencies to 7.5.17
- All packages now have index.js at root level
This commit is contained in:
2026-02-01 21:45:12 +03:00
parent 0c2b211a12
commit 63781f8889
51 changed files with 242 additions and 164 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
exports.sr25519VrfSign = sr25519VrfSign;
const tslib_1 = require("tslib");
const utils_1 = require("@noble/hashes/utils");
const sr25519 = tslib_1.__importStar(require("@scure/sr25519"));
const sr25519 = tslib_1.__importStar(require("@pezkuwi/scure-sr25519"));
const util_1 = require("@pezkuwi/util");
const EMPTY_U8A = new Uint8Array();
/**