mirror of
https://github.com/pezkuwichain/pezkuwi-extension.git
synced 2026-04-22 03:17:58 +00:00
Fix extension-dapp package exports and dependency versions
- Add proper exports map for workspace linking - Update extension-inject dependency to 0.62.19 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -18,10 +18,43 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"types": "./build/index.d.ts",
|
||||
"version": "0.62.19",
|
||||
"main": "index.js",
|
||||
"main": "./build/cjs/index.js",
|
||||
"module": "./build/index.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"module": {
|
||||
"types": "./build/index.d.ts",
|
||||
"default": "./build/index.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./build/cjs/index.d.ts",
|
||||
"default": "./build/cjs/index.js"
|
||||
},
|
||||
"default": {
|
||||
"types": "./build/index.d.ts",
|
||||
"default": "./build/index.js"
|
||||
}
|
||||
},
|
||||
"./bundle": {
|
||||
"module": {
|
||||
"types": "./build/bundle.d.ts",
|
||||
"default": "./build/bundle.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./build/cjs/bundle.d.ts",
|
||||
"default": "./build/cjs/bundle.js"
|
||||
},
|
||||
"default": {
|
||||
"types": "./build/bundle.d.ts",
|
||||
"default": "./build/bundle.js"
|
||||
}
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pezkuwi/extension-inject": "0.62.14",
|
||||
"@pezkuwi/extension-inject": "0.62.19",
|
||||
"@pezkuwi/util": "^14.0.11",
|
||||
"@pezkuwi/util-crypto": "^14.0.11",
|
||||
"tslib": "^2.8.1"
|
||||
|
||||
Reference in New Issue
Block a user