mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 03:17:58 +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:
@@ -21,7 +21,7 @@
|
||||
],
|
||||
"type": "module",
|
||||
"types": "./index.d.ts",
|
||||
"version": "14.0.20",
|
||||
"version": "14.0.23",
|
||||
"browser": {
|
||||
"crypto": false,
|
||||
"stream": false
|
||||
@@ -2041,17 +2041,17 @@
|
||||
"dependencies": {
|
||||
"@noble/curves": "^1.3.0",
|
||||
"@noble/hashes": "^1.3.3",
|
||||
"@pezkuwi/networks": "14.0.20",
|
||||
"@pezkuwi/networks": "14.0.23",
|
||||
"@pezkuwi/scure-sr25519": "^0.2.1",
|
||||
"@pezkuwi/util": "14.0.20",
|
||||
"@pezkuwi/wasm-crypto": "^7.5.10",
|
||||
"@pezkuwi/util": "14.0.23",
|
||||
"@pezkuwi/wasm-crypto": "^7.5.15",
|
||||
"@pezkuwi/wasm-util": "^7.5.10",
|
||||
"@pezkuwi/x-bigint": "14.0.20",
|
||||
"@pezkuwi/x-randomvalues": "14.0.20",
|
||||
"@pezkuwi/x-bigint": "14.0.23",
|
||||
"@pezkuwi/x-randomvalues": "14.0.23",
|
||||
"@scure/base": "^1.1.7",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@pezkuwi/util": "14.0.20"
|
||||
"@pezkuwi/util": "14.0.23"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user