From 563635907c8353333f5b401411695749cb6fb066 Mon Sep 17 00:00:00 2001 From: Yosif Hamed Date: Wed, 12 Jun 2024 18:11:13 +0300 Subject: [PATCH] Revert "Update common" This reverts commit 35002ce72fe6d60fc0307f8afd1c76945ebdd44d. --- package-lock.json | 27 +-------------------------- package.json | 1 - 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/package-lock.json b/package-lock.json index cace7cd770..de964a2259 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,12 +6,11 @@ "packages": { "": { "name": "ambire-wallet", - "version": "0.7.8", + "version": "0.7.7", "hasInstallScript": true, "dependencies": { "@0x/subproviders": "^6.6.5", "@account-abstraction/contracts": "^0.4.0", - "@ambire/common": "^1.0.16", "@ambire/signature-validator": "^1.3.0", "@ensdomains/eth-ens-namehash": "^2.0.15", "@ethersproject/transactions": "5.4.0", @@ -520,24 +519,6 @@ "resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.10.0.tgz", "integrity": "sha512-nA9XHtlAkYfJxY7bce8DcN7eKxWWCWkU+1GR9d+U6MbNpfwQp8TI7vqOsBsMcHoT4mBu2kypKoSKnghEzOOq5Q==" }, - "node_modules/@ambire/common": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.16.tgz", - "integrity": "sha512-gCs8plkhf4NRvYO6yxacJCY517mC5puj2tsWmJYXfy5bl6hT2mwia/um949yMuYeGBWsQ/8ZKy7waP7qpyYSpw==", - "peerDependencies": { - "@ambire/signature-validator": "^1.0.3", - "@ensdomains/eth-ens-namehash": "^2.0.15", - "@unstoppabledomains/resolution": "^7.1.4", - "@walletconnect/client": "^1.7.1", - "adex-protocol-eth": "git+https://git@github.com/AmbireTech/adex-protocol-eth.git", - "bip44-constants": "^128.0.0", - "ethereumjs-util": "^7.1.3", - "ethers": "^5.5.2", - "react": "^17.0.0", - "url": "^0.11.0", - "validator": "^13.7.0" - } - }, "node_modules/@ambire/signature-validator": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@ambire/signature-validator/-/signature-validator-1.3.0.tgz", @@ -57544,12 +57525,6 @@ "resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.10.0.tgz", "integrity": "sha512-nA9XHtlAkYfJxY7bce8DcN7eKxWWCWkU+1GR9d+U6MbNpfwQp8TI7vqOsBsMcHoT4mBu2kypKoSKnghEzOOq5Q==" }, - "@ambire/common": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.16.tgz", - "integrity": "sha512-gCs8plkhf4NRvYO6yxacJCY517mC5puj2tsWmJYXfy5bl6hT2mwia/um949yMuYeGBWsQ/8ZKy7waP7qpyYSpw==", - "requires": {} - }, "@ambire/signature-validator": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@ambire/signature-validator/-/signature-validator-1.3.0.tgz", diff --git a/package.json b/package.json index 795bb0dbdc..72482d56aa 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "dependencies": { "@0x/subproviders": "^6.6.5", "@account-abstraction/contracts": "^0.4.0", - "@ambire/common": "^1.0.16", "@ambire/signature-validator": "^1.3.0", "@ensdomains/eth-ens-namehash": "^2.0.15", "@ethersproject/transactions": "5.4.0",