@firebase/firestore 3.1.0-2021822203916 → 3.1.0

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.
@@ -69,7 +69,7 @@ R.MOCK_USER = new R("mock-user");
69
69
  * See the License for the specific language governing permissions and
70
70
  * limitations under the License.
71
71
  */
72
- var O = "9.1.0-2021822203916", P = new h("@firebase/firestore");
72
+ var O = "9.1.0", P = new h("@firebase/firestore");
73
73
 
74
74
  /**
75
75
  * @license
@@ -14882,13 +14882,9 @@ function $a(t, e, n) {
14882
14882
  if ("object" == typeof t) {
14883
14883
  if (t instanceof Array) return "an array";
14884
14884
  var e =
14885
- /** Hacky method to try to get the constructor name for an object. */
14885
+ /** try to get the constructor name for an object. */
14886
14886
  function(t) {
14887
- if (t.constructor) {
14888
- var e = /function\s+([^\s(]+)\s*\(/.exec(t.constructor.toString());
14889
- if (e && e.length > 1) return e[1];
14890
- }
14891
- return null;
14887
+ return t.constructor ? t.constructor.name : null;
14892
14888
  }(t);
14893
14889
  return e ? "a custom " + e + " object" : "an object";
14894
14890
  }
@@ -18379,7 +18375,7 @@ O = i, o(new c("firestore", (function(t, e) {
18379
18375
  return n = Object.assign({
18380
18376
  useFetchStreams: !0
18381
18377
  }, n), i._setSettings(n), i;
18382
- }), "PUBLIC" /* PUBLIC */)), s("@firebase/firestore", "3.1.0-2021822203916", undefined);
18378
+ }), "PUBLIC" /* PUBLIC */)), s("@firebase/firestore", "3.1.0", undefined);
18383
18379
 
18384
18380
  export { Kc as AbstractUserDataWriter, Vu as Bytes, wu as CACHE_SIZE_UNLIMITED, hu as CollectionReference, uu as DocumentReference, mc as DocumentSnapshot, Fu as FieldPath, qu as FieldValue, bu as Firestore, H as FirestoreError, Uu as GeoPoint, gu as LoadBundleTask, cu as Query, Ec as QueryConstraint, gc as QueryDocumentSnapshot, wc as QuerySnapshot, vc as SnapshotMetadata, at as Timestamp, uh as Transaction, Gc as WriteBatch, Ja as _DatabaseId, kt as _DocumentKey, J as _EmptyCredentialsProvider, yt as _FieldPath, ru as _cast, z as _debugAssert, mt as _isBase64Available, U as _logWarn, Za as _validateIsNotUsedTogether, rh as addDoc, dh as arrayRemove, lh as arrayUnion, Au as clearIndexedDbPersistence, fu as collection, lu as collectionGroup, au as connectFirestoreEmulator, nh as deleteDoc, hh as deleteField, xu as disableNetwork, du as doc, Mu as documentId, Nu as enableIndexedDbPersistence, _u as enableMultiTabIndexedDbPersistence, Cu as enableNetwork, Mc as endAt, Fc as endBefore, Eu as ensureFirestoreConfigured, sh as executeWrite, Hc as getDoc, Yc as getDocFromCache, Jc as getDocFromServer, Xc as getDocs, $c as getDocsFromCache, Zc as getDocsFromServer, Tu as getFirestore, ph as increment, Iu as initializeFirestore, Cc as limit, xc as limitToLast, Ru as loadBundle, Ou as namedQuery, ih as onSnapshot, oh as onSnapshotsInSync, Ac as orderBy, Sc as query, yu as queryEqual, pu as refEqual, ch as runTransaction, fh as serverTimestamp, th as setDoc, M as setLogLevel, Ic as snapshotEqual, Oc as startAfter, Rc as startAt, Lu as terminate, eh as updateDoc, ku as waitForPendingWrites, _c as where, yh as writeBatch };
18385
18381
  //# sourceMappingURL=index.esm5.js.map