From 8bd5d593561635bf9b7ca0a7b9426dc4ef2f0bb6 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Sat, 31 Jan 2026 18:21:10 +0300 Subject: [PATCH] fix: update @pezkuwi/api to 16.5.22 and common packages to 14.0.13 --- amo-metadata.json | 8 ++++++ package.json | 34 ++++++++++++------------ packages/extension/manifest_chrome.json | 4 +-- packages/extension/manifest_firefox.json | 6 ++--- 4 files changed, 30 insertions(+), 22 deletions(-) create mode 100644 amo-metadata.json diff --git a/amo-metadata.json b/amo-metadata.json new file mode 100644 index 0000000..9d3f28e --- /dev/null +++ b/amo-metadata.json @@ -0,0 +1,8 @@ +{ + "version": { + "license": "Apache-2.0" + }, + "categories": { + "firefox": ["privacy-security"] + } +} diff --git a/package.json b/package.json index 0a075a4..f6626f7 100644 --- a/package.json +++ b/package.json @@ -57,26 +57,26 @@ "webpack-cli": "^5.1.4" }, "resolutions": { - "@pezkuwi/api": "^16.5.11", - "@pezkuwi/api-augment": "^16.5.11", - "@pezkuwi/api-base": "^16.5.11", - "@pezkuwi/api-derive": "^16.5.11", - "@pezkuwi/hw-ledger-transports": "^14.0.7", - "@pezkuwi/keyring": "^14.0.7", - "@pezkuwi/networks": "^14.0.7", - "@pezkuwi/rpc-augment": "^16.5.11", - "@pezkuwi/rpc-core": "^16.5.11", - "@pezkuwi/rpc-provider": "^16.5.11", - "@pezkuwi/types": "^16.5.11", - "@pezkuwi/types-augment": "^16.5.11", - "@pezkuwi/types-codec": "^16.5.11", - "@pezkuwi/types-create": "^16.5.11", - "@pezkuwi/types-known": "^16.5.11", + "@pezkuwi/api": "^16.5.22", + "@pezkuwi/api-augment": "^16.5.22", + "@pezkuwi/api-base": "^16.5.22", + "@pezkuwi/api-derive": "^16.5.22", + "@pezkuwi/hw-ledger-transports": "^14.0.13", + "@pezkuwi/keyring": "^14.0.13", + "@pezkuwi/networks": "^14.0.13", + "@pezkuwi/rpc-augment": "^16.5.22", + "@pezkuwi/rpc-core": "^16.5.22", + "@pezkuwi/rpc-provider": "^16.5.22", + "@pezkuwi/types": "^16.5.22", + "@pezkuwi/types-augment": "^16.5.22", + "@pezkuwi/types-codec": "^16.5.22", + "@pezkuwi/types-create": "^16.5.22", + "@pezkuwi/types-known": "^16.5.22", "@pezkuwi/types-support": "^16.5.11", "@pezkuwi/ui-keyring": "^3.17.1", "@pezkuwi/ui-shared": "^3.17.1", - "@pezkuwi/util": "^14.0.7", - "@pezkuwi/util-crypto": "^14.0.7", + "@pezkuwi/util": "^14.0.13", + "@pezkuwi/util-crypto": "^14.0.13", "@pezkuwi/x-bigint": "^14.0.7", "@pezkuwi/x-fetch": "^14.0.7", "@pezkuwi/x-global": "^14.0.7", diff --git a/packages/extension/manifest_chrome.json b/packages/extension/manifest_chrome.json index 5822f3b..977db58 100644 --- a/packages/extension/manifest_chrome.json +++ b/packages/extension/manifest_chrome.json @@ -2,8 +2,8 @@ "author": "PezkuwiChain", "description": "Manage your Pezkuwi blockchain accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.", "homepage_url": "https://github.com/pezkuwichain/pezkuwi-extension", - "name": "Pezkuwi Extension", - "short_name": "Pezkuwi", + "name": "pezkuwi.js", + "short_name": "pezkuwi.js", "manifest_version": 3, "permissions": ["storage", "tabs"], "background": { diff --git a/packages/extension/manifest_firefox.json b/packages/extension/manifest_firefox.json index 0e9ffe3..5006f87 100644 --- a/packages/extension/manifest_firefox.json +++ b/packages/extension/manifest_firefox.json @@ -2,8 +2,8 @@ "author": "PezkuwiChain", "description": "Manage your Pezkuwi blockchain accounts outside of dapps. Injects the accounts and allows signing transactions for a specific account.", "homepage_url": "https://github.com/pezkuwichain/pezkuwi-extension", - "name": "Pezkuwi Extension", - "short_name": "Pezkuwi", + "name": "pezkuwi.js", + "short_name": "pezkuwi.js", "manifest_version": 3, "permissions": ["storage", "tabs"], "background": { @@ -16,7 +16,7 @@ }, "browser_specific_settings": { "gecko": { - "id": "{7cee9c4f-5fc7-4165-b4f8-f18e79fe9264}", + "id": "{4a3db063-958b-434a-b0fa-6db1282ec16f}", "strict_min_version": "112.0", "data_collection_permissions": { "required": ["none"]