@databutton/firebase-types 1.71.57 → 1.72.1

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.
@@ -94,15 +94,19 @@ export type RestoreCommitResponse = {
94
94
  stats: {
95
95
  componentsUpdated: {
96
96
  id: string;
97
+ name: string;
97
98
  }[];
98
99
  componentsDeleted: {
99
100
  id: string;
101
+ name: string;
100
102
  }[];
101
103
  componentsRestored: {
102
104
  id: string;
105
+ name: string;
103
106
  }[];
104
107
  componentsSkipped: {
105
108
  id: string;
109
+ name: string;
106
110
  }[];
107
111
  };
108
112
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.71.57",
3
+ "version": "1.72.1",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {