@gooddollar/goodprotocol 2.0.29-beta.0 → 2.0.29
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.
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddollar/goodprotocol",
|
|
3
|
-
"version": "2.0.29
|
|
3
|
+
"version": "2.0.29",
|
|
4
4
|
"description": "GoodDollar Protocol",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16.x"
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"minimize": "./scripts/minimize.sh 'artifacts/contracts'",
|
|
15
15
|
"test": "hardhat test",
|
|
16
16
|
"test:parallel": "mocha --require hardhat/register --extension ts --recursive --parallel --exit",
|
|
17
|
-
"postinstall": "patch-package",
|
|
18
17
|
"compile": "hardhat compile",
|
|
19
18
|
"daoUpgrade": "hardhat run scripts/upgradeToV2/upgradeToV2.ts",
|
|
20
19
|
"deployOldDAO": "hardhat run scripts/test/localOldDaoDeploy.ts",
|