Rebrand: polkadot → pezkuwi build fixes

- Fixed TypeScript type assertion issues
- Updated imports from api-augment/substrate to api-augment/bizinikiwi
- Fixed imgConvert.mjs header and imports
- Added @ts-expect-error for runtime-converted types
- Fixed all @polkadot copyright headers to @pezkuwi
This commit is contained in:
2026-01-07 02:32:54 +03:00
parent fe2cd390f6
commit 1295c36241
4678 changed files with 26389 additions and 63316 deletions
@@ -1,16 +1,16 @@
{
"bugs": "https://github.com/polkadot-js/apps/issues",
"bugs": "https://github.com/pezkuwichain/pezkuwi-web-app-projects/issues",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/polkadot-js/apps/tree/master/packages/react-api#readme",
"homepage": "https://github.com/pezkuwichain/pezkuwi-web-app-projects/tree/master/packages/react-api#readme",
"license": "Apache-2.0",
"name": "@polkadot/react-api",
"name": "@pezkuwi/react-api",
"private": true,
"repository": {
"directory": "packages/react-api",
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
"url": "https://github.com/pezkuwichain/pezkuwi-web-app-projects.git"
},
"sideEffects": true,
"type": "module",
@@ -20,10 +20,11 @@
"path": false
},
"dependencies": {
"@polkadot/api": "^16.5.2",
"@polkadot/extension-compat-metamask": "^0.62.4",
"@polkadot/extension-dapp": "^0.62.4",
"@polkadot/rpc-provider": "^16.5.2",
"@pezkuwi/api": "^16.5.6",
"@pezkuwi/extension-compat-metamask": "^0.62.10",
"@pezkuwi/extension-dapp": "^0.62.11",
"@pezkuwi/extension-inject": "^0.62.11",
"@pezkuwi/rpc-provider": "^16.5.6",
"fflate": "^0.8.1",
"rxjs": "^7.8.1"
},