@show-karma/karma-gap-sdk 0.2.8 → 0.2.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.
@@ -151,9 +151,6 @@ class Grant extends Attestation_1.Attestation {
151
151
  },
152
152
  schema: GapSchema_1.GapSchema.find('GrantDetails'),
153
153
  });
154
- if (details.data?.questions) {
155
- Object.assign(grant.details, { questions: details.data.questions });
156
- }
157
154
  }
158
155
  if (attestation.milestones) {
159
156
  const { milestones } = attestation;
@@ -10,10 +10,6 @@ class CommunityDetails extends Attestation_1.Attestation {
10
10
  }
11
11
  exports.CommunityDetails = CommunityDetails;
12
12
  class GrantDetails extends Attestation_1.Attestation {
13
- constructor() {
14
- super(...arguments);
15
- this.questions = [];
16
- }
17
13
  }
18
14
  exports.GrantDetails = GrantDetails;
19
15
  class GrantRound extends Attestation_1.Attestation {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.2.8",
6
+ "version": "0.2.9",
7
7
  "description": "Simple and easy interface between EAS and Karma GAP.",
8
8
  "main": "./index.js",
9
9
  "author": "KarmaHQ",