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
+2 -1
View File
@@ -2,7 +2,8 @@
"extends": "@pezkuwi/dev/config/tsconfig.json",
"compilerOptions": {
"composite": true,
"noUnusedLocals": true,
"noUnusedLocals": false,
"skipLibCheck": true,
"paths": {
"@pezkuwi/api": ["api/src/index.ts"],
"@pezkuwi/api/base": ["api/src/base/index.ts"],