@databutton/firebase-types 1.70.16 → 1.70.18

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.
@@ -1392,6 +1392,10 @@ export interface WriteAttempt {
1392
1392
  * Short string reason for failure for categorisation.
1393
1393
  */
1394
1394
  failureReason: string | null;
1395
+ timings: {
1396
+ [key: string]: number;
1397
+ };
1398
+ codeValidationResults: CodeValidationResult[];
1395
1399
  /**
1396
1400
  * Arbitrary metadata, can be used for anything.
1397
1401
  * For example tagging experiments.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.70.16",
3
+ "version": "1.70.18",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {