Merge tag 'v2.5.0'
2.5.0
Showing
.dependabot/config.yml
0 → 100644
contracts/drafts/.gitkeep
deleted
100644 → 0
contracts/lifecycle/README.adoc
0 → 100644
contracts/mocks/Create2Impl.sol
0 → 100644
contracts/mocks/EnumerableSetMock.sol
0 → 100644
contracts/mocks/SafeCastMock.sol
0 → 100644
contracts/utils/Create2.sol
0 → 100644
contracts/utils/EnumerableSet.sol
0 → 100644
contracts/utils/SafeCast.sol
0 → 100644
docs/modules/ROOT/pages/erc20.adoc
0 → 100644
docs/modules/ROOT/pages/erc721.adoc
0 → 100644
docs/modules/ROOT/pages/erc777.adoc
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| { | ||
| "name": "@openzeppelin/contracts-ethereum-package", | ||
| "version": "2.4.0", | ||
| "version": "2.5.0", | ||
| "description": "Secure Smart Contract library for Solidity", | ||
| "files": [ | ||
| ".openzeppelin", | ||
| ... | ... | @@ -12,19 +12,19 @@ |
| ], | ||
| "scripts": { | ||
| "compile": "scripts/compile.sh", | ||
| "console": "truffle console", | ||
| "coverage": "scripts/coverage.sh", | ||
| "docs": "scripts/docs.sh", | ||
| "docs": "oz-docs -c docs", | ||
| "docs:watch": "npm run docs watch contracts 'docs/*.hbs'", | ||
| "prepare-docs": "scripts/prepare-docs.sh", | ||
| "lint": "npm run lint:js && npm run lint:sol", | ||
| "lint:fix": "npm run lint:js:fix", | ||
| "lint:js": "eslint .", | ||
| "lint:js:fix": "eslint . --fix", | ||
| "lint:js": "eslint --ignore-path .gitignore .", | ||
| "lint:js:fix": "eslint --ignore-path .gitignore . --fix", | ||
| "lint:sol": "solhint --max-warnings 0 \"contracts/**/*.sol\"", | ||
| "prepare": "node scripts/prepare.js", | ||
| "release": "scripts/release/release.sh", | ||
| "version": "scripts/release/version.sh", | ||
| "test": "scripts/test.sh" | ||
| "test": "mocha --exit --recursive test" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| ... | ... | @@ -45,36 +45,35 @@ |
| }, | ||
| "homepage": "https://github.com/OpenZeppelin/openzeppelin-contracts-ethereum-package", | ||
| "devDependencies": { | ||
| "@openzeppelin/cli": "2.5.0", | ||
| "@openzeppelin/gsn-helpers": "^0.1.5", | ||
| "@openzeppelin/gsn-provider": "^0.1.5", | ||
| "@openzeppelin/upgrades": "2.5.0", | ||
| "@openzeppelin/cli": "^2.5.3", | ||
| "@openzeppelin/gsn-helpers": "^0.2.3", | ||
| "@openzeppelin/gsn-provider": "^0.1.9", | ||
| "@openzeppelin/test-environment": "^0.1.2", | ||
| "@openzeppelin/test-helpers": "^0.5.4", | ||
| "chai": "^4.2.0", | ||
| "chai-bn": "^0.1.1", | ||
| "concurrently": "^4.1.0", | ||
| "eslint": "^4.19.1", | ||
| "eslint-config-standard": "^10.2.1", | ||
| "eslint-plugin-import": "^2.13.0", | ||
| "eslint": "^6.5.1", | ||
| "eslint-config-standard": "^14.1.0", | ||
| "eslint-plugin-import": "^2.20.0", | ||
| "eslint-plugin-mocha-no-only": "^1.1.0", | ||
| "eslint-plugin-node": "^5.2.1", | ||
| "eslint-plugin-promise": "^3.8.0", | ||
| "eslint-plugin-standard": "^3.1.0", | ||
| "ethereumjs-util": "^6.0.0", | ||
| "ganache-cli": "^6.4.1", | ||
| "ganache-cli-coverage": "https://github.com/frangio/ganache-cli/releases/download/v6.4.1-coverage/ganache-cli-coverage-6.4.1.tgz", | ||
| "http-server": "^0.11.1", | ||
| "eslint-plugin-node": "^10.0.0", | ||
| "eslint-plugin-promise": "^4.2.1", | ||
| "eslint-plugin-standard": "^4.0.1", | ||
| "ethereumjs-util": "^6.2.0", | ||
| "ganache-core-coverage": "https://github.com/OpenZeppelin/ganache-core-coverage/releases/download/2.5.3-coverage/ganache-core-coverage-2.5.3.tgz", | ||
| "lodash.startcase": "^4.4.0", | ||
| "micromatch": "^4.0.2", | ||
| "mocha": "^7.0.0", | ||
| "nodemon": "^1.19.0", | ||
| "npm-install-peers": "^1.2.1", | ||
| "openzeppelin-docs-utils": "github:OpenZeppelin/docs-utils", | ||
| "openzeppelin-docsite": "github:OpenZeppelin/openzeppelin-docsite#ee1df82d52ad3df4337b20392627975091f8d5b3", | ||
| "openzeppelin-test-helpers": "^0.4", | ||
| "solhint": "2.1.0", | ||
| "solhint": "2.3.0", | ||
| "solidity-coverage": "github:rotcivegaf/solidity-coverage#5875f5b7bc74d447f3312c9c0e9fc7814b482477", | ||
| "solidity-docgen": "^0.3.5", | ||
| "truffle": "^5.0.41" | ||
| "solidity-docgen": "^0.3.13" | ||
| }, | ||
| "peerDependencies": { | ||
| "@openzeppelin/upgrades": "^2.5.0" | ||
| } | ||
| }, | ||
| "dependencies": {} | ||
| } |
scripts/docs.sh
deleted
100755 → 0
scripts/test.sh
deleted
100755 → 0
test-environment.config.js
0 → 100644
test/setup.js
0 → 100644
test/utils/Create2.test.js
0 → 100644
test/utils/EnumerableSet.test.js
0 → 100644
test/utils/SafeCast.test.js
0 → 100644
Please
register
or
sign in
to comment