@dereekb/firebase 11.0.6 → 11.0.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/firebase",
3
- "version": "11.0.6",
3
+ "version": "11.0.7",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./src/index.d.ts",
@@ -178,13 +178,13 @@ export interface IterateFirestoreDocumentSnapshotCheckpointsConfig<T, R> {
178
178
  /**
179
179
  * Filter function that can be used to filter out snapshots.
180
180
  *
181
- * If all snapshots are filtered out the the iteration will continue with final item of the snapshot regardless of filtering. The filtering does not impact the continuation decision.
181
+ * If all snapshots are filtered out then the iteration will continue with final item of the snapshot regardless of filtering. The filtering does not impact the continuation decision.
182
182
  * Use the handleRepeatCursor to properly exit the loop in unwanted repeat cursor cases.
183
183
  *
184
184
  * @param snapshot
185
185
  * @returns
186
186
  */
187
- filterCheckpointSnapshots?: IterateFirestoreDocumentSnapshotCheckpointsFilterCheckpointSnapshotsFunction<T>;
187
+ readonly filterCheckpointSnapshots?: IterateFirestoreDocumentSnapshotCheckpointsFilterCheckpointSnapshotsFunction<T>;
188
188
  /**
189
189
  * The iterate function per each snapshot.
190
190
  */
package/test/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [11.0.7](https://github.com/dereekb/dbx-components/compare/v11.0.6-dev...v11.0.7) (2024-11-22)
6
+
7
+
8
+
5
9
  ## [11.0.6](https://github.com/dereekb/dbx-components/compare/v11.0.5-dev...v11.0.6) (2024-11-20)
6
10
 
7
11
 
package/test/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/firebase/test",
3
- "version": "11.0.6",
3
+ "version": "11.0.7",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@dereekb/util": "*",