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
+8 -8
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": "Implementation of the SCALE codec",
"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": {
@@ -1142,12 +1142,12 @@
}
},
"dependencies": {
"@pezkuwi/types": "16.5.22",
"@pezkuwi/types-augment": "16.5.22",
"@pezkuwi/types-support": "16.5.22",
"@pezkuwi/util": "14.0.13",
"@pezkuwi/util-crypto": "14.0.13",
"@pezkuwi/x-bigint": "14.0.13",
"@pezkuwi/types": "16.5.34",
"@pezkuwi/types-augment": "16.5.34",
"@pezkuwi/types-support": "16.5.34",
"@pezkuwi/util": "14.0.23",
"@pezkuwi/util-crypto": "14.0.23",
"@pezkuwi/x-bigint": "14.0.22",
"tslib": "^2.8.1"
}
}
+1 -1
View File
@@ -3,4 +3,4 @@
// Do not edit, auto-generated by @pezkuwi/dev
export const packageInfo = { name: '@pezkuwi/types-codec', path: 'auto', type: 'auto', version: '16.5.18' };
export const packageInfo = { name: '@pezkuwi/types-codec', path: 'auto', type: 'auto', version: '16.5.34' };