@databutton/firebase-types 1.82.30 → 1.82.32

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.
@@ -961,6 +961,7 @@ export interface Project {
961
961
  markedForDeletionBy?: PerformedBy | null;
962
962
  members: string[];
963
963
  name: string;
964
+ tags?: string[];
964
965
  slug?: string;
965
966
  owner: string;
966
967
  isOwnerOutOfCredits?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.82.30",
3
+ "version": "1.82.32",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {