@firebase/firestore 3.3.0 → 3.3.1

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.
@@ -67,7 +67,7 @@ d.MOCK_USER = new d("mock-user");
67
67
  * See the License for the specific language governing permissions and
68
68
  * limitations under the License.
69
69
  */
70
- var m = "9.4.0", y = new f("@firebase/firestore");
70
+ var m = "9.5.0", y = new f("@firebase/firestore");
71
71
 
72
72
  /**
73
73
  * @license
@@ -5624,7 +5624,7 @@ m = i + "_lite", o(new c("firestore/lite", (function(t, e) {
5624
5624
  return n && i._setSettings(n), i;
5625
5625
  }), "PUBLIC" /* PUBLIC */)),
5626
5626
  // RUNTIME_ENV and BUILD_TARGET are replaced by real values during the compilation
5627
- a("firestore-lite", "3.3.0", ""), a("firestore-lite", "3.3.0", "esm5");
5627
+ a("firestore-lite", "3.3.1", ""), a("firestore-lite", "3.3.1", "esm5");
5628
5628
 
5629
5629
  export { dn as Bytes, an as CollectionReference, rn as DocumentReference, Gn as DocumentSnapshot, hn as FieldPath, mn as FieldValue, Je as Firestore, x as FirestoreError, yn as GeoPoint, on as Query, Wn as QueryConstraint, Qn as QueryDocumentSnapshot, zn as QuerySnapshot, vt as Timestamp, qr as Transaction, Ar as WriteBatch, br as addDoc, Er as arrayRemove, Tr as arrayUnion, sn as collection, un as collectionGroup, en as connectFirestoreEmulator, wr as deleteDoc, _r as deleteField, cn as doc, pn as documentId, ur as endAt, sr as endBefore, mr as getDoc, yr as getDocs, tn as getFirestore, Ir as increment, Ze as initializeFirestore, er as limit, nr as limitToLast, Zn as orderBy, Yn as query, ln as queryEqual, fn as refEqual, jr as runTransaction, Sr as serverTimestamp, vr as setDoc, v as setLogLevel, Hn as snapshotEqual, or as startAfter, ir as startAt, nn as terminate, gr as updateDoc, $n as where, Dr as writeBatch };
5630
5630
  //# sourceMappingURL=index.browser.esm5.js.map
@@ -14,7 +14,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
14
14
 
15
15
  var nodeFetch__default = /*#__PURE__*/_interopDefaultLegacy(nodeFetch);
16
16
 
17
- const version$1 = "3.3.0";
17
+ const version$1 = "3.3.1";
18
18
 
19
19
  /**
20
20
  * @license
@@ -67,7 +67,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
67
67
  User.FIRST_PARTY = new User('first-party-uid');
68
68
  User.MOCK_USER = new User('mock-user');
69
69
 
70
- const version = "9.4.0";
70
+ const version = "9.5.0";
71
71
 
72
72
  /**
73
73
  * @license
@@ -6,7 +6,7 @@ import { createMockUserToken, getModularInstance } from '@firebase/util';
6
6
  import nodeFetch from 'node-fetch';
7
7
  import { randomBytes as randomBytes$1 } from 'crypto';
8
8
 
9
- const version$1 = "3.3.0";
9
+ const version$1 = "3.3.1";
10
10
 
11
11
  /**
12
12
  * @license
@@ -59,7 +59,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
59
59
  User.FIRST_PARTY = new User('first-party-uid');
60
60
  User.MOCK_USER = new User('mock-user');
61
61
 
62
- const version = "9.4.0";
62
+ const version = "9.5.0";
63
63
 
64
64
  /**
65
65
  * @license