@databutton/firebase-types 1.55.5 → 1.55.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.
@@ -529,6 +529,7 @@ export interface ProjectTemplate {
529
529
  name: string;
530
530
  markedForDeletionBy: PerformedBy | null;
531
531
  description: string | null;
532
+ tags?: string[];
532
533
  multipageAppPages?: ProjectTemplatePage[];
533
534
  jobs: {
534
535
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.55.5",
3
+ "version": "1.55.6",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -75,7 +75,7 @@
75
75
  "@types/analytics-node": "3.1.12",
76
76
  "@types/archiver": "5.3.3",
77
77
  "@types/cli-progress": "^3.11.0",
78
- "@types/diff": "5.0.4",
78
+ "@types/diff": "5.0.5",
79
79
  "@types/inquirer": "9.0.3",
80
80
  "@types/jest": "29.5.5",
81
81
  "@types/lodash": "4.14.198",