@databutton/firebase-types 1.72.46 → 1.72.48

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.
@@ -1273,9 +1273,9 @@ export type Appbutler = {
1273
1273
  customDomain?: string;
1274
1274
  };
1275
1275
  export type ProjectAppbutlers = {
1276
- region: string;
1277
1276
  devxAppbutlerId: string;
1278
1277
  prodxAppbutlerId: string | null;
1278
+ region?: string;
1279
1279
  };
1280
1280
  export interface InitialDevxConfig {
1281
1281
  activeVersion: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.72.46",
3
+ "version": "1.72.48",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {