@databutton/firebase-types 1.37.21 → 1.37.23

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.
@@ -430,8 +430,8 @@ export interface Project {
430
430
  schema?: "2022-12-07" | "2022-08-22" | null;
431
431
  devxUrl?: string;
432
432
  prodxUrl?: string;
433
- devxAppbutlerId?: string;
434
- prodxAppbutlerId?: string;
433
+ devxAppbutlerId?: string | null;
434
+ prodxAppbutlerId?: string | null;
435
435
  enableAppbutlers?: boolean;
436
436
  initialRequirementsHash?: string;
437
437
  deployIsInProgress?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.37.21",
3
+ "version": "1.37.23",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {