@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
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 M = "9.6.
|
|
73
|
+
var M = "9.6.5", F = new h("@firebase/firestore");
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -18505,9 +18505,9 @@ function _h(t, e) {
|
|
|
18505
18505
|
return n = Object.assign({
|
|
18506
18506
|
useFetchStreams: Th
|
|
18507
18507
|
}, n), i._setSettings(n), i;
|
|
18508
|
-
}), "PUBLIC")), s(P, "3.4.
|
|
18508
|
+
}), "PUBLIC")), s(P, "3.4.4", void 0),
|
|
18509
18509
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
18510
|
-
s(P, "3.4.
|
|
18510
|
+
s(P, "3.4.4", "esm5");
|
|
18511
18511
|
|
|
18512
18512
|
export { Hc as AbstractUserDataWriter, Ga as Bytes, _a as CACHE_SIZE_UNLIMITED, va as CollectionReference, pa as DocumentReference, Ec as DocumentSnapshot, ja as FieldPath, za as FieldValue, Aa as Firestore, Y as FirestoreError, Qa as GeoPoint, Sa as LoadBundleTask, ya as Query, Nc as QueryConstraint, Sc as QueryDocumentSnapshot, _c as QuerySnapshot, Tc as SnapshotMetadata, lt as Timestamp, ph as Transaction, Xc as WriteBatch, na as _DatabaseId, Pt as _DocumentKey, ot as _EmptyAppCheckTokenProvider, $ as _EmptyAuthCredentialsProvider, bt as _FieldPath, ca as _cast, Q as _debugAssert, Tt as _isBase64Available, j as _logWarn, Sh as _setIndexConfiguration, oa as _validateIsNotUsedTogether, ch as addDoc, wh as arrayRemove, gh as arrayUnion, Pa as clearIndexedDbPersistence, ma as collection, ga as collectionGroup, da as connectFirestoreEmulator, ah as deleteDoc, vh as deleteField, Fa as disableNetwork, wa as doc, Ka as documentId, xa as enableIndexedDbPersistence, Ra as enableMultiTabIndexedDbPersistence, Ma as enableNetwork, Kc as endAt, jc as endBefore, Na as ensureFirestoreConfigured, lh as executeWrite, Zc as getDoc, eh as getDocFromCache, nh as getDocFromServer, rh as getDocs, ih as getDocsFromCache, oh as getDocsFromServer, Da as getFirestore, bh as increment, ka as initializeFirestore, Mc as limit, Fc as limitToLast, qa as loadBundle, Ua as namedQuery, hh as onSnapshot, fh as onSnapshotsInSync, Pc as orderBy, Cc as query, Ia as queryEqual, ba as refEqual, yh as runTransaction, mh as serverTimestamp, sh as setDoc, q as setLogLevel, kc as snapshotEqual, Uc as startAfter, qc as startAt, Va as terminate, uh as updateDoc, Oa as waitForPendingWrites, Rc as where, Ih as writeBatch };
|
|
18513
18513
|
//# sourceMappingURL=index.esm5.js.map
|