@firebase/firestore 3.7.0 → 3.7.1-canary.2012b6b67

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @firebase/firestore
2
2
 
3
+ ## 3.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`807f06aa2`](https://github.com/firebase/firebase-js-sdk/commit/807f06aa26438a91aaea08fd38efb6c706bb8a5d)]:
8
+ - @firebase/util@1.7.2
9
+ - @firebase/component@0.5.20
10
+
3
11
  ## 3.7.0
4
12
 
5
13
  ### Minor Changes
@@ -66,7 +66,7 @@ P.MOCK_USER = new P("mock-user");
66
66
  * See the License for the specific language governing permissions and
67
67
  * limitations under the License.
68
68
  */
69
- let v = "9.12.0";
69
+ let v = "9.12.1-canary.2012b6b67";
70
70
 
71
71
  /**
72
72
  * @license
@@ -19117,12 +19117,15 @@ class nl extends tl {
19117
19117
  function(t, e) {
19118
19118
  if (t._snapshot.oldDocs.isEmpty()) {
19119
19119
  let e = 0;
19120
- return t._snapshot.docChanges.map((n => ({
19121
- type: "added",
19122
- doc: new rl(t._firestore, t._userDataWriter, n.doc.key, n.doc, new sl(t._snapshot.mutatedKeys.has(n.doc.key), t._snapshot.fromCache), t.query.converter),
19123
- oldIndex: -1,
19124
- newIndex: e++
19125
- })));
19120
+ return t._snapshot.docChanges.map((n => {
19121
+ const s = new rl(t._firestore, t._userDataWriter, n.doc.key, n.doc, new sl(t._snapshot.mutatedKeys.has(n.doc.key), t._snapshot.fromCache), t.query.converter);
19122
+ return n.doc, {
19123
+ type: "added",
19124
+ doc: s,
19125
+ oldIndex: -1,
19126
+ newIndex: e++
19127
+ };
19128
+ }));
19126
19129
  }
19127
19130
  {
19128
19131
  // A `DocumentSet` that is updated incrementally as changes are applied to use
@@ -19953,9 +19956,9 @@ function $l(t, e) {
19953
19956
  return s = Object.assign({
19954
19957
  useFetchStreams: e
19955
19958
  }, s), r._setSettings(s), r;
19956
- }), "PUBLIC").setMultipleInstances(!0)), registerVersion(b, "3.7.0", t),
19959
+ }), "PUBLIC").setMultipleInstances(!0)), registerVersion(b, "3.7.1-canary.2012b6b67", t),
19957
19960
  // BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
19958
- registerVersion(b, "3.7.0", "esm2017");
19961
+ registerVersion(b, "3.7.1-canary.2012b6b67", "esm2017");
19959
19962
  }();
19960
19963
 
19961
19964
  export { tl as AbstractUserDataWriter, aa as AggregateField, ha as AggregateQuerySnapshot, th as Bytes, Fa as CACHE_SIZE_UNLIMITED, ta as CollectionReference, Xc as DocumentReference, il as DocumentSnapshot, eh as FieldPath, sh as FieldValue, $a as Firestore, L as FirestoreError, ih as GeoPoint, Ma as LoadBundleTask, Zc as Query, Oh as QueryConstraint, rl as QueryDocumentSnapshot, ol as QuerySnapshot, sl as SnapshotMetadata, nt as Timestamp, Sl as Transaction, vl as WriteBatch, ne as _DatabaseId, ct as _DocumentKey, J as _EmptyAppCheckTokenProvider, K as _EmptyAuthCredentialsProvider, ut as _FieldPath, jc as _cast, F as _debugAssert, jt as _isBase64Available, N as _logWarn, qc as _validateIsNotUsedTogether, pl as addDoc, Rl as aggregateQuerySnapshotEqual, kl as arrayRemove, Nl as arrayUnion, ja as clearIndexedDbPersistence, ea as collection, na as collectionGroup, Yc as connectFirestoreEmulator, yl as deleteDoc, Cl as deleteField, Ha as disableNetwork, sa as doc, nh as documentId, Ka as enableIndexedDbPersistence, Ga as enableMultiTabIndexedDbPersistence, za as enableNetwork, Hh as endAt, zh as endBefore, Ua as ensureFirestoreConfigured, El as executeWrite, bl as getCountFromServer, al as getDoc, ll as getDocFromCache, fl as getDocFromServer, dl as getDocs, _l as getDocsFromCache, wl as getDocsFromServer, La as getFirestore, Ol as increment, Ba as initializeFirestore, qh as limit, Kh as limitToLast, Ya as loadBundle, Xa as namedQuery, Il as onSnapshot, Tl as onSnapshotsInSync, Lh as orderBy, Mh as query, ra as queryEqual, ia as refEqual, Dl as runTransaction, xl as serverTimestamp, ml as setDoc, Fl as setIndexConfiguration, D as setLogLevel, cl as snapshotEqual, jh as startAfter, Qh as startAt, Ja as terminate, gl as updateDoc, Wa as waitForPendingWrites, $h as where, Ml as writeBatch };