mirror of
https://github.com/pezkuwichain/pezkuwi-extension.git
synced 2026-04-22 02:08:03 +00:00
fix: update @pezkuwi/api to 16.5.22 and common packages to 14.0.13
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": {
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"categories": {
|
||||
"firefox": ["privacy-security"]
|
||||
}
|
||||
}
|
||||
+17
-17
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user