mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-28 00:28:02 +00:00
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:
@@ -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();
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user