@databutton/firebase-types 1.87.21 → 1.87.23

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.
@@ -589,7 +589,6 @@ export declare enum ProjectLifeStage {
589
589
  Deleted = "deleted"
590
590
  }
591
591
  export declare enum TaskStatus {
592
- BACKLOG = "backlog",
593
592
  TODO = "todo",
594
593
  IN_PROGRESS = "inprogress",
595
594
  DONE = "done",
@@ -36,7 +36,6 @@ export var ProjectLifeStage;
36
36
  })(ProjectLifeStage || (ProjectLifeStage = {}));
37
37
  export var TaskStatus;
38
38
  (function (TaskStatus) {
39
- TaskStatus["BACKLOG"] = "backlog";
40
39
  TaskStatus["TODO"] = "todo";
41
40
  TaskStatus["IN_PROGRESS"] = "inprogress";
42
41
  TaskStatus["DONE"] = "done";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.87.21",
3
+ "version": "1.87.23",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {