@databutton/firebase-types 1.78.91 → 1.78.93

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.
@@ -1341,6 +1341,7 @@ export type BuildV2 = {
1341
1341
  eventRef: string | null;
1342
1342
  workspaceVersion: string;
1343
1343
  devxVersion: string;
1344
+ prevBuildId?: string | null;
1344
1345
  backendPackagesId: string | null;
1345
1346
  frontendPackagesId: string | null;
1346
1347
  isFly: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.78.91",
3
+ "version": "1.78.93",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {