@databutton/firebase-types 1.3.7 → 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.
@@ -38,6 +38,9 @@ export interface App {
38
38
  shortUrl: string;
39
39
  category: string | null;
40
40
  }
41
+ export interface AppVisit {
42
+ visitedBy: PerformedBy;
43
+ }
41
44
  export interface Job {
42
45
  name: string;
43
46
  slug: string;
@@ -211,6 +214,7 @@ export interface Requirements {
211
214
  logs: string | null;
212
215
  requirementsTxt: string;
213
216
  requirementsLock: string | null;
217
+ requirementsHash: string | null;
214
218
  }
215
219
  export interface ProjectEvent {
216
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.7",
3
+ "version": "1.4.0",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/types/published/index.d.ts",
6
6
  "files": [
@@ -65,7 +65,7 @@
65
65
  "@typescript-eslint/eslint-plugin": "5.40.1",
66
66
  "@typescript-eslint/parser": "5.40.1",
67
67
  "dotenv": "16.0.3",
68
- "eslint": "8.25.0",
68
+ "eslint": "8.26.0",
69
69
  "eslint-config-airbnb-base": "15.0.0",
70
70
  "eslint-config-google": "0.14.0",
71
71
  "eslint-config-prettier": "8.5.0",