@databutton/firebase-types 1.34.5 → 1.34.7
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.
|
@@ -372,6 +372,7 @@ export interface Project {
|
|
|
372
372
|
schema?: "2022-12-07" | "2022-08-22" | null;
|
|
373
373
|
devxUrl?: string;
|
|
374
374
|
prodxUrl?: string;
|
|
375
|
+
enableAppbutlers?: boolean;
|
|
375
376
|
initialRequirementsHash?: string;
|
|
376
377
|
deployIsInProgress?: boolean;
|
|
377
378
|
deployFinishedAt?: Timestamp;
|
|
@@ -430,6 +431,7 @@ export interface ProjectTemplate {
|
|
|
430
431
|
requirementsSnapshots: RequirementsSnapshot[];
|
|
431
432
|
devxRequirementsId: string;
|
|
432
433
|
} | null;
|
|
434
|
+
enableAppbutlers?: boolean;
|
|
433
435
|
}
|
|
434
436
|
export interface Requirements {
|
|
435
437
|
createdBy: PerformedBy;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databutton/firebase-types",
|
|
3
|
-
"version": "1.34.
|
|
3
|
+
"version": "1.34.7",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -85,9 +85,9 @@
|
|
|
85
85
|
"p-queue": "^7.3.4",
|
|
86
86
|
"rome": "11.0.0",
|
|
87
87
|
"semantic-release": "19.0.5",
|
|
88
|
-
"ts-jest": "29.0
|
|
88
|
+
"ts-jest": "29.1.0",
|
|
89
89
|
"ts-node": "10.9.1",
|
|
90
|
-
"type-fest": "3.
|
|
90
|
+
"type-fest": "3.10.0",
|
|
91
91
|
"typescript": "4.9.5",
|
|
92
92
|
"url-slug": "3.0.4"
|
|
93
93
|
},
|