@databutton/firebase-types 1.70.20 → 1.70.22

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.
@@ -1321,6 +1321,7 @@ export interface WriteAttemptStepBase {
1321
1321
  export interface WriteAttemptStepSuccess extends WriteAttemptStepBase {
1322
1322
  success: true;
1323
1323
  modified: string;
1324
+ replaceCount: number;
1324
1325
  successfulMethod: string;
1325
1326
  }
1326
1327
  export interface WriteAttemptStepFailure extends WriteAttemptStepBase {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.70.20",
3
+ "version": "1.70.22",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {