@databutton/firebase-types 1.78.36 → 1.78.37

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.
@@ -1305,7 +1305,7 @@ export type BuildV1 = {
1305
1305
  export type BuildV2 = {
1306
1306
  schema: "2025-03-14";
1307
1307
  createdBy: PerformedBy;
1308
- createdReason: "initial" | "workspace-upgrade" | "frontend-install" | "backend-install";
1308
+ createdReason: "initial" | "migration" | "workspace-upgrade" | "frontend-install" | "backend-install";
1309
1309
  eventRef: string | null;
1310
1310
  workspaceVersion: string;
1311
1311
  devxVersion: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.78.36",
3
+ "version": "1.78.37",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {