mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-30 04:57:57 +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:
@@ -2,7 +2,7 @@
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.sr25519VrfVerify = sr25519VrfVerify;
|
||||
const tslib_1 = require("tslib");
|
||||
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