@balancer-labs/v2-solidity-utils
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "@balancer-labs/v2-solidity-utils", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Solidity libraries and utilities", | ||
@@ -16,4 +16,4 @@ "license": "GPL-3.0-only", | ||
"files": [ | ||
"contracts/**/*", | ||
"!contracts/test/*" | ||
"contracts/**/*.sol", | ||
"!contracts/test/**/*.sol" | ||
], | ||
@@ -28,24 +28,27 @@ "scripts": { | ||
"test": "yarn compile && mocha --extension ts --require hardhat/register --require @balancer-labs/v2-common/setupTests --recursive", | ||
"test:watch": "nodemon --ext js,ts --watch test --watch lib --exec 'clear && yarn test --no-compile'" | ||
"test:watch": "nodemon --ext js,ts --watch test --watch lib --exec 'clear && yarn test --no-compile'", | ||
"test-fuzz": "forge test" | ||
}, | ||
"devDependencies": { | ||
"@balancer-labs/balancer-js": "1.0.0", | ||
"@balancer-labs/v2-common": "1.0.0", | ||
"@balancer-labs/v2-helpers": "1.0.0", | ||
"@nomiclabs/hardhat-ethers": "^2.0.1", | ||
"@nomiclabs/hardhat-waffle": "^2.0.0", | ||
"@types/chai": "^4.2.12", | ||
"@types/lodash": "^4.14.161", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.0", | ||
"@typescript-eslint/eslint-plugin": "^4.1.1", | ||
"@typescript-eslint/parser": "^4.1.1", | ||
"chai": "^4.2.0", | ||
"decimal.js": "^10.2.1", | ||
"eslint": "^7.9.0", | ||
"@balancer-labs/balancer-js": "workspace:*", | ||
"@balancer-labs/v2-common": "workspace:*", | ||
"@balancer-labs/v2-helpers": "workspace:*", | ||
"@balancer-labs/v2-interfaces": "workspace:*", | ||
"@nomiclabs/hardhat-ethers": "^2.2.1", | ||
"@nomiclabs/hardhat-waffle": "^2.0.3", | ||
"@types/chai": "^4.3.3", | ||
"@types/lodash": "^4.14.186", | ||
"@types/mocha": "^10.0.0", | ||
"@types/node": "^14.14.31", | ||
"@typescript-eslint/eslint-plugin": "^5.41.0", | ||
"@typescript-eslint/parser": "^5.41.0", | ||
"chai": "^4.3.6", | ||
"decimal.js": "^10.4.2", | ||
"eslint": "^8.26.0", | ||
"eslint-plugin-mocha-no-only": "^1.1.1", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"ethereum-waffle": "^3.0.2", | ||
"ethers": "^5.4.1", | ||
"hardhat": "^2.4.1", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"ethereum-waffle": "^3.4.4", | ||
"ethers": "^5.7.2", | ||
"hardhat": "^2.12.2", | ||
"hardhat-ignore-warnings": "^0.2.4", | ||
"lodash.frompairs": "^4.0.1", | ||
@@ -56,11 +59,11 @@ "lodash.pick": "^4.4.0", | ||
"lodash.zip": "^4.2.0", | ||
"mocha": "^8.2.1", | ||
"nodemon": "^2.0.4", | ||
"prettier": "^2.1.2", | ||
"mocha": "^10.1.0", | ||
"nodemon": "^2.0.20", | ||
"prettier": "^2.7.1", | ||
"prettier-plugin-solidity": "v1.0.0-alpha.59", | ||
"solhint": "^3.2.0", | ||
"solhint-plugin-prettier": "^0.0.4", | ||
"ts-node": "^8.10.2", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.0.2" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
162305
34
35