@databutton/firebase-types 1.70.24 → 1.70.25

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.
@@ -1309,8 +1309,10 @@ export interface PatchAttemptStrategy {
1309
1309
  }
1310
1310
  export interface WriteAttemptStepBase {
1311
1311
  search: string;
1312
+ refittedSearch?: string;
1312
1313
  searchSizeInChars: number;
1313
1314
  replace: string;
1315
+ refittedReplace?: string;
1314
1316
  replaceSizeInChars: number;
1315
1317
  methodsAttempted: string[];
1316
1318
  timings: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.70.24",
3
+ "version": "1.70.25",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {