From 762a944bbea731bd5b5f1fb1d67de3dcaf3e9aaa Mon Sep 17 00:00:00 2001 From: Gergana Mihaylova Date: Mon, 17 Jun 2024 18:49:31 +0300 Subject: [PATCH] Update: ambire-common version to latest --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cace7cd770..144fbd4c23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@web3-react/abstract-connector": "^6.0.7", "@web3-react/types": "^6.0.7", "adex-protocol-eth": "git+https://git@github.com/AmbireTech/adex-protocol-eth.git#2606263234a7e01ece1af9826e6084fd800dae8f", - "ambire-common": "npm:@ambire/common@1.0.16", + "ambire-common": "npm:@ambire/common@1.0.17", "bip44-constants": "^128.0.0", "blockies-ts": "^1.0.0", "chart.js": "^3.9.1", @@ -13605,9 +13605,9 @@ }, "node_modules/ambire-common": { "name": "@ambire/common", - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.16.tgz", - "integrity": "sha512-gCs8plkhf4NRvYO6yxacJCY517mC5puj2tsWmJYXfy5bl6hT2mwia/um949yMuYeGBWsQ/8ZKy7waP7qpyYSpw==", + "version": "1.0.17", + "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.17.tgz", + "integrity": "sha512-3gZylNEx6oZmFfCLB7KfnYmnLtaKlpXVO63VklBwg0jiJTmF7n0L9T4ZaATcXnofjV1NTCeIVEMCMUL9NtXNaQ==", "peerDependencies": { "@ambire/signature-validator": "^1.0.3", "@ensdomains/eth-ens-namehash": "^2.0.15", @@ -67874,9 +67874,9 @@ "integrity": "sha512-0FcBfdcmaumGPQ0qPn7Q5qTgz/ooXgIyp1rf8ik5bGX8mpE2YHjC0P/eyQvxu1GURYQgq9ozf2mteQ5ZD9YiyQ==" }, "ambire-common": { - "version": "npm:@ambire/common@1.0.16", - "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.16.tgz", - "integrity": "sha512-gCs8plkhf4NRvYO6yxacJCY517mC5puj2tsWmJYXfy5bl6hT2mwia/um949yMuYeGBWsQ/8ZKy7waP7qpyYSpw==", + "version": "npm:@ambire/common@1.0.17", + "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.17.tgz", + "integrity": "sha512-3gZylNEx6oZmFfCLB7KfnYmnLtaKlpXVO63VklBwg0jiJTmF7n0L9T4ZaATcXnofjV1NTCeIVEMCMUL9NtXNaQ==", "requires": {} }, "amdefine": { diff --git a/package.json b/package.json index 795bb0dbdc..162bc0207c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@web3-react/abstract-connector": "^6.0.7", "@web3-react/types": "^6.0.7", "adex-protocol-eth": "git+https://git@github.com/AmbireTech/adex-protocol-eth.git#2606263234a7e01ece1af9826e6084fd800dae8f", - "ambire-common": "npm:@ambire/common@1.0.16", + "ambire-common": "npm:@ambire/common@1.0.17", "bip44-constants": "^128.0.0", "blockies-ts": "^1.0.0", "chart.js": "^3.9.1",