@firebase/firestore 3.3.0-canary.3b338dbd8 → 3.3.0-canary.7a5bc84bd
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/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 +6 -6
- 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 +47 -47
- 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 +9 -9
package/dist/index.esm2017.js
CHANGED
|
@@ -66,7 +66,7 @@ D.MOCK_USER = new D("mock-user");
|
|
|
66
66
|
* See the License for the specific language governing permissions and
|
|
67
67
|
* limitations under the License.
|
|
68
68
|
*/
|
|
69
|
-
let C = "9.4.0-canary.
|
|
69
|
+
let C = "9.4.0-canary.7a5bc84bd";
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
72
|
* @license
|
|
@@ -8417,10 +8417,10 @@ class tr {
|
|
|
8417
8417
|
// Note: In theory, this should be scheduled on the AsyncQueue since it
|
|
8418
8418
|
// accesses internal state. We execute this code directly during shutdown
|
|
8419
8419
|
// to make sure it gets a chance to run.
|
|
8420
|
-
this._n(), isSafari() && navigator.appVersion.match(
|
|
8421
|
-
// On Safari 14, we do not run any cleanup actions as it might
|
|
8422
|
-
// a bug that prevents Safari from re-opening IndexedDB during
|
|
8423
|
-
// next page load.
|
|
8420
|
+
this._n(), isSafari() && navigator.appVersion.match(/Version\/1[45]/) &&
|
|
8421
|
+
// On Safari 14 and 15, we do not run any cleanup actions as it might
|
|
8422
|
+
// trigger a bug that prevents Safari from re-opening IndexedDB during
|
|
8423
|
+
// the next page load.
|
|
8424
8424
|
// See https://bugs.webkit.org/show_bug.cgi?id=226547
|
|
8425
8425
|
this.Oe.enterRestrictedMode(/* purgeExistingTasks= */ !0), this.Oe.enqueueAndForget((() => this.shutdown()));
|
|
8426
8426
|
}, this.window.addEventListener("pagehide", this.Ue));
|
|
@@ -17778,9 +17778,9 @@ function ph(t, e) {
|
|
|
17778
17778
|
return n = Object.assign({
|
|
17779
17779
|
useFetchStreams: e
|
|
17780
17780
|
}, n), i._setSettings(n), i;
|
|
17781
|
-
}), "PUBLIC" /* PUBLIC */)), registerVersion(S, "3.3.0-canary.
|
|
17781
|
+
}), "PUBLIC" /* PUBLIC */)), registerVersion(S, "3.3.0-canary.7a5bc84bd", t),
|
|
17782
17782
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
17783
|
-
registerVersion(S, "3.3.0-canary.
|
|
17783
|
+
registerVersion(S, "3.3.0-canary.7a5bc84bd", "esm2017");
|
|
17784
17784
|
}();
|
|
17785
17785
|
|
|
17786
17786
|
export { nh as AbstractUserDataWriter, Xc as Bytes, xc as CACHE_SIZE_UNLIMITED, Rc as CollectionReference, Ic as DocumentReference, Cu as DocumentSnapshot, Jc as FieldPath, Zc as FieldValue, kc as Firestore, j as FirestoreError, tu as GeoPoint, Nc as LoadBundleTask, Ac as Query, Fu as QueryConstraint, Nu as QueryDocumentSnapshot, xu as QuerySnapshot, Du as SnapshotMetadata, it as Timestamp, Ih as Transaction, rh as WriteBatch, hc as _DatabaseId, Pt as _DocumentKey, G as _EmptyCredentialsProvider, ft as _FieldPath, gc as _cast, U as _debugAssert, wt as _isBase64Available, F as _logWarn, dc as _validateIsNotUsedTogether, gh as addDoc, vh as arrayRemove, Ph as arrayUnion, qc as clearIndexedDbPersistence, bc as collection, Pc as collectionGroup, Ec as connectFirestoreEmulator, mh as deleteDoc, Rh as deleteField, Qc as disableNetwork, vc as doc, Yc as documentId, Lc as enableIndexedDbPersistence, Bc as enableMultiTabIndexedDbPersistence, jc as enableNetwork, Yu as endAt, Ju as endBefore, Fc as ensureFirestoreConfigured, Th as executeWrite, ah as getDoc, uh as getDocFromCache, hh as getDocFromServer, lh as getDocs, fh as getDocsFromCache, dh as getDocsFromServer, Oc as getFirestore, Vh as increment, $c as initializeFirestore, ju as limit, Qu as limitToLast, Gc as loadBundle, zc as namedQuery, yh as onSnapshot, ph as onSnapshotsInSync, qu as orderBy, Mu as query, Sc as queryEqual, Vc as refEqual, Ah as runTransaction, bh as serverTimestamp, wh as setDoc, k as setLogLevel, $u as snapshotEqual, zu as startAfter, Gu as startAt, Wc as terminate, _h as updateDoc, Kc as waitForPendingWrites, Bu as where, Sh as writeBatch };
|