@firebase/firestore 3.4.3-canary.e28b0e413 → 3.4.4
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 +10 -0
- package/dist/index.esm2017.js +3 -3
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +3 -3
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +2 -2
- package/dist/index.node.mjs +2 -2
- package/dist/index.node.mjs.map +1 -1
- package/dist/index.rn.js +3 -3
- package/dist/index.rn.js.map +1 -1
- package/dist/lite/index.browser.esm2017.js +63 -63
- package/dist/lite/index.browser.esm2017.js.map +1 -1
- package/dist/lite/index.browser.esm5.js +8 -8
- package/dist/lite/index.browser.esm5.js.map +1 -1
- package/dist/lite/index.node.cjs.js +2 -2
- package/dist/lite/index.node.mjs +2 -2
- package/dist/lite/index.node.mjs.map +1 -1
- package/dist/lite/index.rn.esm2017.js +82 -82
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/dist/lite/packages/firestore/dist/lite/index.browser.esm2017.d.ts +19 -19
- package/package.json +10 -10
|
@@ -67,7 +67,7 @@ m.MOCK_USER = new m("mock-user");
|
|
|
67
67
|
* See the License for the specific language governing permissions and
|
|
68
68
|
* limitations under the License.
|
|
69
69
|
*/
|
|
70
|
-
var y = "9.6.
|
|
70
|
+
var y = "9.6.5", v = new l("@firebase/firestore");
|
|
71
71
|
|
|
72
72
|
/**
|
|
73
73
|
* @license
|
|
@@ -4388,12 +4388,12 @@ var er = /** @class */ function(e) {
|
|
|
4388
4388
|
var rr = /** @class */ function(e) {
|
|
4389
4389
|
function n(t, n, r) {
|
|
4390
4390
|
var i = this;
|
|
4391
|
-
return (i = e.call(this) || this).type = t, i.gt = n, i.
|
|
4391
|
+
return (i = e.call(this) || this).type = t, i.gt = n, i.vt = r, i;
|
|
4392
4392
|
}
|
|
4393
4393
|
return t(n, e), n.prototype._apply = function(t) {
|
|
4394
4394
|
return new un(t.firestore, t.converter, function(t, e, n) {
|
|
4395
4395
|
return new se(t.path, t.collectionGroup, t.explicitOrderBy.slice(), t.filters.slice(), e, n, t.startAt, t.endAt);
|
|
4396
|
-
}(t._query, this.gt, this.
|
|
4396
|
+
}(t._query, this.gt, this.vt));
|
|
4397
4397
|
}, n;
|
|
4398
4398
|
}(Xn);
|
|
4399
4399
|
|
|
@@ -4422,10 +4422,10 @@ function or(t) {
|
|
|
4422
4422
|
var ar = /** @class */ function(e) {
|
|
4423
4423
|
function n(t, n, r) {
|
|
4424
4424
|
var i = this;
|
|
4425
|
-
return (i = e.call(this) || this).type = t, i.
|
|
4425
|
+
return (i = e.call(this) || this).type = t, i.bt = n, i.Et = r, i;
|
|
4426
4426
|
}
|
|
4427
4427
|
return t(n, e), n.prototype._apply = function(t) {
|
|
4428
|
-
var e = hr(t, this.type, this.
|
|
4428
|
+
var e = hr(t, this.type, this.bt, this.Et);
|
|
4429
4429
|
return new un(t.firestore, t.converter, function(t, e) {
|
|
4430
4430
|
return new se(t.path, t.collectionGroup, t.explicitOrderBy.slice(), t.filters.slice(), t.limit, t.limitType, e, t.endAt);
|
|
4431
4431
|
}(t._query, e));
|
|
@@ -4446,10 +4446,10 @@ function ur() {
|
|
|
4446
4446
|
var cr = /** @class */ function(e) {
|
|
4447
4447
|
function n(t, n, r) {
|
|
4448
4448
|
var i = this;
|
|
4449
|
-
return (i = e.call(this) || this).type = t, i.
|
|
4449
|
+
return (i = e.call(this) || this).type = t, i.bt = n, i.Et = r, i;
|
|
4450
4450
|
}
|
|
4451
4451
|
return t(n, e), n.prototype._apply = function(t) {
|
|
4452
|
-
var e = hr(t, this.type, this.
|
|
4452
|
+
var e = hr(t, this.type, this.bt, this.Et);
|
|
4453
4453
|
return new un(t.firestore, t.converter, function(t, e) {
|
|
4454
4454
|
return new se(t.path, t.collectionGroup, t.explicitOrderBy.slice(), t.filters.slice(), t.limit, t.limitType, t.startAt, e);
|
|
4455
4455
|
}(t._query, e));
|
|
@@ -5647,7 +5647,7 @@ y = i + "_lite", o(new c("firestore/lite", (function(t, e) {
|
|
|
5647
5647
|
return n && i._setSettings(n), i;
|
|
5648
5648
|
}), "PUBLIC")),
|
|
5649
5649
|
// RUNTIME_ENV and BUILD_TARGET are replaced by real values during the compilation
|
|
5650
|
-
a("firestore-lite", "3.4.
|
|
5650
|
+
a("firestore-lite", "3.4.4", ""), a("firestore-lite", "3.4.4", "esm5");
|
|
5651
5651
|
|
|
5652
5652
|
export { vn as Bytes, cn as CollectionReference, sn as DocumentReference, Kn as DocumentSnapshot, mn as FieldPath, gn as FieldValue, en as Firestore, U as FirestoreError, wn as GeoPoint, un as Query, Xn as QueryConstraint, Hn as QueryDocumentSnapshot, Wn as QuerySnapshot, bt as Timestamp, Lr as Transaction, Dr as WriteBatch, Sr as addDoc, kr as arrayRemove, Ar as arrayUnion, ln as collection, fn as collectionGroup, on as connectFirestoreEmulator, Tr as deleteDoc, Er as deleteField, hn as doc, yn as documentId, fr as endAt, lr as endBefore, gr as getDoc, wr as getDocs, rn as getFirestore, Vr as increment, nn as initializeFirestore, ir as limit, or as limitToLast, nr as orderBy, Jn as query, dn as queryEqual, pn as refEqual, Rr as runTransaction, Ir as serverTimestamp, br as setDoc, g as setLogLevel, Yn as snapshotEqual, ur as startAfter, sr as startAt, an as terminate, _r as updateDoc, tr as where, Pr as writeBatch };
|
|
5653
5653
|
//# sourceMappingURL=index.browser.esm5.js.map
|