This repository was archived by the owner on Jan 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 16 files changed +32
-32
lines changed
creating-instances-from-solidity Expand file tree Collapse file tree 16 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " example-cli-create2" ,
3- "version" : " 2.8.0-rc.4 " ,
3+ "version" : " 2.8.0" ,
44 "private" : true ,
55 "description" : " Example project for using create2" ,
66 "main" : " index.js" ,
1010 "author" : " santiago@openzeppelin.com" ,
1111 "license" : " MIT" ,
1212 "dependencies" : {
13- "@openzeppelin/cli" : " 2.8.0-rc.4 " ,
14- "@openzeppelin/upgrades" : " 2.8.0-rc.4 " ,
13+ "@openzeppelin/cli" : " 2.8.0" ,
14+ "@openzeppelin/upgrades" : " 2.8.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.8.0-rc.4 " ,
3+ "version" : " 2.8.0" ,
44 "private" : true ,
55 "description" : " " ,
66 "main" : " truffle-config.js" ,
1313 "author" : " " ,
1414 "license" : " MIT" ,
1515 "dependencies" : {
16- "@openzeppelin/upgrades" : " 2.8.0-rc.4 "
16+ "@openzeppelin/upgrades" : " 2.8.0"
1717 },
1818 "devDependencies" : {
19- "@openzeppelin/cli" : " 2.8.0-rc.4 " ,
19+ "@openzeppelin/cli" : " 2.8.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.8.0-rc.4 " ,
3+ "version" : " 2.8.0" ,
44 "description" : " " ,
55 "private" : true ,
66 "main" : " index.js" ,
1414 "web3" : " 1.2.2"
1515 },
1616 "devDependencies" : {
17- "@openzeppelin/cli" : " 2.8.0-rc.4 " ,
18- "@openzeppelin/upgrades" : " 2.8.0-rc.4 " ,
17+ "@openzeppelin/cli" : " 2.8.0" ,
18+ "@openzeppelin/upgrades" : " 2.8.0" ,
1919 "ganache-cli" : " ^6.4.3"
2020 }
2121}
Original file line number Diff line number Diff line change 11{
22 "name" : " example-linking-contracts" ,
3- "version" : " 2.8.0-rc.4 " ,
3+ "version" : " 2.8.0" ,
44 "private" : true ,
55 "description" : " " ,
66 "main" : " index.js" ,
77 "keywords" : [],
88 "author" : " Santiago Palladino <santiago@openzeppelin.com>" ,
99 "license" : " MIT" ,
1010 "dependencies" : {
11- "@openzeppelin/upgrades" : " 2.8.0-rc.4 " ,
11+ "@openzeppelin/upgrades" : " 2.8.0" ,
1212 "openzeppelin-eth" : " ^2.2.0"
1313 },
1414 "devDependencies" : {
15- "@openzeppelin/cli" : " 2.8.0-rc.4 " ,
15+ "@openzeppelin/cli" : " 2.8.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.8.0-rc.4 " ,
3+ "version" : " 2.8.0" ,
44 "description" : " OpenZeppelin SDK example: using truffle migrations" ,
55 "main" : " index.js" ,
66 "private" : true ,
1111 "author" : " santiago@openzeppelin.com" ,
1212 "license" : " MIT" ,
1313 "dependencies" : {
14- "@openzeppelin/upgrades" : " 2.8.0-rc.4 "
14+ "@openzeppelin/upgrades" : " 2.8.0"
1515 },
1616 "devDependencies" : {
17- "@openzeppelin/cli" : " 2.8.0-rc.4 " ,
17+ "@openzeppelin/cli" : " 2.8.0" ,
1818 "truffle" : " ^5.0.5"
1919 }
2020}
Original file line number Diff line number Diff line change 11{
22 "name" : " example-openzeppelin-upgrades-simple" ,
3- "version" : " 2.8.0-rc.4 " ,
3+ "version" : " 2.8.0" ,
44 "private" : true ,
55 "main" : " index.js" ,
66 "scripts" : {
99 },
1010 "license" : " ISC" ,
1111 "dependencies" : {
12- "@openzeppelin/upgrades" : " 2.8.0-rc.4 "
12+ "@openzeppelin/upgrades" : " 2.8.0"
1313 },
1414 "devDependencies" : {
15- "@openzeppelin/cli" : " 2.8.0-rc.4 " ,
15+ "@openzeppelin/cli" : " 2.8.0" ,
1616 "@openzeppelin/test-environment" : " ^0.1.2" ,
1717 "chai" : " ^4.1.2" ,
1818 "mocha" : " ^6.2.2"
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
33 "useWorkspaces" : true ,
4- "version" : " 2.8.0-rc.4 " ,
4+ "version" : " 2.8.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.8.0-rc.4 " ,
3+ "version" : " 2.8.0" ,
44 "description" : " Command-line interface for the OpenZeppelin smart contract platform" ,
55 "main" : " ./lib/index.js" ,
66 "private" : false ,
5757 "homepage" : " https://github.com/OpenZeppelin/openzeppelin-sdk/tree/master/packages/cli#readme" ,
5858 "dependencies" : {
5959 "@openzeppelin/fuzzy-solidity-import-parser" : " ^0.1.2" ,
60- "@openzeppelin/upgrades" : " 2.8.0-rc.4 " ,
60+ "@openzeppelin/upgrades" : " 2.8.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.8.0-rc.4 " ,
3+ "version" : " 2.8.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-test" ,
33 "private" : true ,
4- "version" : " 2.8.0-rc.4 " ,
4+ "version" : " 2.8.0" ,
55 "description" : " Integration tests for CLI app" ,
66 "author" : " santiago@zeppelin.solutions" ,
77 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments