@databutton/firebase-types 1.51.5 → 1.51.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.
@@ -478,7 +478,7 @@ export interface ProjectCustomDomain {
478
478
  active: boolean;
479
479
  dnsRecords: {
480
480
  name: string;
481
- type: "CNAME";
481
+ type: "CNAME" | "ALIAS";
482
482
  value: string;
483
483
  }[];
484
484
  }
@@ -867,7 +867,7 @@ export interface Domain {
867
867
  active: boolean;
868
868
  dnsRecords: {
869
869
  name: string;
870
- type: "CNAME";
870
+ type: "CNAME" | "ALIAS";
871
871
  value: string;
872
872
  }[];
873
873
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.51.5",
3
+ "version": "1.51.7",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {