diff --git a/package-lock.json b/package-lock.json index 5cd48eaa87..5c939e5bf3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,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#4ddebac4109e9709c4cc862ee0708f208dac9ee2", - "ambire-common": "github:AmbireTech/ambire-common#v1.0.7", + "ambire-common": "npm:@ambire/common@^1.0.8", "bip44-constants": "^128.0.0", "blockies-ts": "^1.0.0", "chart.js": "^3.9.1", @@ -13585,8 +13585,10 @@ "integrity": "sha512-0FcBfdcmaumGPQ0qPn7Q5qTgz/ooXgIyp1rf8ik5bGX8mpE2YHjC0P/eyQvxu1GURYQgq9ozf2mteQ5ZD9YiyQ==" }, "node_modules/ambire-common": { - "version": "1.0.7", - "resolved": "git+ssh://git@github.com/AmbireTech/ambire-common.git#db5a86cd7d5919762dbb6231f05e7aa8c151f4e1", + "name": "@ambire/common", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.8.tgz", + "integrity": "sha512-enSJ/1KvhIEVJN5Q2DudssJT58XaUp5Y1KauXgVlTWaMHoFcA0/pSQaD+N9tR9HheDZljxZJQPigFM6BBx8/6A==", "peerDependencies": { "@ambire/signature-validator": "^1.0.3", "@ensdomains/eth-ens-namehash": "^2.0.15", @@ -67847,8 +67849,9 @@ "integrity": "sha512-0FcBfdcmaumGPQ0qPn7Q5qTgz/ooXgIyp1rf8ik5bGX8mpE2YHjC0P/eyQvxu1GURYQgq9ozf2mteQ5ZD9YiyQ==" }, "ambire-common": { - "version": "git+ssh://git@github.com/AmbireTech/ambire-common.git#db5a86cd7d5919762dbb6231f05e7aa8c151f4e1", - "from": "ambire-common@github:AmbireTech/ambire-common#v1.0.7", + "version": "npm:@ambire/common@1.0.8", + "resolved": "https://registry.npmjs.org/@ambire/common/-/common-1.0.8.tgz", + "integrity": "sha512-enSJ/1KvhIEVJN5Q2DudssJT58XaUp5Y1KauXgVlTWaMHoFcA0/pSQaD+N9tR9HheDZljxZJQPigFM6BBx8/6A==", "requires": {} }, "amdefine": { diff --git a/package.json b/package.json index d068f96e9f..9bfae69f58 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,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#4ddebac4109e9709c4cc862ee0708f208dac9ee2", - "ambire-common": "github:AmbireTech/ambire-common#v1.0.7", + "ambire-common": "npm:@ambire/common@^1.0.8", "bip44-constants": "^128.0.0", "blockies-ts": "^1.0.0", "chart.js": "^3.9.1",