@firebase/firestore 4.1.0-20230718235906 → 4.1.0
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.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- 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.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.cjs.js +2 -2
- package/dist/lite/index.cjs.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.rn.esm2017.js +2 -2
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/package.json +4 -4
package/dist/index.esm5.js
CHANGED
|
@@ -70,7 +70,7 @@ P.MOCK_USER = new P("mock-user");
|
|
|
70
70
|
* See the License for the specific language governing permissions and
|
|
71
71
|
* limitations under the License.
|
|
72
72
|
*/
|
|
73
|
-
var O = "10.1.0
|
|
73
|
+
var O = "10.1.0", R = new l("@firebase/firestore");
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -22215,9 +22215,9 @@ function qf(t, e) {
|
|
|
22215
22215
|
return r = Object.assign({
|
|
22216
22216
|
useFetchStreams: Nf
|
|
22217
22217
|
}, r), o._setSettings(r), o;
|
|
22218
|
-
}), "PUBLIC").setMultipleInstances(!0)), a(A, "4.1.0
|
|
22218
|
+
}), "PUBLIC").setMultipleInstances(!0)), a(A, "4.1.0", Cf),
|
|
22219
22219
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
22220
|
-
a(A, "4.1.0
|
|
22220
|
+
a(A, "4.1.0", "esm5");
|
|
22221
22221
|
|
|
22222
22222
|
export { Fh as AbstractUserDataWriter, xl as AggregateField, Cl as AggregateQuerySnapshot, Nl as Bytes, ll as CACHE_SIZE_UNLIMITED, el as CollectionReference, tl as DocumentReference, Kh as DocumentSnapshot, kl as FieldPath, Pl as FieldValue, hl as Firestore, Q as FirestoreError, Ol as GeoPoint, cl as LoadBundleTask, $c as Query, vh as QueryCompositeFilterConstraint, hh as QueryConstraint, jh as QueryDocumentSnapshot, Dh as QueryEndAtConstraint, dh as QueryFieldFilterConstraint, bh as QueryLimitConstraint, gh as QueryOrderByConstraint, Qh as QuerySnapshot, Eh as QueryStartAtConstraint, zh as SnapshotMetadata, st as Timestamp, kf as Transaction, Df as WriteBatch, Pe as _ByteString, Be as _DatabaseId, pt as _DocumentKey, nt as _EmptyAppCheckTokenProvider, J as _EmptyAuthCredentialsProvider, dt as _FieldPath, hi as _TestingHooks, Hc as _cast, z as _debugAssert, Ae as _isBase64Available, q as _logWarn, Kc as _validateIsNotUsedTogether, af as addDoc, Bh as aggregateFieldEqual, Gh as aggregateQuerySnapshotEqual, yh as and, Ff as arrayRemove, Rf as arrayUnion, qh as average, wl as clearIndexedDbPersistence, nl as collection, rl as collectionGroup, Zc as connectFirestoreEmulator, Uh as count, of as deleteDoc, Pf as deleteField, _l as disableNetwork, il as doc, Al as documentId, ml as enableIndexedDbPersistence, yl as enableMultiTabIndexedDbPersistence, Il as enableNetwork, Ch as endAt, xh as endBefore, pl as ensureFirestoreConfigured, cf as executeWrite, ff as getAggregateFromServer, hf as getCountFromServer, Jh as getDoc, Xh as getDocFromCache, Zh as getDocFromServer, $h as getDocs, tf as getDocsFromCache, ef as getDocsFromServer, dl as getFirestore, Mf as increment, fl as initializeFirestore, Ih as limit, _h as limitToLast, Tl as loadBundle, yf as memoryEagerGarbageCollector, wf as memoryLocalCache, gf as memoryLruGarbageCollector, Sl as namedQuery, uf as onSnapshot, sf as onSnapshotsInSync, mh as or, wh as orderBy, bf as persistentLocalCache, Tf as persistentMultipleTabManager, Ef as persistentSingleTabManager, fh as query, al as queryEqual, ol as refEqual, Af as runTransaction, Of as serverTimestamp, nf as setDoc, Lf as setIndexConfiguration, M as setLogLevel, Hh as snapshotEqual, Sh as startAfter, Th as startAt, Lh as sum, El as terminate, rf as updateDoc, bl as waitForPendingWrites, ph as where, Vf as writeBatch };
|
|
22223
22223
|
//# sourceMappingURL=index.esm5.js.map
|