This repository was archived by the owner on Jan 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +27
-27
lines changed
creating-instances-from-solidity Expand file tree Collapse file tree 12 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " example-cli-create2" ,
3- "version" : " 2.5.1 " ,
3+ "version" : " 2.5.2 " ,
44 "private" : true ,
55 "description" : " Example project for using create2" ,
66 "main" : " index.js" ,
10101111 "license" : " MIT" ,
1212 "dependencies" : {
13- "@openzeppelin/cli" : " 2.5.1 " ,
14- "@openzeppelin/upgrades" : " 2.5.1 " ,
13+ "@openzeppelin/cli" : " ^ 2.5.2 " ,
14+ "@openzeppelin/upgrades" : " ^ 2.5.2 " ,
1515 "web3" : " 1.2.0"
1616 },
1717 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " example-creating-instances-from-solidity" ,
3- "version" : " 2.5.1 " ,
3+ "version" : " 2.5.2 " ,
44 "private" : true ,
55 "description" : " " ,
66 "main" : " truffle-config.js" ,
1313 "author" : " " ,
1414 "license" : " MIT" ,
1515 "dependencies" : {
16- "@openzeppelin/upgrades" : " 2.5.1 "
16+ "@openzeppelin/upgrades" : " ^ 2.5.2 "
1717 },
1818 "devDependencies" : {
19- "@openzeppelin/cli" : " 2.5.1 " ,
19+ "@openzeppelin/cli" : " ^ 2.5.2 " ,
2020 "truffle" : " ^5.0.5"
2121 }
2222}
Original file line number Diff line number Diff line change 11{
22 "name" : " example-first-project" ,
3- "version" : " 2.5.1 " ,
3+ "version" : " 2.5.2 " ,
44 "description" : " " ,
55 "private" : true ,
66 "main" : " index.js" ,
1010 "web3" : " ^1.2.0"
1111 },
1212 "devDependencies" : {
13- "@openzeppelin/cli" : " 2.5.1 " ,
14- "@openzeppelin/upgrades" : " 2.5.1 " ,
13+ "@openzeppelin/cli" : " ^ 2.5.2 " ,
14+ "@openzeppelin/upgrades" : " ^ 2.5.2 " ,
1515 "ganache-cli" : " ^6.4.3"
1616 }
1717}
Original file line number Diff line number Diff line change 11{
22 "name" : " example-openzeppelin-upgrades-complex" ,
3- "version" : " 2.5.1 " ,
3+ "version" : " 2.5.2 " ,
44 "private" : true ,
55 "description" : " Example of using the upgradeability-lib's App" ,
66 "main" : " index.js" ,
2020 "author" : " ajs" ,
2121 "license" : " ISC" ,
2222 "dependencies" : {
23- "@openzeppelin/upgrades" : " 2.5.1 " ,
23+ "@openzeppelin/upgrades" : " ^ 2.5.2 " ,
2424 "minimist" : " ^1.2.0" ,
2525 "openzeppelin-zos" : " git+https://github.com/OpenZeppelin/openzeppelin-zos.git#19610325924e03f008bb57dd8868f196bb7e3c98" ,
2626 "truffle" : " ^4.1.13" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " example-openzeppelin-upgrades-simple" ,
3- "version" : " 2.5.1 " ,
3+ "version" : " 2.5.2 " ,
44 "private" : true ,
55 "main" : " index.js" ,
66 "scripts" : {
99 },
1010 "license" : " ISC" ,
1111 "dependencies" : {
12- "@openzeppelin/upgrades" : " 2.5.1 " ,
12+ "@openzeppelin/upgrades" : " ^ 2.5.2 " ,
1313 "truffle" : " ^5.0.3"
1414 },
1515 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " example-linking-contracts" ,
3- "version" : " 2.5.1 " ,
3+ "version" : " 2.5.2 " ,
44 "private" : true ,
55 "description" : " " ,
66 "main" : " index.js" ,
77 "keywords" : [],
88 "author" :
" Santiago Palladino <[email protected] >" ,
99 "license" : " MIT" ,
1010 "dependencies" : {
11- "@openzeppelin/upgrades" : " 2.5.1 " ,
11+ "@openzeppelin/upgrades" : " ^ 2.5.2 " ,
1212 "openzeppelin-eth" : " ^2.2.0"
1313 },
1414 "devDependencies" : {
15- "@openzeppelin/cli" : " 2.5.1 " ,
15+ "@openzeppelin/cli" : " ^ 2.5.2 " ,
1616 "ganache-cli" : " ^6.4.3"
1717 }
1818}
Original file line number Diff line number Diff line change 11{
22 "name" : " example-truffle-migrate" ,
3- "version" : " 2.5.1 " ,
3+ "version" : " 2.5.2 " ,
44 "description" : " OpenZeppelin SDK example: using truffle migrations" ,
55 "main" : " index.js" ,
66 "private" : true ,
11111212 "license" : " MIT" ,
1313 "dependencies" : {
14- "@openzeppelin/upgrades" : " 2.5.1 "
14+ "@openzeppelin/upgrades" : " ^ 2.5.2 "
1515 },
1616 "devDependencies" : {
17- "@openzeppelin/cli" : " 2.5.1 " ,
17+ "@openzeppelin/cli" : " ^ 2.5.2 " ,
1818 "truffle" : " ^5.0.5"
1919 }
2020}
Original file line number Diff line number Diff line change 77 " tests/kits/test" ,
88 " tests/kits/workdir"
99 ],
10- "version" : " 2.5.1 " ,
10+ "version" : " 2.5.2 " ,
1111 "command" : {
1212 "publish" : {
1313 "ignoreChanges" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @openzeppelin/cli" ,
3- "version" : " 2.5.1 " ,
3+ "version" : " 2.5.2 " ,
44 "description" : " Command-line interface for the OpenZeppelin smart contract platform" ,
55 "main" : " ./lib/index.js" ,
66 "private" : false ,
5656 "dependencies" : {
5757 "@openzeppelin/resolver-engine-core" : " ^0.3.3" ,
5858 "@openzeppelin/resolver-engine-imports-fs" : " ^0.3.3" ,
59- "@openzeppelin/upgrades" : " 2.5.1 " ,
59+ "@openzeppelin/upgrades" : " ^ 2.5.2 " ,
6060 "@types/fs-extra" : " ^7.0.0" ,
6161 "@types/npm" : " ^2.0.29" ,
6262 "@types/semver" : " ^5.5.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " oz-sdk-docs" ,
3- "version" : " 2.5.1 " ,
3+ "version" : " 2.5.2 " ,
44 "description" : " Documentation for the OpenZeppelin smart contract platform" ,
55 "main" : " index.js" ,
66 "private" : true ,
You can’t perform that action at this time.
0 commit comments