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>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="initial-scale=0.5, maximum-scale=1">
|
<meta name="viewport" content="initial-scale=0.5, maximum-scale=1">
|
||||||
<meta http-equiv="refresh" content="0;URL='https://polkadot.js.org/docs/'" />
|
<meta http-equiv="refresh" content="0;URL='https://js.pezkuwichain.app/docs/'" />
|
||||||
<title>Redirecting to https://polkadot.js.org/docs/</title>
|
<title>Redirecting to https://js.pezkuwichain.app/docs/</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+3
-3
@@ -3,10 +3,10 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="initial-scale=0.5, maximum-scale=1">
|
<meta name="viewport" content="initial-scale=0.5, maximum-scale=1">
|
||||||
<meta http-equiv="refresh" content="0;URL='https://polkadot.js.org/docs/'" />
|
<meta http-equiv="refresh" content="0;URL='https://js.pezkuwichain.app/docs/'" />
|
||||||
<title>Redirecting to https://polkadot.js.org/docs/</title>
|
<title>Redirecting to https://js.pezkuwichain.app/docs/</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+1
-1
@@ -37,7 +37,7 @@
|
|||||||
"test:one": "polkadot-dev-run-test --env browser"
|
"test:one": "polkadot-dev-run-test --env browser"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@pezkuwi/dev": "^0.83.3",
|
"@polkadot/dev": "^0.83.3",
|
||||||
"@types/node": "^22.7.5"
|
"@types/node": "^22.7.5"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
|||||||
@@ -18,15 +18,15 @@
|
|||||||
"./packageDetect.cjs"
|
"./packageDetect.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "14.0.1",
|
"version": "14.0.2",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pezkuwi/util": "14.0.1",
|
"@pezkuwi/util": "14.0.1",
|
||||||
"@pezkuwi/util-crypto": "14.0.1",
|
"@pezkuwi/util-crypto": "^14.0.2",
|
||||||
"tslib": "^2.8.0"
|
"tslib": "^2.8.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@pezkuwi/util": "14.0.1",
|
"@pezkuwi/util": "14.0.1",
|
||||||
"@pezkuwi/util-crypto": "14.0.1"
|
"@pezkuwi/util-crypto": "^14.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
"./packageDetect.cjs"
|
"./packageDetect.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "14.0.1",
|
"version": "14.0.2",
|
||||||
"browser": {
|
"browser": {
|
||||||
"crypto": false,
|
"crypto": false,
|
||||||
"stream": false
|
"stream": false
|
||||||
@@ -31,8 +31,8 @@
|
|||||||
"@noble/hashes": "^1.3.3",
|
"@noble/hashes": "^1.3.3",
|
||||||
"@pezkuwi/networks": "14.0.1",
|
"@pezkuwi/networks": "14.0.1",
|
||||||
"@pezkuwi/util": "14.0.1",
|
"@pezkuwi/util": "14.0.1",
|
||||||
"@pezkuwi/wasm-crypto": "^7.5.3",
|
"@polkadot/wasm-crypto": "^7.5.3",
|
||||||
"@pezkuwi/wasm-util": "^7.5.3",
|
"@polkadot/wasm-util": "^7.5.3",
|
||||||
"@pezkuwi/x-bigint": "14.0.1",
|
"@pezkuwi/x-bigint": "14.0.1",
|
||||||
"@pezkuwi/x-randomvalues": "14.0.1",
|
"@pezkuwi/x-randomvalues": "14.0.1",
|
||||||
"@scure/base": "^1.1.7",
|
"@scure/base": "^1.1.7",
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "14.0.1",
|
"version": "14.0.2",
|
||||||
"browser": "browser.js",
|
"browser": "browser.js",
|
||||||
"main": "node.js",
|
"main": "node.js",
|
||||||
"react-native": "react-native.js",
|
"react-native": "react-native.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user