|
|
|
@ -24855,12 +24855,12 @@ |
|
|
|
|
}, |
|
|
|
|
"solidity/apps": { |
|
|
|
|
"name": "@abacus-network/apps", |
|
|
|
|
"version": "0.0.0", |
|
|
|
|
"version": "0.0.1", |
|
|
|
|
"license": "MIT OR Apache-2.0", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@abacus-network/core": "file:../core", |
|
|
|
|
"@abacus-network/hardhat": "^0.0.5", |
|
|
|
|
"@abacus-network/utils": "^0.0.5", |
|
|
|
|
"@abacus-network/core": "^0.0.3", |
|
|
|
|
"@abacus-network/hardhat": "^0.0.8", |
|
|
|
|
"@abacus-network/utils": "^0.0.7", |
|
|
|
|
"@openzeppelin/contracts": "~3.4.2", |
|
|
|
|
"@openzeppelin/contracts-upgradeable": "~3.4.2", |
|
|
|
|
"@summa-tx/memview-sol": "^2.0.0" |
|
|
|
@ -24889,10 +24889,10 @@ |
|
|
|
|
}, |
|
|
|
|
"solidity/core": { |
|
|
|
|
"name": "@abacus-network/core", |
|
|
|
|
"version": "0.0.1", |
|
|
|
|
"version": "0.0.3", |
|
|
|
|
"license": "MIT OR Apache-2.0", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@abacus-network/utils": "^0.0.5", |
|
|
|
|
"@abacus-network/utils": "^0.0.7", |
|
|
|
|
"@openzeppelin/contracts": "^3.4.2", |
|
|
|
|
"@openzeppelin/contracts-upgradeable": "~3.4.2", |
|
|
|
|
"@summa-tx/memview-sol": "^2.0.0", |
|
|
|
@ -24984,7 +24984,7 @@ |
|
|
|
|
"version": "0.0.0", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@abacus-network/apps": "file:../../solidity/apps", |
|
|
|
|
"@abacus-network/sdk": "^0.0.1", |
|
|
|
|
"@abacus-network/sdk": "file:../sdk", |
|
|
|
|
"@types/bunyan": "^1.8.7", |
|
|
|
|
"@types/express": "^4.17.13", |
|
|
|
|
"@types/google-spreadsheet": "^3.1.5", |
|
|
|
@ -25017,11 +25017,11 @@ |
|
|
|
|
}, |
|
|
|
|
"typescript/deploy": { |
|
|
|
|
"name": "@abacus-network/deploy", |
|
|
|
|
"version": "0.0.5", |
|
|
|
|
"version": "0.0.6", |
|
|
|
|
"license": "MIT OR Apache-2.0", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@abacus-network/core": "file:../../solidity/core", |
|
|
|
|
"@abacus-network/sdk": "^0.0.1", |
|
|
|
|
"@abacus-network/core": "^0.0.3", |
|
|
|
|
"@abacus-network/sdk": "^0.0.3", |
|
|
|
|
"@types/node": "^16.9.1", |
|
|
|
|
"axios": "^0.21.3" |
|
|
|
|
}, |
|
|
|
@ -25040,11 +25040,11 @@ |
|
|
|
|
}, |
|
|
|
|
"typescript/hardhat": { |
|
|
|
|
"name": "@abacus-network/hardhat", |
|
|
|
|
"version": "0.0.5", |
|
|
|
|
"version": "0.0.8", |
|
|
|
|
"license": "MIT OR Apache-2.0", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@abacus-network/core": "file:../../solidity/core", |
|
|
|
|
"@abacus-network/utils": "^0.0.5", |
|
|
|
|
"@abacus-network/core": "^0.0.3", |
|
|
|
|
"@abacus-network/utils": "^0.0.7", |
|
|
|
|
"@nomiclabs/hardhat-ethers": "^2.0.5", |
|
|
|
|
"@nomiclabs/hardhat-waffle": "^2.0.2", |
|
|
|
|
"@typechain/hardhat": "^2.0.1", |
|
|
|
@ -25063,7 +25063,7 @@ |
|
|
|
|
"@abacus-network/apps": "file:../../solidity/apps", |
|
|
|
|
"@abacus-network/core": "file:../../solidity/core", |
|
|
|
|
"@abacus-network/deploy": "file:../deploy", |
|
|
|
|
"@abacus-network/sdk": "^0.0.1", |
|
|
|
|
"@abacus-network/sdk": "file:../sdk", |
|
|
|
|
"@aws-sdk/client-kms": "3.48.0", |
|
|
|
|
"@ethersproject/experimental": "^5.3.0", |
|
|
|
|
"@nomiclabs/hardhat-etherscan": "^3.0.3", |
|
|
|
@ -25097,12 +25097,12 @@ |
|
|
|
|
}, |
|
|
|
|
"typescript/sdk": { |
|
|
|
|
"name": "@abacus-network/sdk", |
|
|
|
|
"version": "0.0.1", |
|
|
|
|
"version": "0.0.3", |
|
|
|
|
"license": "MIT OR Apache-2.0", |
|
|
|
|
"dependencies": { |
|
|
|
|
"@abacus-network/apps": "file:../../solidity/apps", |
|
|
|
|
"@abacus-network/core": "file:../../solidity/core", |
|
|
|
|
"@abacus-network/utils": "file:../utils", |
|
|
|
|
"@abacus-network/apps": "^0.0.1", |
|
|
|
|
"@abacus-network/core": "^0.0.3", |
|
|
|
|
"@abacus-network/utils": "^0.0.7", |
|
|
|
|
"@ethersproject/bignumber": "^5.5.0", |
|
|
|
|
"@ethersproject/bytes": "^5.5.0", |
|
|
|
|
"celo-ethers-provider": "0.0.0", |
|
|
|
@ -25128,7 +25128,7 @@ |
|
|
|
|
}, |
|
|
|
|
"typescript/utils": { |
|
|
|
|
"name": "@abacus-network/utils", |
|
|
|
|
"version": "0.0.5", |
|
|
|
|
"version": "0.0.7", |
|
|
|
|
"license": "MIT OR Apache-2.0", |
|
|
|
|
"dependencies": { |
|
|
|
|
"chai": "^4.3.0", |
|
|
|
@ -25140,9 +25140,9 @@ |
|
|
|
|
"@abacus-network/apps": { |
|
|
|
|
"version": "file:solidity/apps", |
|
|
|
|
"requires": { |
|
|
|
|
"@abacus-network/core": "file:../core", |
|
|
|
|
"@abacus-network/hardhat": "^0.0.5", |
|
|
|
|
"@abacus-network/utils": "^0.0.5", |
|
|
|
|
"@abacus-network/core": "^0.0.3", |
|
|
|
|
"@abacus-network/hardhat": "^0.0.8", |
|
|
|
|
"@abacus-network/utils": "^0.0.7", |
|
|
|
|
"@nomiclabs/hardhat-ethers": "^2.0.1", |
|
|
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1", |
|
|
|
|
"@openzeppelin/contracts": "~3.4.2", |
|
|
|
@ -25171,7 +25171,7 @@ |
|
|
|
|
"version": "file:typescript/contract-metrics", |
|
|
|
|
"requires": { |
|
|
|
|
"@abacus-network/apps": "file:../../solidity/apps", |
|
|
|
|
"@abacus-network/sdk": "^0.0.1", |
|
|
|
|
"@abacus-network/sdk": "file:../sdk", |
|
|
|
|
"@types/bunyan": "^1.8.7", |
|
|
|
|
"@types/express": "^4.17.13", |
|
|
|
|
"@types/google-spreadsheet": "^3.1.5", |
|
|
|
@ -25204,7 +25204,7 @@ |
|
|
|
|
"@abacus-network/core": { |
|
|
|
|
"version": "file:solidity/core", |
|
|
|
|
"requires": { |
|
|
|
|
"@abacus-network/utils": "^0.0.5", |
|
|
|
|
"@abacus-network/utils": "^0.0.7", |
|
|
|
|
"@nomiclabs/hardhat-ethers": "^2.0.1", |
|
|
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1", |
|
|
|
|
"@openzeppelin/contracts": "^3.4.2", |
|
|
|
@ -25231,8 +25231,8 @@ |
|
|
|
|
"@abacus-network/deploy": { |
|
|
|
|
"version": "file:typescript/deploy", |
|
|
|
|
"requires": { |
|
|
|
|
"@abacus-network/core": "file:../../solidity/core", |
|
|
|
|
"@abacus-network/sdk": "^0.0.1", |
|
|
|
|
"@abacus-network/core": "^0.0.3", |
|
|
|
|
"@abacus-network/sdk": "^0.0.3", |
|
|
|
|
"@typechain/ethers-v5": "~7.0.0", |
|
|
|
|
"@types/node": "^16.9.1", |
|
|
|
|
"axios": "^0.21.3", |
|
|
|
@ -25252,8 +25252,8 @@ |
|
|
|
|
"@abacus-network/hardhat": { |
|
|
|
|
"version": "file:typescript/hardhat", |
|
|
|
|
"requires": { |
|
|
|
|
"@abacus-network/core": "file:../../solidity/core", |
|
|
|
|
"@abacus-network/utils": "^0.0.5", |
|
|
|
|
"@abacus-network/core": "^0.0.3", |
|
|
|
|
"@abacus-network/utils": "^0.0.7", |
|
|
|
|
"@nomiclabs/hardhat-ethers": "^2.0.5", |
|
|
|
|
"@nomiclabs/hardhat-waffle": "^2.0.2", |
|
|
|
|
"@typechain/hardhat": "^2.0.1", |
|
|
|
@ -25269,9 +25269,9 @@ |
|
|
|
|
"@abacus-network/sdk": { |
|
|
|
|
"version": "file:typescript/sdk", |
|
|
|
|
"requires": { |
|
|
|
|
"@abacus-network/apps": "file:../../solidity/apps", |
|
|
|
|
"@abacus-network/core": "file:../../solidity/core", |
|
|
|
|
"@abacus-network/utils": "file:../utils", |
|
|
|
|
"@abacus-network/apps": "^0.0.1", |
|
|
|
|
"@abacus-network/core": "^0.0.3", |
|
|
|
|
"@abacus-network/utils": "^0.0.7", |
|
|
|
|
"@ethersproject/bignumber": "^5.5.0", |
|
|
|
|
"@ethersproject/bytes": "^5.5.0", |
|
|
|
|
"@types/node": "^16.9.1", |
|
|
|
@ -38219,7 +38219,7 @@ |
|
|
|
|
"@abacus-network/apps": "file:../../solidity/apps", |
|
|
|
|
"@abacus-network/core": "file:../../solidity/core", |
|
|
|
|
"@abacus-network/deploy": "file:../deploy", |
|
|
|
|
"@abacus-network/sdk": "^0.0.1", |
|
|
|
|
"@abacus-network/sdk": "file:../sdk", |
|
|
|
|
"@aws-sdk/client-kms": "3.48.0", |
|
|
|
|
"@ethersproject/experimental": "^5.3.0", |
|
|
|
|
"@nomiclabs/hardhat-ethers": "^2.0.5", |
|
|
|
|