@databutton/firebase-types 1.78.119 → 1.78.121

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.
@@ -215,6 +215,7 @@ export type InstallNewWorkspaceVersionRequest = {
215
215
  projectId: string;
216
216
  prevBuildId: string | null;
217
217
  workspaceVersion: string;
218
+ provider?: "fly" | "cloudrun";
218
219
  wait: boolean;
219
220
  };
220
221
  export type InstallNewWorkspaceVersionResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.78.119",
3
+ "version": "1.78.121",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {