This repository was archived by the owner on Jan 24, 2022. It is now read-only.
File tree 10 files changed +18
-18
lines changed
creating-instances-from-solidity
10 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example-cli-create2" ,
3
- "version" : " 2.8.1 " ,
3
+ "version" : " 2.8.2 " ,
4
4
"private" : true ,
5
5
"description" : " Example project for using create2" ,
6
6
"main" : " index.js" ,
10
10
11
11
"license" : " MIT" ,
12
12
"dependencies" : {
13
- "@openzeppelin/cli" : " 2.8.1 " ,
13
+ "@openzeppelin/cli" : " 2.8.2 " ,
14
14
"@openzeppelin/upgrades" : " 2.8.0" ,
15
15
"web3" : " 1.2.2"
16
16
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example-creating-instances-from-solidity" ,
3
- "version" : " 2.8.1 " ,
3
+ "version" : " 2.8.2 " ,
4
4
"private" : true ,
5
5
"description" : " " ,
6
6
"main" : " truffle-config.js" ,
16
16
"@openzeppelin/upgrades" : " 2.8.0"
17
17
},
18
18
"devDependencies" : {
19
- "@openzeppelin/cli" : " 2.8.1 " ,
19
+ "@openzeppelin/cli" : " 2.8.2 " ,
20
20
"truffle" : " ^5.0.5"
21
21
}
22
22
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example-first-project" ,
3
- "version" : " 2.8.1 " ,
3
+ "version" : " 2.8.2 " ,
4
4
"description" : " " ,
5
5
"private" : true ,
6
6
"main" : " index.js" ,
14
14
"web3" : " 1.2.2"
15
15
},
16
16
"devDependencies" : {
17
- "@openzeppelin/cli" : " 2.8.1 " ,
17
+ "@openzeppelin/cli" : " 2.8.2 " ,
18
18
"@openzeppelin/upgrades" : " 2.8.0" ,
19
19
"ganache-cli" : " ^6.4.3"
20
20
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example-linking-contracts" ,
3
- "version" : " 2.8.1 " ,
3
+ "version" : " 2.8.2 " ,
4
4
"private" : true ,
5
5
"description" : " " ,
6
6
"main" : " index.js" ,
12
12
"openzeppelin-eth" : " ^2.2.0"
13
13
},
14
14
"devDependencies" : {
15
- "@openzeppelin/cli" : " 2.8.1 " ,
15
+ "@openzeppelin/cli" : " 2.8.2 " ,
16
16
"ganache-cli" : " ^6.4.3"
17
17
}
18
18
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example-truffle-migrate" ,
3
- "version" : " 2.8.1 " ,
3
+ "version" : " 2.8.2 " ,
4
4
"description" : " OpenZeppelin SDK example: using truffle migrations" ,
5
5
"main" : " index.js" ,
6
6
"private" : true ,
14
14
"@openzeppelin/upgrades" : " 2.8.0"
15
15
},
16
16
"devDependencies" : {
17
- "@openzeppelin/cli" : " 2.8.1 " ,
17
+ "@openzeppelin/cli" : " 2.8.2 " ,
18
18
"truffle" : " ^5.0.5"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example-openzeppelin-upgrades-simple" ,
3
- "version" : " 2.8.1 " ,
3
+ "version" : " 2.8.2 " ,
4
4
"private" : true ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
12
12
"@openzeppelin/upgrades" : " 2.8.0"
13
13
},
14
14
"devDependencies" : {
15
- "@openzeppelin/cli" : " 2.8.1 " ,
15
+ "@openzeppelin/cli" : " 2.8.2 " ,
16
16
"@openzeppelin/test-environment" : " ^0.1.2" ,
17
17
"chai" : " ^4.1.2" ,
18
18
"mocha" : " ^6.2.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"npmClient" : " yarn" ,
3
3
"useWorkspaces" : true ,
4
- "version" : " 2.8.1 " ,
4
+ "version" : " 2.8.2 " ,
5
5
"command" : {
6
6
"publish" : {
7
7
"ignoreChanges" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openzeppelin/cli" ,
3
- "version" : " 2.8.1 " ,
3
+ "version" : " 2.8.2 " ,
4
4
"description" : " Command-line interface for the OpenZeppelin smart contract platform" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"private" : false ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tests-cli-workdir" ,
3
3
"private" : true ,
4
- "version" : " 2.8.1 " ,
4
+ "version" : " 2.8.2 " ,
5
5
"description" : " CLI app project for ZeppelinOS integration test" ,
6
6
7
7
"license" : " MIT" ,
12
12
"truffle-hdwallet-provider" : " 0.0.6"
13
13
},
14
14
"devDependencies" : {
15
- "@openzeppelin/cli" : " 2.8.1 " ,
15
+ "@openzeppelin/cli" : " 2.8.2 " ,
16
16
"truffle" : " ^4.1.14"
17
17
}
18
18
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " regular-deploys" ,
3
- "version" : " 2.8.1 " ,
3
+ "version" : " 2.8.2 " ,
4
4
"scripts" : {
5
5
"test" : " node test.js"
6
6
},
7
7
"license" : " MIT" ,
8
8
"private" : true ,
9
9
"dependencies" : {
10
- "@openzeppelin/cli" : " 2.8.1 " ,
10
+ "@openzeppelin/cli" : " 2.8.2 " ,
11
11
"@openzeppelin/test-environment" : " ^0.1.2"
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments