@databutton/firebase-types 1.70.11 → 1.70.12

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.
@@ -1334,7 +1334,7 @@ export interface WriteAttempt {
1334
1334
  success: boolean;
1335
1335
  failureReason: string | null;
1336
1336
  messages: {
1337
- level: "info" | "error" | "warning";
1337
+ level: "info" | "error" | "warning" | "success";
1338
1338
  message: string;
1339
1339
  }[];
1340
1340
  steps: WriteAttemptStep[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.70.11",
3
+ "version": "1.70.12",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {