From 782581ecf622f3a6c3cc6e0fe5c7db432aac84ab Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Tue, 6 Jan 2026 12:20:45 +0300 Subject: [PATCH] Update domain references to pezkuwichain.app --- docs/404.html | 6 +++--- docs/index.html | 6 +++--- package.json | 2 +- packages/keyring/package.json | 6 +++--- packages/util-crypto/package.json | 6 +++--- packages/x-fetch/package.json | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/404.html b/docs/404.html index 9e86451..446b950 100644 --- a/docs/404.html +++ b/docs/404.html @@ -3,10 +3,10 @@ - - Redirecting to https://polkadot.js.org/docs/ + + Redirecting to https://js.pezkuwichain.app/docs/ - Redirecting to https://polkadot.js.org/docs/ + Redirecting to https://js.pezkuwichain.app/docs/ diff --git a/docs/index.html b/docs/index.html index 9e86451..446b950 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,10 +3,10 @@ - - Redirecting to https://polkadot.js.org/docs/ + + Redirecting to https://js.pezkuwichain.app/docs/ - Redirecting to https://polkadot.js.org/docs/ + Redirecting to https://js.pezkuwichain.app/docs/ diff --git a/package.json b/package.json index 968de48..5bc4773 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/packages/keyring/package.json b/packages/keyring/package.json index 0a413b8..f3b050b 100644 --- a/packages/keyring/package.json +++ b/packages/keyring/package.json @@ -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" } } diff --git a/packages/util-crypto/package.json b/packages/util-crypto/package.json index e11d71d..50bc960 100644 --- a/packages/util-crypto/package.json +++ b/packages/util-crypto/package.json @@ -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", diff --git a/packages/x-fetch/package.json b/packages/x-fetch/package.json index 0e32932..eca8931 100644 --- a/packages/x-fetch/package.json +++ b/packages/x-fetch/package.json @@ -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",