@databutton/firebase-types 1.3.8 → 1.4.0

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.
@@ -214,6 +214,7 @@ export interface Requirements {
214
214
  logs: string | null;
215
215
  requirementsTxt: string;
216
216
  requirementsLock: string | null;
217
+ requirementsHash: string | null;
217
218
  }
218
219
  export interface ProjectEvent {
219
220
  status: "PENDING" | "FAILURE" | "IN_PROGRESS" | "SUCCESS";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.3.8",
3
+ "version": "1.4.0",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/types/published/index.d.ts",
6
6
  "files": [