refactor: Move pezkuwi-sdk-ui to separate repo, add postinstall for mobile

- Remove pezkuwi-sdk-ui from pwap (now at /home/mamostehp/pezkuwi-sdk-ui)
- Add scripts/fix-pezkuwi-packages.cjs for @pezkuwi package path fixes
- Add postinstall hook to mobile package.json
- Update metro.config.cjs documentation
- Update backend @pezkuwi/api version to 16.5.11

pezkuwi-sdk-ui is now a standalone repo at:
https://github.com/pezkuwichain/pezkuwi-sdk-ui

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 14:44:52 +03:00
parent 7e2c2840d3
commit 12feaee1b1
5831 changed files with 206 additions and 304356 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"dev": "node --watch src/index.js"
},
"dependencies": {
"@pezkuwi/api": "^16.5.9",
"@pezkuwi/api": "^16.5.11",
"@pezkuwi/util": "^14.0.11",
"@pezkuwi/util-crypto": "^14.0.11",
"cors": "^2.8.5",