pull/432/head
nambrot 3 years ago
parent c7038ab42a
commit afd472bfc7
  1. 6
      solidity/app/package.json
  2. 10
      solidity/apps/package.json
  3. 6
      solidity/core/package.json
  4. 8
      typescript/deploy/package.json
  5. 6
      typescript/hardhat/package.json
  6. 10
      typescript/infra/package.json
  7. 8
      typescript/sdk/package.json
  8. 2
      typescript/utils/package.json
  9. 56
      yarn.lock

@ -21,7 +21,7 @@
"typechain": "^5.0.0",
"typescript": "^4.3.5"
},
"version": "0.1.1",
"version": "0.1.1-test",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
@ -36,8 +36,8 @@
},
"license": "MIT OR Apache-2.0",
"dependencies": {
"@abacus-network/core": "^0.1.1",
"@abacus-network/utils": "^0.1.1",
"@abacus-network/core": "^0.1.1-test",
"@abacus-network/utils": "^0.1.1-test",
"@openzeppelin/contracts-upgradeable": "^4.5.0"
}
}

@ -21,7 +21,7 @@
"typechain": "^5.0.0",
"typescript": "^4.3.5"
},
"version": "0.1.1",
"version": "0.1.1-test",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
@ -36,10 +36,10 @@
},
"license": "MIT OR Apache-2.0",
"dependencies": {
"@abacus-network/app": "^0.1.1",
"@abacus-network/core": "^0.1.1",
"@abacus-network/hardhat": "^0.1.1",
"@abacus-network/utils": "^0.1.1",
"@abacus-network/app": "^0.1.1-test",
"@abacus-network/core": "^0.1.1-test",
"@abacus-network/hardhat": "^0.1.1-test",
"@abacus-network/utils": "^0.1.1-test",
"@openzeppelin/contracts": "~3.4.2",
"@openzeppelin/contracts-upgradeable": "~3.4.2",
"@summa-tx/memview-sol": "^2.0.0"

@ -20,7 +20,7 @@
"typechain": "^5.0.0",
"typescript": "^4.3.5"
},
"version": "0.1.1",
"version": "0.1.1-test",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
@ -35,10 +35,10 @@
},
"license": "MIT OR Apache-2.0",
"dependencies": {
"@abacus-network/utils": "^0.1.1",
"@abacus-network/utils": "^0.1.1-test",
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0",
"@summa-tx/memview-sol": "^2.0.0",
"ts-generator": "^0.1.1"
"ts-generator": "^0.1.1-test"
}
}

@ -8,7 +8,7 @@
},
"prepublish": "npm run build",
"name": "@abacus-network/deploy",
"version": "0.1.1",
"version": "0.1.1-test",
"description": "Abacus deploy tools",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
@ -19,9 +19,9 @@
},
"license": "MIT OR Apache-2.0",
"dependencies": {
"@abacus-network/core": "^0.1.1",
"@abacus-network/sdk": "^0.1.1",
"@abacus-network/utils": "^0.1.1",
"@abacus-network/core": "^0.1.1-test",
"@abacus-network/sdk": "^0.1.1-test",
"@abacus-network/utils": "^0.1.1-test",
"@types/node": "^16.9.1",
"@types/yargs": "^17.0.10",
"axios": "^0.21.3",

@ -1,7 +1,7 @@
{
"prepublish": "npm run build",
"name": "@abacus-network/hardhat",
"version": "0.1.1",
"version": "0.1.1-test",
"description": "Abacus hardhat tools",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -16,8 +16,8 @@
"test": "test"
},
"dependencies": {
"@abacus-network/core": "^0.1.1",
"@abacus-network/utils": "^0.1.1",
"@abacus-network/core": "^0.1.1-test",
"@abacus-network/utils": "^0.1.1-test",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.2",
"@typechain/hardhat": "^2.0.1",

@ -26,10 +26,10 @@
},
"license": "MIT OR Apache-2.0",
"dependencies": {
"@abacus-network/apps": "^0.1.1",
"@abacus-network/core": "^0.1.1",
"@abacus-network/deploy": "^0.1.1",
"@abacus-network/sdk": "^0.1.1",
"@abacus-network/apps": "^0.1.1-test",
"@abacus-network/core": "^0.1.1-test",
"@abacus-network/deploy": "^0.1.1-test",
"@abacus-network/sdk": "^0.1.1-test",
"@aws-sdk/client-iam": "^3.74.0",
"@aws-sdk/client-kms": "3.48.0",
"@aws-sdk/client-s3": "^3.74.0",
@ -44,5 +44,5 @@
"dotenv": "^10.0.0",
"yargs": "^17.3.1"
},
"version": "0.1.1"
"version": "0.1.1-test"
}

