@dorafactory/maci-sdk 0.0.28 → 0.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 CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@dorafactory/maci-sdk",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "description": "SDK for interacting with maci",
5
5
  "keywords": [
6
6
  "maci",
7
7
  "blockchain"
8
8
  ],
9
9
  "author": "team@dorafactory.org",
10
- "homepage": "https://github.com/dorafactory/maci-sdk",
11
- "bugs": "https://github.com/dorafactory/maci-sdk/issues",
10
+ "homepage": "https://github.com/dorafactory/maci/tree/main/packages/sdk#readme",
11
+ "bugs": "https://github.com/dorafactory/maci/issues",
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/dorafactory/maci-sdk.git"
14
+ "url": "https://github.com/dorafactory/maci.git"
15
15
  },
16
16
  "license": "Apache-2.0",
17
17
  "publishConfig": {
@@ -193,7 +193,7 @@ export class Round {
193
193
  'voiceCreditAmount',
194
194
  'preDeactivateRoot',
195
195
  'identity',
196
- 'funds',
196
+ // 'funds',
197
197
  ];
198
198
 
199
199
  if (fields && fields.length > 0) {
@@ -93,7 +93,7 @@ export type RoundType = {
93
93
  voiceCreditAmount: string;
94
94
  preDeactivateRoot: string;
95
95
  identity: string;
96
- funds: string;
96
+ // funds: string;
97
97
  operatorLogoUrl?: string;
98
98
  operatorMoniker?: string;
99
99
  resultsList?: {