@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.esm5.js
CHANGED
|
@@ -70,7 +70,7 @@ O.MOCK_USER = new O("mock-user");
|
|
|
70
70
|
* See the License for the specific language governing permissions and
|
|
71
71
|
* limitations under the License.
|
|
72
72
|
*/
|
|
73
|
-
var P = "9.
|
|
73
|
+
var P = "9.5.0", F = new h("@firebase/firestore");
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -8095,10 +8095,10 @@ var Ji = "Failed to obtain exclusive access to the persistence layer. To allow s
|
|
|
8095
8095
|
// Note: In theory, this should be scheduled on the AsyncQueue since it
|
|
8096
8096
|
// accesses internal state. We execute this code directly during shutdown
|
|
8097
8097
|
// to make sure it gets a chance to run.
|
|
8098
|
-
e._n(), d() && navigator.appVersion.match(
|
|
8099
|
-
// On Safari 14, we do not run any cleanup actions as it might
|
|
8100
|
-
// a bug that prevents Safari from re-opening IndexedDB during
|
|
8101
|
-
// next page load.
|
|
8098
|
+
e._n(), d() && navigator.appVersion.match(/Version\/1[45]/) &&
|
|
8099
|
+
// On Safari 14 and 15, we do not run any cleanup actions as it might
|
|
8100
|
+
// trigger a bug that prevents Safari from re-opening IndexedDB during
|
|
8101
|
+
// the next page load.
|
|
8102
8102
|
// See https://bugs.webkit.org/show_bug.cgi?id=226547
|
|
8103
8103
|
e.Oe.enterRestrictedMode(/* purgeExistingTasks= */ !0), e.Oe.enqueueAndForget((function() {
|
|
8104
8104
|
return e.shutdown();
|
|
@@ -18383,9 +18383,9 @@ void 0 === ch && (ch = !0), P = i, o(new c("firestore", (function(t, e) {
|
|
|
18383
18383
|
return n = Object.assign({
|
|
18384
18384
|
useFetchStreams: ch
|
|
18385
18385
|
}, n), i._setSettings(n), i;
|
|
18386
|
-
}), "PUBLIC" /* PUBLIC */)), s(R, "3.3.
|
|
18386
|
+
}), "PUBLIC" /* PUBLIC */)), s(R, "3.3.1", void 0),
|
|
18387
18387
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
18388
|
-
s(R, "3.3.
|
|
18388
|
+
s(R, "3.3.1", "esm5");
|
|
18389
18389
|
|
|
18390
18390
|
export { Kc as AbstractUserDataWriter, qa as Bytes, ba as CACHE_SIZE_UNLIMITED, fa as CollectionReference, ca as DocumentReference, gc as DocumentSnapshot, Ma as FieldPath, Ua as FieldValue, Ia as Firestore, W as FirestoreError, Ba as GeoPoint, wa as LoadBundleTask, ha as Query, Sc as QueryConstraint, wc as QueryDocumentSnapshot, bc as QuerySnapshot, mc as SnapshotMetadata, at as Timestamp, hh as Transaction, Qc as WriteBatch, Xu as _DatabaseId, Ct as _DocumentKey, X as _EmptyCredentialsProvider, vt as _FieldPath, ia as _cast, G as _debugAssert, gt as _isBase64Available, B as _logWarn, ta as _validateIsNotUsedTogether, ih as addDoc, yh as arrayRemove, ph as arrayUnion, ka as clearIndexedDbPersistence, la as collection, da as collectionGroup, aa as connectFirestoreEmulator, rh as deleteDoc, lh as deleteField, La as disableNetwork, pa as doc, Va as documentId, _a as enableIndexedDbPersistence, Da as enableMultiTabIndexedDbPersistence, xa as enableNetwork, Vc as endAt, Mc as endBefore, Sa as ensureFirestoreConfigured, uh as executeWrite, Wc as getDoc, Jc as getDocFromCache, Xc as getDocFromServer, Zc as getDocs, $c as getDocsFromCache, th as getDocsFromServer, Ea as getFirestore, vh as increment, Ta as initializeFirestore, xc as limit, Lc as limitToLast, Oa as loadBundle, Pa as namedQuery, oh as onSnapshot, sh as onSnapshotsInSync, kc as orderBy, Nc as query, va as queryEqual, ya as refEqual, fh as runTransaction, dh as serverTimestamp, eh as setDoc, V as setLogLevel, Tc as snapshotEqual, Pc as startAfter, Oc as startAt, Ra as terminate, nh as updateDoc, Ca as waitForPendingWrites, Dc as where, mh as writeBatch };
|
|
18391
18391
|
//# sourceMappingURL=index.esm5.js.map
|