@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.
- package/CHANGELOG.md +8 -0
- package/dist/index.esm2017.js +7 -7
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +7 -7
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +8 -8
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.node.mjs +6 -6
- package/dist/index.node.mjs.map +1 -1
- package/dist/index.rn.js +7 -7
- package/dist/index.rn.js.map +1 -1
- package/dist/lite/index.browser.esm2017.js +2 -2
- package/dist/lite/index.browser.esm2017.js.map +1 -1
- package/dist/lite/index.browser.esm5.js +2 -2
- 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 +2 -2
- package/package.json +4 -4
package/dist/index.rn.js
CHANGED
|
@@ -70,7 +70,7 @@ C.MOCK_USER = new C("mock-user");
|
|
|
70
70
|
* See the License for the specific language governing permissions and
|
|
71
71
|
* limitations under the License.
|
|
72
72
|
*/
|
|
73
|
-
let N = "9.
|
|
73
|
+
let N = "9.5.0";
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -8434,10 +8434,10 @@ class nr {
|
|
|
8434
8434
|
// Note: In theory, this should be scheduled on the AsyncQueue since it
|
|
8435
8435
|
// accesses internal state. We execute this code directly during shutdown
|
|
8436
8436
|
// to make sure it gets a chance to run.
|
|
8437
|
-
this._n(), l() && navigator.appVersion.match(
|
|
8438
|
-
// On Safari 14, we do not run any cleanup actions as it might
|
|
8439
|
-
// a bug that prevents Safari from re-opening IndexedDB during
|
|
8440
|
-
// next page load.
|
|
8437
|
+
this._n(), l() && navigator.appVersion.match(/Version\/1[45]/) &&
|
|
8438
|
+
// On Safari 14 and 15, we do not run any cleanup actions as it might
|
|
8439
|
+
// trigger a bug that prevents Safari from re-opening IndexedDB during
|
|
8440
|
+
// the next page load.
|
|
8441
8441
|
// See https://bugs.webkit.org/show_bug.cgi?id=226547
|
|
8442
8442
|
this.Oe.enterRestrictedMode(/* purgeExistingTasks= */ !0), this.Oe.enqueueAndForget((() => this.shutdown()));
|
|
8443
8443
|
}, this.window.addEventListener("pagehide", this.Ue));
|
|
@@ -17806,9 +17806,9 @@ function Eh(t, e) {
|
|
|
17806
17806
|
return n = Object.assign({
|
|
17807
17807
|
useFetchStreams: e
|
|
17808
17808
|
}, n), i._setSettings(n), i;
|
|
17809
|
-
}), "PUBLIC" /* PUBLIC */)), s(D, "3.3.
|
|
17809
|
+
}), "PUBLIC" /* PUBLIC */)), s(D, "3.3.1", t),
|
|
17810
17810
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
17811
|
-
s(D, "3.3.
|
|
17811
|
+
s(D, "3.3.1", "esm2017");
|
|
17812
17812
|
}("rn", /* useFetchStreams= */ !1);
|
|
17813
17813
|
|
|
17814
17814
|
export { ih as AbstractUserDataWriter, tu as Bytes, $a as CACHE_SIZE_UNLIMITED, Pa as CollectionReference, Ra as DocumentReference, xu as DocumentSnapshot, Xa as FieldPath, eu as FieldValue, Oa as Firestore, Q as FirestoreError, nu as GeoPoint, ka as LoadBundleTask, ba as Query, Lu as QueryConstraint, ku as QueryDocumentSnapshot, $u as QuerySnapshot, Nu as SnapshotMetadata, rt as Timestamp, Rh as Transaction, ch as WriteBatch, fa as _DatabaseId, Vt as _DocumentKey, z as _EmptyCredentialsProvider, dt as _FieldPath, pa as _cast, q as _debugAssert, mt as _isBase64Available, M as _logWarn, _a as _validateIsNotUsedTogether, ph as addDoc, Sh as arrayRemove, Vh as arrayUnion, ja as clearIndexedDbPersistence, va as collection, Va as collectionGroup, Aa as connectFirestoreEmulator, yh as deleteDoc, Ph as deleteField, Ga as disableNetwork, Sa as doc, Za as documentId, Ua as enableIndexedDbPersistence, qa as enableMultiTabIndexedDbPersistence, Wa as enableNetwork, Zu as endAt, Xu as endBefore, La as ensureFirestoreConfigured, Ih as executeWrite, uh as getDoc, lh as getDocFromCache, fh as getDocFromServer, dh as getDocs, wh as getDocsFromCache, _h as getDocsFromServer, Ma as getFirestore, Dh as increment, Fa as initializeFirestore, Wu as limit, Gu as limitToLast, Ha as loadBundle, Ja as namedQuery, Th as onSnapshot, Eh as onSnapshotsInSync, ju as orderBy, Bu as query, Ca as queryEqual, Da as refEqual, bh as runTransaction, vh as serverTimestamp, mh as setDoc, $ as setLogLevel, Fu as snapshotEqual, Ju as startAfter, Hu as startAt, za as terminate, gh as updateDoc, Qa as waitForPendingWrites, qu as where, Ch as writeBatch };
|