@show-karma/karma-gap-sdk 0.3.36 → 0.3.37

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.
@@ -103,6 +103,10 @@ export interface IProjectDetails extends IAttestationResponse {
103
103
  data: {
104
104
  title: string;
105
105
  description: string;
106
+ problem?: string;
107
+ solution?: string;
108
+ missionSummary?: string;
109
+ locationOfImpact?: string;
106
110
  imageURL: string;
107
111
  links?: ExternalLink[];
108
112
  tags?: ITag[];
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.3.36",
6
+ "version": "0.3.37",
7
7
  "description": "Simple and easy interface between EAS and Karma GAP.",
8
8
  "main": "./index.js",
9
9
  "author": "KarmaHQ",