@databutton/firebase-types 1.17.46 → 1.17.48

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.
@@ -224,7 +224,6 @@ export interface MultipageAppDeployment {
224
224
  modules: ModuleRef[];
225
225
  requirementsRef: string | null;
226
226
  projectEventRef: string | null;
227
- isInitialDeployment?: boolean;
228
227
  }
229
228
  interface DeploymentRequestBase {
230
229
  createdBy: PerformedBy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.17.46",
3
+ "version": "1.17.48",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {
@@ -75,7 +75,7 @@
75
75
  "ansi-escapes": "6.0.0",
76
76
  "dotenv": "16.0.3",
77
77
  "firebase-functions-test": "2.4.0",
78
- "firebase-tools": "11.23.1",
78
+ "firebase-tools": "11.24.0",
79
79
  "inquirer": "9.1.4",
80
80
  "jest": "29.4.3",
81
81
  "rome": "11.0.0",