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
@@ -1,4 +1,4 @@
import * as sr25519 from '@scure/sr25519';
import * as sr25519 from '@pezkuwi/scure-sr25519';
import { u8aToU8a } from '@pezkuwi/util';
const EMPTY_U8A = new Uint8Array();
/**