@gooddollar/goodprotocol 2.0.6 → 2.0.7-beta.0

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 (1) hide show
  1. package/package.json +6 -3
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@gooddollar/goodprotocol",
3
- "version": "2.0.6",
3
+ "version": "2.0.7-beta.0",
4
4
  "description": "GoodDollar Protocol",
5
5
  "engines": {
6
6
  "node": "18.x"
7
7
  },
8
+ "main": "dist/test-sdk/index.js",
8
9
  "scripts": {
9
10
  "prepack": "npm run minimize",
10
11
  "build": "scripts/build.sh deploy",
@@ -21,7 +22,8 @@
21
22
  "testDAOUpgrade": "yarn runNode & yarn compile && yarn deployOldDAO --network develop-mainnet && yarn daoUpgrade --network develop-mainnet",
22
23
  "testDAOUpgradeFuse": "yarn runNode & yarn compile && yarn deployOldDAO --network develop && yarn daoUpgrade --network develop",
23
24
  "deployTestOld": "yarn compile && hardhat run scripts/test/singleOldDaoDeploy.ts --network dapptest && yarn daoUpgrade --network dapptest && yarn daoUpgrade --network dapptest-mainnet && hardhat run scripts/test/simulateInterest.ts --network dapptest",
24
- "deployTest": "yarn compile && hardhat run scripts/deployFullDAO.ts --network dapptest && hardhat run scripts/deployFullDAO.ts --network dapptest-mainnet && hardhat run scripts/test/simulateInterest.ts --network dapptest"
25
+ "deployTest": "yarn compile && hardhat run scripts/deployFullDAO.ts --network dapptest && hardhat run scripts/deployFullDAO.ts --network dapptest-mainnet && hardhat run scripts/test/simulateInterest.ts --network dapptest",
26
+ "build:test-sdk": "tsc --build tsconfig.sdk.json"
25
27
  },
26
28
  "files": [
27
29
  "artifacts/contracts",
@@ -37,7 +39,8 @@
37
39
  "tsconfig.json",
38
40
  "test",
39
41
  "types",
40
- "patches"
42
+ "patches",
43
+ "dist"
41
44
  ],
42
45
  "repository": {
43
46
  "type": "git",