@firebase/firestore 4.1.2-canary.b2f6084ef → 4.1.2
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 +9 -9
package/dist/index.esm5.js
CHANGED
|
@@ -70,7 +70,7 @@ k.MOCK_USER = new k("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 = "10.3.0
|
|
73
|
+
var P = "10.3.0", O = new l("@firebase/firestore");
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -22241,9 +22241,9 @@ function Mf(t, e) {
|
|
|
22241
22241
|
return r = Object.assign({
|
|
22242
22242
|
useFetchStreams: Lf
|
|
22243
22243
|
}, r), o._setSettings(r), o;
|
|
22244
|
-
}), "PUBLIC").setMultipleInstances(!0)), a(N, "4.1.2
|
|
22244
|
+
}), "PUBLIC").setMultipleInstances(!0)), a(N, "4.1.2", Vf),
|
|
22245
22245
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
22246
|
-
a(N, "4.1.2
|
|
22246
|
+
a(N, "4.1.2", "esm5");
|
|
22247
22247
|
|
|
22248
22248
|
export { Rh as AbstractUserDataWriter, xl as AggregateField, Dl as AggregateQuerySnapshot, Cl as Bytes, cl as CACHE_SIZE_UNLIMITED, tl as CollectionReference, $c as DocumentReference, Gh as DocumentSnapshot, Al as FieldPath, kl as FieldValue, ll as Firestore, K as FirestoreError, Pl as GeoPoint, sl as LoadBundleTask, Xc as Query, ph as QueryCompositeFilterConstraint, lh as QueryConstraint, jh as QueryDocumentSnapshot, Sh as QueryEndAtConstraint, fh as QueryFieldFilterConstraint, wh as QueryLimitConstraint, yh as QueryOrderByConstraint, Kh as QuerySnapshot, _h as QueryStartAtConstraint, zh as SnapshotMetadata, ut as Timestamp, Df as Transaction, Sf as WriteBatch, ke as _ByteString, Ue as _DatabaseId, dt as _DocumentKey, et as _EmptyAppCheckTokenProvider, H as _EmptyAuthCredentialsProvider, ft as _FieldPath, qf as _TestingHooks, Wc as _cast, z as _debugAssert, Ne as _isBase64Available, L as _logWarn, Gc as _validateIsNotUsedTogether, of as addDoc, Uh as aggregateFieldEqual, Bh as aggregateQuerySnapshotEqual, mh as and, Pf as arrayRemove, kf as arrayUnion, Lh as average, gl as clearIndexedDbPersistence, el as collection, nl as collectionGroup, Jc as connectFirestoreEmulator, qh as count, rf as deleteDoc, Af as deleteField, Il as disableNetwork, rl as doc, Nl as documentId, vl as enableIndexedDbPersistence, ml as enableMultiTabIndexedDbPersistence, bl as enableNetwork, Dh as endAt, xh as endBefore, dl as ensureFirestoreConfigured, sf as executeWrite, hf as getAggregateFromServer, lf as getCountFromServer, Hh as getDoc, Zh as getDocFromCache, Jh as getDocFromServer, Xh as getDocs, $h as getDocsFromCache, tf as getDocsFromServer, fl as getFirestore, Of as increment, hl as initializeFirestore, bh as limit, Ih as limitToLast, Tl as loadBundle, mf as memoryEagerGarbageCollector, gf as memoryLocalCache, yf as memoryLruGarbageCollector, El as namedQuery, af as onSnapshot, uf as onSnapshotsInSync, vh as or, gh as orderBy, wf as persistentLocalCache, Tf as persistentMultipleTabManager, _f as persistentSingleTabManager, hh as query, ol as queryEqual, il as refEqual, Cf as runTransaction, Nf as serverTimestamp, ef as setDoc, Ff as setIndexConfiguration, F as setLogLevel, Wh as snapshotEqual, Eh as startAfter, Th as startAt, Vh as sum, _l as terminate, nf as updateDoc, wl as waitForPendingWrites, dh as where, Rf as writeBatch };
|
|
22249
22249
|
//# sourceMappingURL=index.esm5.js.map
|