@databutton/firebase-types 1.23.0 → 1.24.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.
@@ -565,6 +565,7 @@ export type Build = {
565
565
  };
566
566
  export type BuildRequest = Omit<Build, "resolveFailedAt" | "resolveSucceededAt" | "buildStartedAt" | "buildSucceededAt" | "buildFailedAt" | "devxDeployStartedAt" | "devxDeploySucceededAt" | "devxDeployFailedAt"> & {
567
567
  deployToDevx: boolean;
568
+ overrideDevxVersion?: string;
568
569
  };
569
570
  type WithDocRef<T> = T & {
570
571
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.23.0",
3
+ "version": "1.24.1",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {