@databutton/firebase-types 1.43.6 → 1.43.7

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.
@@ -153,6 +153,10 @@ export interface MultipageApp {
153
153
  * As of 2023-02-09 this is synced with the project and will equal the project name
154
154
  */
155
155
  displayName: string;
156
+ /**
157
+ * Synced with the project life stage
158
+ */
159
+ hibernated?: boolean;
156
160
  /**
157
161
  * Autogenerated short-url for this multipage app (/v/something)
158
162
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.43.6",
3
+ "version": "1.43.7",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {