mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-06-14 10:01:03 +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:
@@ -19,7 +19,7 @@
|
||||
],
|
||||
"type": "module",
|
||||
"types": "./index.d.ts",
|
||||
"version": "14.0.20",
|
||||
"version": "14.0.23",
|
||||
"main": "./cjs/index.js",
|
||||
"module": "./index.js",
|
||||
"exports": {
|
||||
@@ -283,12 +283,12 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@pezkuwi/util": "14.0.20",
|
||||
"@pezkuwi/util-crypto": "14.0.20",
|
||||
"@pezkuwi/util": "14.0.23",
|
||||
"@pezkuwi/util-crypto": "14.0.23",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@pezkuwi/util": "14.0.20",
|
||||
"@pezkuwi/util-crypto": "14.0.20"
|
||||
"@pezkuwi/util": "14.0.23",
|
||||
"@pezkuwi/util-crypto": "14.0.23"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user