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
+17 -17
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": "Promise and RxJS wrappers around the Pezkuwi JS RPC",
"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": {
@@ -591,21 +591,21 @@
}
},
"dependencies": {
"@pezkuwi/api-augment": "16.5.22",
"@pezkuwi/api-base": "16.5.22",
"@pezkuwi/api-derive": "16.5.22",
"@pezkuwi/keyring": "14.0.13",
"@pezkuwi/rpc-augment": "16.5.22",
"@pezkuwi/rpc-core": "16.5.22",
"@pezkuwi/rpc-provider": "16.5.22",
"@pezkuwi/types": "16.5.22",
"@pezkuwi/types-augment": "16.5.22",
"@pezkuwi/types-codec": "16.5.22",
"@pezkuwi/types-create": "16.5.22",
"@pezkuwi/types-known": "16.5.22",
"@pezkuwi/types-support": "16.5.22",
"@pezkuwi/util": "14.0.13",
"@pezkuwi/util-crypto": "14.0.13",
"@pezkuwi/api-augment": "16.5.34",
"@pezkuwi/api-base": "16.5.34",
"@pezkuwi/api-derive": "16.5.34",
"@pezkuwi/keyring": "14.0.23",
"@pezkuwi/rpc-augment": "16.5.34",
"@pezkuwi/rpc-core": "16.5.34",
"@pezkuwi/rpc-provider": "16.5.34",
"@pezkuwi/types": "16.5.34",
"@pezkuwi/types-augment": "16.5.34",
"@pezkuwi/types-codec": "16.5.34",
"@pezkuwi/types-create": "16.5.34",
"@pezkuwi/types-known": "16.5.34",
"@pezkuwi/types-support": "16.5.34",
"@pezkuwi/util": "14.0.23",
"@pezkuwi/util-crypto": "14.0.23",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1"