@ -1,6 +1,6 @@
{
"name": "@abacus-network/sdk",
"version": "0.1.1",
"version": "0.1.1-test",
"description": "Abacus Network SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -27,9 +27,9 @@
"typescript": "^4.4.3"
},
"dependencies": {
"@abacus-network/apps": "^0.1.1",
"@abacus-network/core": "^0.1.1",
"@abacus-network/utils": "^0.1.1",
"@abacus-network/apps": "^0.1.1-test",
"@abacus-network/core": "^0.1.1-test",
"@abacus-network/utils": "^0.1.1-test",
"@ethersproject/bignumber": "^5.5.0",
"@ethersproject/bytes": "^5.5.0",
"celo-ethers-provider": "0.0.0",

@ -1,7 +1,7 @@
{
"prepublish": "npm run build",
"name": "@abacus-network/utils",
"version": "0.1.1",
"version": "0.1.1-test",
"description": "Abacus utilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",

@ -5,12 +5,12 @@ __metadata:
version: 6
cacheKey: 8
"@abacus-network/app@^0.1.1, @abacus-network/app@workspace:solidity/app":
"@abacus-network/app@^0.1.1-test, @abacus-network/app@workspace:solidity/app":
version: 0.0.0-use.local
resolution: "@abacus-network/app@workspace:solidity/app"
dependencies:
"@abacus-network/core": ^0.1.1
"@abacus-network/utils": ^0.1.1
"@abacus-network/core": ^0.1.1-test
"@abacus-network/utils": ^0.1.1-test
"@nomiclabs/hardhat-ethers": ^2.0.1
"@nomiclabs/hardhat-waffle": ^2.0.1
"@openzeppelin/contracts-upgradeable": ^4.5.0
@ -34,14 +34,14 @@ __metadata:
languageName: unknown
linkType: soft
"@abacus-network/apps@^0.1.1, @abacus-network/apps@workspace:solidity/apps":
"@abacus-network/apps@^0.1.1-test, @abacus-network/apps@workspace:solidity/apps":
version: 0.0.0-use.local
resolution: "@abacus-network/apps@workspace:solidity/apps"
dependencies:
"@abacus-network/app": ^0.1.1
"@abacus-network/core": ^0.1.1
"@abacus-network/hardhat": ^0.1.1
"@abacus-network/utils": ^0.1.1
"@abacus-network/app": ^0.1.1-test
"@abacus-network/core": ^0.1.1-test
"@abacus-network/hardhat": ^0.1.1-test
"@abacus-network/utils": ^0.1.1-test
"@nomiclabs/hardhat-ethers": ^2.0.1
"@nomiclabs/hardhat-waffle": ^2.0.1
"@openzeppelin/contracts": ~3.4.2
@ -67,11 +67,11 @@ __metadata:
languageName: unknown
linkType: soft
"@abacus-network/core@^0.1.1, @abacus-network/core@workspace:solidity/core":
"@abacus-network/core@^0.1.1-test, @abacus-network/core@workspace:solidity/core":
version: 0.0.0-use.local
resolution: "@abacus-network/core@workspace:solidity/core"
dependencies:
"@abacus-network/utils": ^0.1.1
"@abacus-network/utils": ^0.1.1-test
"@nomiclabs/hardhat-ethers": ^2.0.1
"@nomiclabs/hardhat-waffle": ^2.0.1
"@openzeppelin/contracts": ^4.6.0
@ -90,20 +90,20 @@ __metadata:
solhint: ^3.3.2
solhint-plugin-prettier: ^0.0.5
solidity-coverage: ^0.7.14
ts-generator: ^0.1.1
ts-generator: ^0.1.1-test
ts-node: ^10.1.0
typechain: ^5.0.0
typescript: ^4.3.5
languageName: unknown
linkType: soft
"@abacus-network/deploy@^0.1.1, @abacus-network/deploy@workspace:typescript/deploy":
"@abacus-network/deploy@^0.1.1-test, @abacus-network/deploy@workspace:typescript/deploy":
version: 0.0.0-use.local
resolution: "@abacus-network/deploy@workspace:typescript/deploy"
dependencies:
"@abacus-network/core": ^0.1.1
"@abacus-network/sdk": ^0.1.1
"@abacus-network/utils": ^0.1.1
"@abacus-network/core": ^0.1.1-test
"@abacus-network/sdk": ^0.1.1-test
"@abacus-network/utils": ^0.1.1-test
"@typechain/ethers-v5": ~7.0.0
"@types/node": ^16.9.1
"@types/yargs": ^17.0.10
@ -116,12 +116,12 @@ __metadata:
languageName: unknown
linkType: soft
"@abacus-network/hardhat@^0.1.1, @abacus-network/hardhat@workspace:typescript/hardhat":
"@abacus-network/hardhat@^0.1.1-test, @abacus-network/hardhat@workspace:typescript/hardhat":
version: 0.0.0-use.local
resolution: "@abacus-network/hardhat@workspace:typescript/hardhat"
dependencies:
"@abacus-network/core": ^0.1.1
"@abacus-network/utils": ^0.1.1
"@abacus-network/core": ^0.1.1-test
"@abacus-network/utils": ^0.1.1-test
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-waffle": ^2.0.2
"@typechain/hardhat": ^2.0.1
@ -139,10 +139,10 @@ __metadata:
version: 0.0.0-use.local
resolution: "@abacus-network/infra@workspace:typescript/infra"
dependencies:
"@abacus-network/apps": ^0.1.1
"@abacus-network/core": ^0.1.1
"@abacus-network/deploy": ^0.1.1
"@abacus-network/sdk": ^0.1.1
"@abacus-network/apps": ^0.1.1-test
"@abacus-network/core": ^0.1.1-test
"@abacus-network/deploy": ^0.1.1-test
"@abacus-network/sdk": ^0.1.1-test
"@aws-sdk/client-iam": ^3.74.0
"@aws-sdk/client-kms": 3.48.0
"@aws-sdk/client-s3": ^3.74.0
@ -181,13 +181,13 @@ __metadata:
languageName: unknown
linkType: soft
"@abacus-network/sdk@^0.1.1, @abacus-network/sdk@workspace:typescript/sdk":
"@abacus-network/sdk@^0.1.1-test, @abacus-network/sdk@workspace:typescript/sdk":
version: 0.0.0-use.local
resolution: "@abacus-network/sdk@workspace:typescript/sdk"
dependencies:
"@abacus-network/apps": ^0.1.1
"@abacus-network/core": ^0.1.1
"@abacus-network/utils": ^0.1.1
"@abacus-network/apps": ^0.1.1-test
"@abacus-network/core": ^0.1.1-test
"@abacus-network/utils": ^0.1.1-test
"@ethersproject/bignumber": ^5.5.0
"@ethersproject/bytes": ^5.5.0
"@types/node": ^16.9.1
@ -207,7 +207,7 @@ __metadata:
languageName: unknown
linkType: soft
"@abacus-network/utils@^0.1.1, @abacus-network/utils@workspace:typescript/utils":
"@abacus-network/utils@^0.1.1-test, @abacus-network/utils@workspace:typescript/utils":
version: 0.0.0-use.local
resolution: "@abacus-network/utils@workspace:typescript/utils"
dependencies:
@ -14584,7 +14584,7 @@ __metadata:
languageName: node
linkType: hard
"ts-generator@npm:^0.1.1":
"ts-generator@npm:^0.1.1, ts-generator@npm:^0.1.1-test":
version: 0.1.1
resolution: "ts-generator@npm:0.1.1"
dependencies:

Loading…
Cancel
Save