This repository was archived by the owner on Jan 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
creating-instances-from-solidity Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " example-cli-create2" ,
3- "version" : " 2.4.1 " ,
3+ "version" : " 2.4.2 " ,
44 "private" : true ,
55 "description" : " Example project for using create2" ,
66 "main" : " index.js" ,
1111 "license" : " MIT" ,
1212 "dependencies" : {
1313 "web3" : " 1.0.0-beta.37" ,
14- "zos" : " ^ 2.4.1 " ,
15- "zos-lib" : " ^ 2.4.1 "
14+ "zos" : " 2.4.2 " ,
15+ "zos-lib" : " 2.4.2 "
1616 },
1717 "devDependencies" : {
1818 "chai" : " ^4.2.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " example-cli-with-deps" ,
3- "version" : " 2.4.1 " ,
3+ "version" : " 2.4.2 " ,
44 "description" : " Sample CLI project for ZeppelinOS" ,
55 "author" : " santiago@zeppelin.solutions" ,
66 "private" : true ,
77 "license" : " MIT" ,
88 "devDependencies" : {
9- "example-dep-basic" : " ^ 2.4.1 " ,
9+ "example-dep-basic" : " 2.4.2 " ,
1010 "openzeppelin-zos" : " ^1.9.1" ,
1111 "truffle" : " ^4.1.14" ,
12- "zos" : " ^ 2.4.1 " ,
13- "zos-lib" : " ^ 2.4.1 "
12+ "zos" : " 2.4.2 " ,
13+ "zos-lib" : " 2.4.2 "
1414 }
1515}
Original file line number Diff line number Diff line change 11{
22 "name" : " example-creating-instances-from-solidity" ,
3- "version" : " 2.4.1 " ,
3+ "version" : " 2.4.2 " ,
44 "private" : true ,
55 "description" : " " ,
66 "main" : " truffle-config.js" ,
1313 "author" : " " ,
1414 "license" : " MIT" ,
1515 "dependencies" : {
16- "zos-lib" : " ^ 2.4.1 "
16+ "zos-lib" : " 2.4.2 "
1717 },
1818 "devDependencies" : {
1919 "truffle" : " ^5.0.5" ,
20- "zos" : " ^ 2.4.1 "
20+ "zos" : " 2.4.2 "
2121 }
2222}
Original file line number Diff line number Diff line change 11{
22 "name" : " example-dep-basic" ,
33 "private" : true ,
4- "version" : " 2.4.1 " ,
4+ "version" : " 2.4.2 " ,
55 "description" : " Sample basic dependency library for ZeppelinOS" ,
66 "author" : " santiago@zeppelin.solutions" ,
77 "license" : " MIT" ,
88 "dependencies" : {
9- "zos-lib" : " ^ 2.4.1 "
9+ "zos-lib" : " 2.4.2 "
1010 },
1111 "devDependencies" : {
1212 "truffle" : " ^4.1.14" ,
13- "zos" : " ^ 2.4.1 "
13+ "zos" : " 2.4.2 "
1414 }
1515}
Original file line number Diff line number Diff line change 11{
22 "name" : " example-first-project" ,
3- "version" : " 2.4.1 " ,
3+ "version" : " 2.4.2 " ,
44 "description" : " " ,
55 "private" : true ,
66 "main" : " index.js" ,
1111 },
1212 "devDependencies" : {
1313 "ganache-cli" : " ^6.4.3" ,
14- "zos" : " ^ 2.4.1 " ,
15- "zos-lib" : " ^ 2.4.1 "
14+ "zos" : " 2.4.2 " ,
15+ "zos-lib" : " 2.4.2 "
1616 }
1717}
Original file line number Diff line number Diff line change 11{
22 "name" : " example-zos-lib-complex" ,
3- "version" : " 2.4.1 " ,
3+ "version" : " 2.4.2 " ,
44 "private" : true ,
55 "description" : " Example of using the upgradeability-lib's App" ,
66 "main" : " index.js" ,
2121 "minimist" : " ^1.2.0" ,
2222 "openzeppelin-zos" : " git+https://github.com/OpenZeppelin/openzeppelin-zos.git#19610325924e03f008bb57dd8868f196bb7e3c98" ,
2323 "truffle" : " ^4.1.13" ,
24- "zos-lib" : " ^ 2.4.1 "
24+ "zos-lib" : " 2.4.2 "
2525 },
2626 "devDependencies" : {
2727 "babel-polyfill" : " ^6.23.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " example-zos-lib-simple" ,
3- "version" : " 2.4.1 " ,
3+ "version" : " 2.4.2 " ,
44 "private" : true ,
55 "main" : " index.js" ,
66 "scripts" : {
1010 "license" : " ISC" ,
1111 "dependencies" : {
1212 "truffle" : " ^5.0.3" ,
13- "zos-lib" : " ^ 2.4.1 "
13+ "zos-lib" : " 2.4.2 "
1414 },
1515 "devDependencies" : {
1616 "babel-polyfill" : " ^6.23.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " example-linking-contracts" ,
3- "version" : " 2.4.1 " ,
3+ "version" : " 2.4.2 " ,
44 "private" : true ,
55 "description" : " " ,
66 "main" : " index.js" ,
99 "license" : " MIT" ,
1010 "dependencies" : {
1111 "openzeppelin-eth" : " ^2.2.0" ,
12- "zos-lib" : " ^ 2.4.1 "
12+ "zos-lib" : " 2.4.2 "
1313 },
1414 "devDependencies" : {
1515 "ganache-cli" : " ^6.4.3" ,
16- "zos" : " ^ 2.4.1 "
16+ "zos" : " 2.4.2 "
1717 }
1818}
Original file line number Diff line number Diff line change 11{
22 "name" : " example-truffle-migrate" ,
3- "version" : " 2.4.1 " ,
3+ "version" : " 2.4.2 " ,
44 "description" : " Sample project for using ZeppelinOS within truffle migrations" ,
55 "main" : " index.js" ,
66 "private" : true ,
1111 "author" : " santiago@zeppelin.solutions" ,
1212 "license" : " MIT" ,
1313 "dependencies" : {
14- "zos-lib" : " ^ 2.4.1 "
14+ "zos-lib" : " 2.4.2 "
1515 },
1616 "devDependencies" : {
1717 "truffle" : " ^5.0.5" ,
18- "zos" : " ^ 2.4.1 "
18+ "zos" : " 2.4.2 "
1919 }
2020}
Original file line number Diff line number Diff line change 77 " tests/zepkit/test" ,
88 " tests/zepkit/workdir"
99 ],
10- "version" : " 2.4.1 " ,
10+ "version" : " 2.4.2 " ,
1111 "command" : {
1212 "publish" : {
1313 "ignoreChanges" : [
You can’t perform that action at this time.
0 commit comments