mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-06-15 17:21:10 +00:00
Fix extension-dapp resolution: upgrade to 0.62.20
The 0.62.19 package had a broken structure (missing types field, wrong main entry pointing to non-existent index.js). Version 0.62.20 has the correct package structure with: - main: "./build/cjs/index.js" - types: "./build/index.d.ts" Updated resolutions in package.json to force 0.62.20 instead of ^0.62.18 which resolved to the broken 0.62.19. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+4
-3
@@ -69,7 +69,8 @@
|
||||
"devDependencies": {
|
||||
"@crustio/crust-pin": "^1.0.0",
|
||||
"@pezkuwi/dev": "^0.85.3",
|
||||
"@pezkuwi/extension-inject": "^0.62.18",
|
||||
"@pezkuwi/extension-dapp": "0.62.20",
|
||||
"@pezkuwi/extension-inject": "0.62.20",
|
||||
"@pinata/sdk": "^1.2.1",
|
||||
"@types/chart.js": "^2.9.41",
|
||||
"@types/file-saver": "^2.0.7",
|
||||
@@ -97,8 +98,8 @@
|
||||
"@pezkuwi/api-base": "^16.5.9",
|
||||
"@pezkuwi/api-contract": "^16.5.9",
|
||||
"@pezkuwi/api-derive": "^16.5.9",
|
||||
"@pezkuwi/extension-dapp": "^0.62.18",
|
||||
"@pezkuwi/extension-inject": "^0.62.18",
|
||||
"@pezkuwi/extension-dapp": "0.62.20",
|
||||
"@pezkuwi/extension-inject": "0.62.20",
|
||||
"@pezkuwi/hw-ledger": "^14.0.11",
|
||||
"@pezkuwi/keyring": "^14.0.11",
|
||||
"@pezkuwi/networks": "^14.0.11",
|
||||
|
||||
Reference in New Issue
Block a user