@aztec/protocol
Advanced tools
Comparing version 0.2.2 to 0.3.0
{ | ||
"name": "@aztec/protocol", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"author": "AZTEC", | ||
@@ -30,4 +30,4 @@ "description": "AZTEC smart contract repository", | ||
"devDependencies": { | ||
"@aztec/dev-utils": "^1.0.2", | ||
"aztec.js": "^0.2.4", | ||
"@aztec/dev-utils": "^1.0.3", | ||
"aztec.js": "^0.3.0", | ||
"babel-runtime": "^6.26.0", | ||
@@ -47,6 +47,5 @@ "bluebird": "^3.5.3", | ||
"fs-extra": "^7.0.1", | ||
"ganache-cli": "^6.2.5", | ||
"ganache-cli": "^6.3.0", | ||
"lowdb": "^1.0.0", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.1.0", | ||
"rimraf": "^2.6.3", | ||
@@ -57,3 +56,3 @@ "sinon": "^7.2.3", | ||
"solidity-coverage": "^0.5.11", | ||
"truffle": "^5.0.0", | ||
"truffle": "^5.0.3", | ||
"truffle-hdwallet-provider": "^1.0.0-web3one.5", | ||
@@ -68,6 +67,6 @@ "web3": "1.0.0-beta.37", | ||
"lint": "npm run lint:js && npm run lint:sol", | ||
"test:coverage": "scripts/coverage.sh", | ||
"test:demo": "NODE_ENV=TEST ./node_modules/.bin/mocha ./demo --trace-warnings --exit --colors --recursive --reporter spec", | ||
"test:sol": "TEST_DEMO=false scripts/test.sh", | ||
"test": "TEST_DEMO=true scripts/test.sh", | ||
"coverage": "scripts/coverage.sh", | ||
"compile": "./node_modules/.bin/truffle compile --all", | ||
@@ -74,0 +73,0 @@ "build:artifacts": "node scripts/artifacts.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100051
28
13