mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-21 23:48:05 +00:00
Update domain references to pezkuwichain.app
This commit is contained in:
+3
-3
@@ -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
@@ -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
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user