@show-karma/karma-gap-sdk 0.3.15 → 0.3.16

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.
@@ -126,12 +126,14 @@ export interface IProjectImpact {
126
126
  work: string;
127
127
  impact: string;
128
128
  proof: string;
129
+ completedAt: number;
129
130
  type?: string;
130
131
  }
131
132
  export declare class ProjectImpact extends Attestation<IProjectImpact> implements IProjectImpact {
132
133
  work: string;
133
134
  impact: string;
134
135
  proof: string;
136
+ completedAt: number;
135
137
  type?: string;
136
138
  constructor(data: AttestationArgs<IProjectImpact, GapSchema>);
137
139
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.3.15",
6
+ "version": "0.3.16",
7
7
  "description": "Simple and easy interface between EAS and Karma GAP.",
8
8
  "main": "./index.js",
9
9
  "author": "KarmaHQ",