@databutton/firebase-types 1.74.47 → 1.74.49

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.
@@ -998,6 +998,7 @@ export interface ProjectTemplate {
998
998
  description: string | null;
999
999
  tags?: string[];
1000
1000
  tasks?: {
1001
+ status: TaskStatus;
1001
1002
  title: string;
1002
1003
  description: string;
1003
1004
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.74.47",
3
+ "version": "1.74.49",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {