@databutton/firebase-types 1.85.4 → 1.85.6

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.
@@ -605,6 +605,7 @@ export interface ProjectLifeStageChangeRequest {
605
605
  }
606
606
  export declare enum ProjectBuildStage {
607
607
  IDEATE = "ideate",
608
+ PLAN = "plan",
608
609
  BUILD = "build",
609
610
  READY = "ready"
610
611
  }
@@ -48,6 +48,7 @@ export var ManagedBy;
48
48
  export var ProjectBuildStage;
49
49
  (function (ProjectBuildStage) {
50
50
  ProjectBuildStage["IDEATE"] = "ideate";
51
+ ProjectBuildStage["PLAN"] = "plan";
51
52
  ProjectBuildStage["BUILD"] = "build";
52
53
  ProjectBuildStage["READY"] = "ready";
53
54
  })(ProjectBuildStage || (ProjectBuildStage = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.85.4",
3
+ "version": "1.85.6",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {