Follows the rename in quantus/common. The point is not tidiness: with the forks numbered 14.0.3, a missing resolution here would have been satisfied from npm by the unforked upstream package, installing cleanly and silently dropping Quantus support. Now it fails with "No candidates found" — verified by removing the @polkadot/networks resolution and running an install. Refs quantus/extension#2 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012uDUodEcRbBwNRi3UCmw8f
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/ui/issues",
|
|
"engines": {
|
|
"node": ">=18.14"
|
|
},
|
|
"homepage": "https://github.com/polkadot-js/ui#readme",
|
|
"license": "Apache-2.0",
|
|
"packageManager": "yarn@4.5.1",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/ui.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "3.16.7",
|
|
"versions": {
|
|
"git": "3.16.7",
|
|
"npm": "3.16.7"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "polkadot-dev-build-ts",
|
|
"build:release": "polkadot-ci-ghact-build",
|
|
"build:rollup": "polkadot-exec-rollup --config",
|
|
"clean": "polkadot-dev-clean-build",
|
|
"lint": "polkadot-dev-run-lint",
|
|
"postinstall": "polkadot-dev-yarn-only",
|
|
"test": "polkadot-dev-run-test --env browser",
|
|
"test:one": "polkadot-dev-run-test --env browser"
|
|
},
|
|
"devDependencies": {
|
|
"@polkadot/dev": "^0.83.3",
|
|
"@polkadot/x-bundle": "^14.0.3",
|
|
"@types/node": "^22.10.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-is": "^18.2.0",
|
|
"react-native": "^0.73.1"
|
|
},
|
|
"resolutions": {
|
|
"@polkadot/keyring": "https://git.lair.cafe/api/packages/quantus/npm/%40polkadot%2Fkeyring/-/14.0.3-quantus.1/keyring-14.0.3-quantus.1.tgz",
|
|
"@polkadot/networks": "https://git.lair.cafe/api/packages/quantus/npm/%40polkadot%2Fnetworks/-/14.0.3-quantus.1/networks-14.0.3-quantus.1.tgz",
|
|
"@polkadot/util-crypto": "https://git.lair.cafe/api/packages/quantus/npm/%40polkadot%2Futil-crypto/-/14.0.3-quantus.1/util-crypto-14.0.3-quantus.1.tgz",
|
|
"typescript": "5.5.4"
|
|
}
|
|
}
|