@databutton/firebase-types 1.2.0 → 1.3.1

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.
@@ -206,7 +206,8 @@ export interface Project {
206
206
  export interface Requirements {
207
207
  createdBy: PerformedBy;
208
208
  prevRequirementsId: string | null;
209
- installedAt: Timestamp | null;
209
+ installSuccessAt: Timestamp | null;
210
+ installFailedAt: Timestamp | null;
210
211
  logs: string | null;
211
212
  requirementsTxt: string;
212
213
  requirementsLock: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.2.0",
3
+ "version": "1.3.1",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/types/published/index.d.ts",
6
6
  "files": [