@gooddollar/goodprotocol 2.0.5-beta.8 → 2.0.5-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +6 -5
  2. package/yarn.lock +22498 -20326
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@gooddollar/goodprotocol",
3
- "version": "2.0.5-beta.8",
3
+ "version": "2.0.5-beta.9",
4
4
  "description": "GoodDollar Protocol",
5
5
  "scripts": {
6
6
  "prepack": "npm run minimize",
7
7
  "build": "scripts/build.sh deploy",
8
- "coverage:report": "export COVERALLS_REPO_TOKEN='qiXNelh1HXMAsoPah9yRD2yG2WlqrDfLh' && cat ../coverage/lcov.info coverage/lcov.info | coveralls",
9
- "coverage": "export CODE_COVERAGE=true; hardhat --max-memory 6096 coverage",
8
+ "coverage:report": "COVERALLS_REPO_TOKEN='qiXNelh1HXMAsoPah9yRD2yG2WlqrDfLh' cat ../coverage/lcov.info coverage/lcov.info | coveralls",
9
+ "coverage": "CODE_COVERAGE=true hardhat --max-memory 6096 coverage",
10
10
  "minimize": "./scripts/minimize.sh 'artifacts/contracts'",
11
11
  "test": "hardhat test",
12
12
  "test:parallel": "mocha --require hardhat/register --extension ts --recursive --parallel --exit",
@@ -117,11 +117,12 @@
117
117
  "regenerator-runtime": "^0.13.9",
118
118
  "solhint": "*",
119
119
  "solidity-coverage": "^0.8.2",
120
- "truffle": "^5.3.12",
120
+ "truffle": "^5.9.3",
121
121
  "truffle-hdwallet-provider": "*",
122
122
  "ts-generator": "^0.1.1",
123
123
  "ts-node": "^10.8.0",
124
124
  "typechain": "^6.0.2",
125
125
  "typescript": "*"
126
- }
126
+ },
127
+ "packageManager": "yarn@3.6.0"
127
128
  }