mirror of
https://github.com/pezkuwichain/pezkuwi-extension.git
synced 2026-06-19 19:21:05 +00:00
Rebrand: polkadot → pezkuwi build fixes
- Fixed webpack.shared.cjs and webpack.config.cjs imports - Fixed rollup.config.js imports - Added x-* package resolutions - Renamed hooks/index.js to hooks/index.ts - Added pezkuwi-exec-webpack script alias - Updated tsconfig.base.json with pezkuwi paths
This commit is contained in:
+40
-20
@@ -6,7 +6,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/pezkuwichain/pezkuwi-extension#readme",
|
||||
"license": "Apache-2.0",
|
||||
"packageManager": "yarn@4.9.2",
|
||||
"packageManager": "yarn@4.9.1",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "0.62.6",
|
||||
"version": "0.62.8",
|
||||
"versions": {
|
||||
"git": "0.62.6",
|
||||
"npm": "0.62.6"
|
||||
@@ -25,11 +25,11 @@
|
||||
"scripts": {
|
||||
"build": "yarn build:chrome && yarn build:ff",
|
||||
"build:before": "yarn build:i18n",
|
||||
"build:chrome": "cp ./packages/extension/manifest_chrome.json ./packages/extension/manifest.json && polkadot-dev-build-ts && yarn build:zip:chrome && yarn build:rollup",
|
||||
"build:ff": "cp ./packages/extension/manifest_firefox.json ./packages/extension/manifest.json && polkadot-dev-build-ts && yarn build:zip:ff && yarn build:rollup",
|
||||
"build:chrome": "cp ./packages/extension/manifest_chrome.json ./packages/extension/manifest.json && pezkuwi-dev-build-ts && yarn build:zip:chrome && yarn build:rollup",
|
||||
"build:ff": "cp ./packages/extension/manifest_firefox.json ./packages/extension/manifest.json && pezkuwi-dev-build-ts && yarn build:zip:ff && yarn build:rollup",
|
||||
"build:i18n": "i18next-scanner --config i18next-scanner.config.cjs",
|
||||
"build:release": "polkadot-ci-ghact-build",
|
||||
"build:rollup": "polkadot-exec-rollup --config",
|
||||
"build:release": "pezkuwi-ci-ghact-build",
|
||||
"build:rollup": "pezkuwi-exec-rollup --config",
|
||||
"build:zip": "yarn build:zip:chrome && yarn build:zip:ff",
|
||||
"build:zip:chrome": "cp ./packages/extension/manifest_chrome.json ./packages/extension/manifest.json && yarn build:zip:dst:chrome && yarn build:zip:src:chrome",
|
||||
"build:zip:dst:chrome": "rm -rf ./master-chrome-build.zip && cd packages/extension/build && zip -r -FS ../../../master-chrome-build.zip .",
|
||||
@@ -37,28 +37,48 @@
|
||||
"build:zip:ff": "cp ./packages/extension/manifest_firefox.json ./packages/extension/manifest.json && yarn build:zip:dst:ff && yarn build:zip:src:ff",
|
||||
"build:zip:src:chrome": "rm -rf ./master-chrome-src.zip && zip -r -x '*build/*' -x '*node_modules*' -FS ./master-chrome-src.zip packages .editorconfig eslint.config.js rollup.config.js CHANGELOG.md CONTRIBUTING.md i18next-scanner.config.cjs LICENSE package.json README.md tsconfig.json yarn.lock .yarnrc.yml tsconfig.base.json tsconfig.build.json tsconfig.eslint.json tsconfig.webpack.json",
|
||||
"build:zip:src:ff": "rm -rf ./master-ff-src.zip && zip -r -x '*build/*' -x '*node_modules*' -FS ./master-ff-src.zip packages .editorconfig eslint.config.js rollup.config.js CHANGELOG.md CONTRIBUTING.md i18next-scanner.config.cjs LICENSE package.json README.md tsconfig.json yarn.lock .yarnrc.yml tsconfig.base.json tsconfig.build.json tsconfig.eslint.json tsconfig.webpack.json",
|
||||
"clean": "polkadot-dev-clean-build",
|
||||
"clean": "pezkuwi-dev-clean-build",
|
||||
"diff": "rm -rf ff-diff && sh ./scripts/diff.sh",
|
||||
"lint": "polkadot-dev-run-lint",
|
||||
"postinstall": "polkadot-dev-yarn-only",
|
||||
"test": "EXTENSION_PREFIX='test' polkadot-dev-run-test --loader ./packages/extension-mocks/src/loader-empty.js --env browser ^:.spec.tsx",
|
||||
"test:one": "EXTENSION_PREFIX='test' polkadot-dev-run-test --env browser"
|
||||
"lint": "pezkuwi-dev-run-lint",
|
||||
"pezkuwi-exec-webpack": "pezkuwi-exec-webpack",
|
||||
"postinstall": "echo ok",
|
||||
"test": "EXTENSION_PREFIX='test' pezkuwi-dev-run-test --loader ./packages/extension-mocks/src/loader-empty.js --env browser ^:.spec.tsx",
|
||||
"test:one": "EXTENSION_PREFIX='test' pezkuwi-dev-run-test --env browser"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pezkuwi/dev": "^0.84.3",
|
||||
"@pezkuwi/dev": "^0.85.2",
|
||||
"@types/node": "^20.10.5",
|
||||
"i18next-scanner": "^4.4.0",
|
||||
"sinon-chrome": "^3.0.1"
|
||||
},
|
||||
"resolutions": {
|
||||
"@pezkuwi/api": "^16.5.3",
|
||||
"@pezkuwi/keyring": "^14.0.5",
|
||||
"@pezkuwi/networks": "^14.0.5",
|
||||
"@pezkuwi/rpc-provider": "^16.5.3",
|
||||
"@pezkuwi/types": "^16.5.3",
|
||||
"@pezkuwi/util": "^14.0.5",
|
||||
"@pezkuwi/util-crypto": "^14.0.5",
|
||||
"@pezkuwi/x-fetch": "^13.5.9",
|
||||
"@pezkuwi/api": "^16.5.6",
|
||||
"@pezkuwi/api-augment": "^16.5.6",
|
||||
"@pezkuwi/api-base": "^16.5.6",
|
||||
"@pezkuwi/api-derive": "^16.5.6",
|
||||
"@pezkuwi/hw-ledger-transports": "^14.0.7",
|
||||
"@pezkuwi/keyring": "^14.0.7",
|
||||
"@pezkuwi/networks": "^14.0.7",
|
||||
"@pezkuwi/rpc-augment": "^16.5.6",
|
||||
"@pezkuwi/rpc-core": "^16.5.6",
|
||||
"@pezkuwi/rpc-provider": "^16.5.6",
|
||||
"@pezkuwi/types": "^16.5.6",
|
||||
"@pezkuwi/types-augment": "^16.5.6",
|
||||
"@pezkuwi/types-codec": "^16.5.6",
|
||||
"@pezkuwi/types-create": "^16.5.6",
|
||||
"@pezkuwi/types-known": "^16.5.6",
|
||||
"@pezkuwi/types-support": "^16.5.6",
|
||||
"@pezkuwi/ui-keyring": "^3.16.8",
|
||||
"@pezkuwi/ui-shared": "^3.16.8",
|
||||
"@pezkuwi/util": "^14.0.7",
|
||||
"@pezkuwi/util-crypto": "^14.0.7",
|
||||
"@pezkuwi/x-bigint": "^14.0.7",
|
||||
"@pezkuwi/x-fetch": "^14.0.7",
|
||||
"@pezkuwi/x-global": "^14.0.7",
|
||||
"@pezkuwi/x-randomvalues": "^14.0.7",
|
||||
"@pezkuwi/x-textdecoder": "^14.0.7",
|
||||
"@pezkuwi/x-textencoder": "^14.0.7",
|
||||
"@pezkuwi/x-ws": "^14.0.7",
|
||||
"safe-buffer": "^5.2.1",
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user