@databutton/firebase-types 1.70.13 → 1.70.15

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,13 +1334,17 @@ export interface WriteAttempt {
1334
1334
  success: boolean;
1335
1335
  failureReason: string | null;
1336
1336
  messages: {
1337
- level: "info" | "error" | "warning" | "success";
1337
+ level?: "info" | "error" | "warning" | "success";
1338
1338
  message: string;
1339
1339
  }[];
1340
1340
  steps: WriteAttemptStep[];
1341
1341
  timings: {
1342
1342
  [key: string]: number;
1343
1343
  };
1344
+ codeValidationResults: {
1345
+ tool: string;
1346
+ returnCode: number | null;
1347
+ }[];
1344
1348
  code: {
1345
1349
  before: string;
1346
1350
  beforeSizeInChars: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.70.13",
3
+ "version": "1.70.15",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {