@firebase/firestore 3.9.0-20230314181055 → 3.9.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/CHANGELOG.md +1 -1
- 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.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.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.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 +4 -4
package/dist/index.esm5.js
CHANGED
|
@@ -70,7 +70,7 @@ C.MOCK_USER = new C("mock-user");
|
|
|
70
70
|
* See the License for the specific language governing permissions and
|
|
71
71
|
* limitations under the License.
|
|
72
72
|
*/
|
|
73
|
-
var k = "9.18.0
|
|
73
|
+
var k = "9.18.0", F = new l("@firebase/firestore");
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -21445,9 +21445,9 @@ function hf(t, e) {
|
|
|
21445
21445
|
return r = Object.assign({
|
|
21446
21446
|
useFetchStreams: tf
|
|
21447
21447
|
}, r), o._setSettings(r), o;
|
|
21448
|
-
}), "PUBLIC").setMultipleInstances(!0)), u(N, "3.9.0
|
|
21448
|
+
}), "PUBLIC").setMultipleInstances(!0)), u(N, "3.9.0", void 0),
|
|
21449
21449
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
21450
|
-
u(N, "3.9.0
|
|
21450
|
+
u(N, "3.9.0", "esm5");
|
|
21451
21451
|
|
|
21452
21452
|
export { bh as AbstractUserDataWriter, fl as AggregateField, dl as AggregateQuerySnapshot, pl as Bytes, Xc as CACHE_SIZE_UNLIMITED, Uc as CollectionReference, Lc as DocumentReference, Nh as DocumentSnapshot, vl as FieldPath, yl as FieldValue, Yc as Firestore, j as FirestoreError, gl as GeoPoint, Hc as LoadBundleTask, qc as Query, th as QueryCompositeFilterConstraint, Yl as QueryConstraint, Ch as QueryDocumentSnapshot, hh as QueryEndAtConstraint, Zl as QueryFieldFilterConstraint, oh as QueryLimitConstraint, rh as QueryOrderByConstraint, kh as QuerySnapshot, sh as QueryStartAtConstraint, Ah as SnapshotMetadata, ut as Timestamp, ef as Transaction, Zh as WriteBatch, jt as _DatabaseId, ft as _DocumentKey, tt as _EmptyAppCheckTokenProvider, W as _EmptyAuthCredentialsProvider, ht as _FieldPath, Rc as _cast, B as _debugAssert, Zt as _isBase64Available, V as _logWarn, Nc as _validateIsNotUsedTogether, jh as addDoc, Dh as aggregateFieldEqual, xh as aggregateQuerySnapshotEqual, nh as and, af as arrayRemove, uf as arrayUnion, Sh as average, il as clearIndexedDbPersistence, Bc as collection, Kc as collectionGroup, Vc as connectFirestoreEmulator, _h as count, Gh as deleteDoc, rf as deleteField, al as disableNetwork, Gc as doc, ml as documentId, el as enableIndexedDbPersistence, nl as enableMultiTabIndexedDbPersistence, ul as enableNetwork, dh as endAt, fh as endBefore, $c as ensureFirestoreConfigured, Wh as executeWrite, Yh as getAggregateFromServer, Xh as getCountFromServer, Oh as getDoc, Ph as getDocFromCache, Vh as getDocFromServer, Lh as getDocs, qh as getDocsFromCache, Uh as getDocsFromServer, Zc as getFirestore, sf as increment, Jc as initializeFirestore, uh as limit, ah as limitToLast, cl as loadBundle, ll as namedQuery, Qh as onSnapshot, zh as onSnapshotsInSync, eh as or, ih as orderBy, Jl as query, Qc as queryEqual, jc as refEqual, nf as runTransaction, of as serverTimestamp, Bh as setDoc, lf as setIndexConfiguration, O as setLogLevel, Rh as snapshotEqual, lh as startAfter, ch as startAt, Eh as sum, sl as terminate, Kh as updateDoc, ol as waitForPendingWrites, $l as where, cf as writeBatch };
|
|
21453
21453
|
//# sourceMappingURL=index.esm5.js.map
|