Update domain references to pezkuwichain.app

This commit is contained in:
2026-01-06 12:20:45 +03:00
parent ec06da0ebc
commit 782581ecf6
6 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -3,10 +3,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=0.5, maximum-scale=1">
<meta http-equiv="refresh" content="0;URL='https://polkadot.js.org/docs/'" />
<title>Redirecting to https://polkadot.js.org/docs/</title>
<meta http-equiv="refresh" content="0;URL='https://js.pezkuwichain.app/docs/'" />
<title>Redirecting to https://js.pezkuwichain.app/docs/</title>
</head>
<body>
Redirecting to <a href="https://polkadot.js.org/docs/">https://polkadot.js.org/docs/</a>
Redirecting to <a href="https://js.pezkuwichain.app/docs/">https://js.pezkuwichain.app/docs/</a>
</body>
</html>
+3 -3
View File
@@ -3,10 +3,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=0.5, maximum-scale=1">
<meta http-equiv="refresh" content="0;URL='https://polkadot.js.org/docs/'" />
<title>Redirecting to https://polkadot.js.org/docs/</title>
<meta http-equiv="refresh" content="0;URL='https://js.pezkuwichain.app/docs/'" />
<title>Redirecting to https://js.pezkuwichain.app/docs/</title>
</head>
<body>
Redirecting to <a href="https://polkadot.js.org/docs/">https://polkadot.js.org/docs/</a>
Redirecting to <a href="https://js.pezkuwichain.app/docs/">https://js.pezkuwichain.app/docs/</a>
</body>
</html>
+1 -1
View File
@@ -37,7 +37,7 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@pezkuwi/dev": "^0.83.3",
"@polkadot/dev": "^0.83.3",
"@types/node": "^22.7.5"
},
"resolutions": {
+3 -3
View File
@@ -18,15 +18,15 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.0.1",
"version": "14.0.2",
"main": "index.js",
"dependencies": {
"@pezkuwi/util": "14.0.1",
"@pezkuwi/util-crypto": "14.0.1",
"@pezkuwi/util-crypto": "^14.0.2",
"tslib": "^2.8.0"
},
"peerDependencies": {
"@pezkuwi/util": "14.0.1",
"@pezkuwi/util-crypto": "14.0.1"
"@pezkuwi/util-crypto": "^14.0.2"
}
}
+3 -3
View File
@@ -20,7 +20,7 @@
"./packageDetect.cjs"
],
"type": "module",
"version": "14.0.1",
"version": "14.0.2",
"browser": {
"crypto": false,
"stream": false
@@ -31,8 +31,8 @@
"@noble/hashes": "^1.3.3",
"@pezkuwi/networks": "14.0.1",
"@pezkuwi/util": "14.0.1",
"@pezkuwi/wasm-crypto": "^7.5.3",
"@pezkuwi/wasm-util": "^7.5.3",
"@polkadot/wasm-crypto": "^7.5.3",
"@polkadot/wasm-util": "^7.5.3",
"@pezkuwi/x-bigint": "14.0.1",
"@pezkuwi/x-randomvalues": "14.0.1",
"@scure/base": "^1.1.7",
+1 -1
View File
@@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "14.0.1",
"version": "14.0.2",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",