release: v16.5.36 - npm package structure fix

- Published from build/ directories for correct npm structure
- Updated common dependencies to 14.0.25
- Added AuthorizeCall signed extension support
- All packages now have index.js at root level
This commit is contained in:
2026-02-01 21:45:29 +03:00
parent 66983cca98
commit 1be455e7ad
81 changed files with 5899 additions and 5122 deletions
+10 -10
View File
@@ -1,5 +1,5 @@
{
"author": "Jaco Greeff <jacogr@gmail.com>",
"author": "PezkuwiChain <dev@pezkuwichain.io>",
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
"description": "Transport providers for the API",
"engines": {
@@ -19,7 +19,7 @@
],
"type": "module",
"types": "./index.d.ts",
"version": "16.5.22",
"version": "16.5.34",
"main": "./cjs/index.js",
"module": "./index.js",
"exports": {
@@ -325,14 +325,14 @@
}
},
"dependencies": {
"@pezkuwi/keyring": "14.0.13",
"@pezkuwi/types": "16.5.22",
"@pezkuwi/types-support": "16.5.22",
"@pezkuwi/util": "14.0.13",
"@pezkuwi/util-crypto": "14.0.13",
"@pezkuwi/x-fetch": "14.0.13",
"@pezkuwi/x-global": "14.0.13",
"@pezkuwi/x-ws": "14.0.13",
"@pezkuwi/keyring": "14.0.23",
"@pezkuwi/types": "16.5.34",
"@pezkuwi/types-support": "16.5.34",
"@pezkuwi/util": "14.0.23",
"@pezkuwi/util-crypto": "14.0.23",
"@pezkuwi/x-fetch": "14.0.23",
"@pezkuwi/x-global": "14.0.23",
"@pezkuwi/x-ws": "14.0.23",
"eventemitter3": "^5.0.1",
"mock-socket": "^9.3.1",
"nock": "^13.5.5",