@firebase/firestore 3.4.8-2022312211851 → 3.4.8
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 +3 -4
- 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 +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.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 +2 -2
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/package.json +7 -7
package/dist/index.esm5.js
CHANGED
|
@@ -70,7 +70,7 @@ L.MOCK_USER = new L("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.6.11
|
|
73
|
+
var P = "9.6.11", O = new l("@firebase/firestore");
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -19660,9 +19660,9 @@ function dh(t, e) {
|
|
|
19660
19660
|
return n = Object.assign({
|
|
19661
19661
|
useFetchStreams: rh
|
|
19662
19662
|
}, n), i._setSettings(n), i;
|
|
19663
|
-
}), "PUBLIC")), u(R, "3.4.8
|
|
19663
|
+
}), "PUBLIC")), u(R, "3.4.8", void 0),
|
|
19664
19664
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
19665
|
-
u(R, "3.4.8
|
|
19665
|
+
u(R, "3.4.8", "esm5");
|
|
19666
19666
|
|
|
19667
19667
|
export { Ol as AbstractUserDataWriter, Vc as Bytes, pc as CACHE_SIZE_UNLIMITED, oc as CollectionReference, rc as DocumentReference, fl as DocumentSnapshot, kc as FieldPath, Rc as FieldValue, yc as Firestore, Y as FirestoreError, Lc as GeoPoint, dc as LoadBundleTask, ic as Query, gl as QueryConstraint, dl as QueryDocumentSnapshot, pl as QuerySnapshot, hl as SnapshotMetadata, ft as Timestamp, ih as Transaction, Ul as WriteBatch, Mt as _DatabaseId, Pt as _DocumentKey, ot as _EmptyAppCheckTokenProvider, $ as _EmptyAuthCredentialsProvider, bt as _FieldPath, $a as _cast, Q as _debugAssert, Tt as _isBase64Available, K as _logWarn, fh as _setIndexConfiguration, Ha as _validateIsNotUsedTogether, $l as addDoc, ch as arrayRemove, ah as arrayUnion, Ec as clearIndexedDbPersistence, uc as collection, sc as collectionGroup, nc as connectFirestoreEmulator, Jl as deleteDoc, uh as deleteField, Dc as disableNetwork, ac as doc, Mc as documentId, bc as enableIndexedDbPersistence, Ic as enableMultiTabIndexedDbPersistence, _c as enableNetwork, Ml as endAt, kl as endBefore, gc as ensureFirestoreConfigured, eh as executeWrite, Kl as getDoc, jl as getDocFromCache, zl as getDocFromServer, Ql as getDocs, Wl as getDocsFromCache, Hl as getDocsFromServer, mc as getFirestore, lh as increment, vc as initializeFirestore, _l as limit, Dl as limitToLast, Ac as loadBundle, xc as namedQuery, Zl as onSnapshot, th as onSnapshotsInSync, El as orderBy, wl as query, lc as queryEqual, cc as refEqual, oh as runTransaction, sh as serverTimestamp, Yl as setDoc, q as setLogLevel, vl as snapshotEqual, xl as startAfter, Al as startAt, Nc as terminate, Xl as updateDoc, Sc as waitForPendingWrites, Il as where, hh as writeBatch };
|
|
19668
19668
|
//# sourceMappingURL=index.esm5.js.map
|