@databutton/firebase-types 1.70.5 → 1.70.6

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.
@@ -1326,7 +1326,7 @@ export interface WriteAttempt {
1326
1326
  createdAt: Timestamp;
1327
1327
  reference: string;
1328
1328
  success: boolean;
1329
- failureReason?: string | null;
1329
+ failureReason: string | null;
1330
1330
  messages: {
1331
1331
  level: "info" | "error" | "warning";
1332
1332
  message: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.70.5",
3
+ "version": "1.70.6",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {