This repository was archived by the owner on Jan 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +24
-24
lines changed
creating-instances-from-solidity Expand file tree Collapse file tree 10 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " example-cli-create2" ,
3- "version" : " 2.6.0-rc.1 " ,
3+ "version" : " 2.6.0" ,
44 "private" : true ,
55 "description" : " Example project for using create2" ,
66 "main" : " index.js" ,
10101111 "license" : " MIT" ,
1212 "dependencies" : {
13- "@openzeppelin/cli" : " ^2.6.0-rc.1 " ,
14- "@openzeppelin/upgrades" : " ^2.6.0-rc.1 " ,
13+ "@openzeppelin/cli" : " ^2.6.0" ,
14+ "@openzeppelin/upgrades" : " ^2.6.0" ,
1515 "web3" : " 1.2.2"
1616 },
1717 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " example-creating-instances-from-solidity" ,
3- "version" : " 2.6.0-rc.1 " ,
3+ "version" : " 2.6.0" ,
44 "private" : true ,
55 "description" : " " ,
66 "main" : " truffle-config.js" ,
1313 "author" : " " ,
1414 "license" : " MIT" ,
1515 "dependencies" : {
16- "@openzeppelin/upgrades" : " ^2.6.0-rc.1 "
16+ "@openzeppelin/upgrades" : " ^2.6.0"
1717 },
1818 "devDependencies" : {
19- "@openzeppelin/cli" : " ^2.6.0-rc.1 " ,
19+ "@openzeppelin/cli" : " ^2.6.0" ,
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.6.0-rc.1 " ,
3+ "version" : " 2.6.0" ,
44 "description" : " " ,
55 "private" : true ,
66 "main" : " index.js" ,
1313 "web3" : " 1.2.2"
1414 },
1515 "devDependencies" : {
16- "@openzeppelin/cli" : " ^2.6.0-rc.1 " ,
17- "@openzeppelin/upgrades" : " ^2.6.0-rc.1 " ,
16+ "@openzeppelin/cli" : " ^2.6.0" ,
17+ "@openzeppelin/upgrades" : " ^2.6.0" ,
1818 "ganache-cli" : " ^6.4.3"
1919 }
2020}
Original file line number Diff line number Diff line change 11{
22 "name" : " example-openzeppelin-upgrades-simple" ,
3- "version" : " 2.6.0-rc.1 " ,
3+ "version" : " 2.6.0" ,
44 "private" : true ,
55 "main" : " index.js" ,
66 "scripts" : {
99 },
1010 "license" : " ISC" ,
1111 "dependencies" : {
12- "@openzeppelin/upgrades" : " ^2.6.0-rc.1 " ,
12+ "@openzeppelin/upgrades" : " ^2.6.0" ,
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.6.0-rc.1 " ,
3+ "version" : " 2.6.0" ,
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.6.0-rc.1 " ,
11+ "@openzeppelin/upgrades" : " ^2.6.0" ,
1212 "openzeppelin-eth" : " ^2.2.0"
1313 },
1414 "devDependencies" : {
15- "@openzeppelin/cli" : " ^2.6.0-rc.1 " ,
15+ "@openzeppelin/cli" : " ^2.6.0" ,
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.6.0-rc.1 " ,
3+ "version" : " 2.6.0" ,
44 "description" : " OpenZeppelin SDK example: using truffle migrations" ,
55 "main" : " index.js" ,
66 "private" : true ,
11111212 "license" : " MIT" ,
1313 "dependencies" : {
14- "@openzeppelin/upgrades" : " ^2.6.0-rc.1 "
14+ "@openzeppelin/upgrades" : " ^2.6.0"
1515 },
1616 "devDependencies" : {
17- "@openzeppelin/cli" : " ^2.6.0-rc.1 " ,
17+ "@openzeppelin/cli" : " ^2.6.0" ,
1818 "truffle" : " ^5.0.5"
1919 }
2020}
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
33 "useWorkspaces" : true ,
4- "version" : " 2.6.0-rc.1 " ,
4+ "version" : " 2.6.0" ,
55 "command" : {
66 "publish" : {
77 "ignoreChanges" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @openzeppelin/cli" ,
3- "version" : " 2.6.0-rc.1 " ,
3+ "version" : " 2.6.0" ,
44 "description" : " Command-line interface for the OpenZeppelin smart contract platform" ,
55 "main" : " ./lib/index.js" ,
66 "private" : false ,
5757 "dependencies" : {
5858 "@openzeppelin/resolver-engine-core" : " ^0.3.3" ,
5959 "@openzeppelin/resolver-engine-imports-fs" : " ^0.3.3" ,
60- "@openzeppelin/upgrades" : " ^2.6.0-rc.1 " ,
60+ "@openzeppelin/upgrades" : " ^2.6.0" ,
6161 "@types/fs-extra" : " ^7.0.0" ,
6262 "@types/npm" : " ^2.0.29" ,
6363 "@types/semver" : " ^5.5.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @openzeppelin/upgrades" ,
3- "version" : " 2.6.0-rc.1 " ,
3+ "version" : " 2.6.0" ,
44 "description" : " JavaScript library for the OpenZeppelin smart contract platform" ,
55 "main" : " ./lib/index.js" ,
66 "private" : false ,
Original file line number Diff line number Diff line change 11{
22 "name" : " tests-cli-workdir" ,
33 "private" : true ,
4- "version" : " 2.6.0-rc.1 " ,
4+ "version" : " 2.6.0" ,
55 "description" : " CLI app project for ZeppelinOS integration test" ,
6677 "license" : " MIT" ,
88 "dependencies" : {
9- "@openzeppelin/upgrades" : " ^2.6.0-rc.1 " ,
9+ "@openzeppelin/upgrades" : " ^2.6.0" ,
1010 "bignumber.js" : " ^7.2.0" ,
1111 "mock-stdlib" : " file:../dependencies/mock-stdlib-1.1.0" ,
1212 "truffle-hdwallet-provider" : " 0.0.6"
1313 },
1414 "devDependencies" : {
15- "@openzeppelin/cli" : " ^2.6.0-rc.1 " ,
15+ "@openzeppelin/cli" : " ^2.6.0" ,
1616 "truffle" : " ^4.1.14"
1717 }
1818}
You can’t perform that action at this time.
0 commit comments