@databutton/firebase-types 1.19.0 → 1.20.1

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.
@@ -550,8 +550,8 @@ export type Build = {
550
550
  buildId: string;
551
551
  eventRef: string;
552
552
  devxVersion: "@default" | string;
553
- currentRequirements: RequirementsV2;
554
- liveRequirements?: RequirementsV2[];
553
+ devxRequirementsId: string;
554
+ requirementsSnapshots: RequirementsV2[];
555
555
  createdBy: PerformedBy;
556
556
  resolveFailedAt?: Timestamp;
557
557
  resolveSucceededAt?: Timestamp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.19.0",
3
+ "version": "1.20.1",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {