@firebase/firestore 3.5.0-20220915175052 → 3.5.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 +2 -2
- 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 +5 -5
package/dist/index.esm5.js
CHANGED
|
@@ -70,7 +70,7 @@ A.MOCK_USER = new A("mock-user");
|
|
|
70
70
|
* See the License for the specific language governing permissions and
|
|
71
71
|
* limitations under the License.
|
|
72
72
|
*/
|
|
73
|
-
var C = "9.10.0
|
|
73
|
+
var C = "9.10.0", k = new l("@firebase/firestore");
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -20394,9 +20394,9 @@ function wh(t, e) {
|
|
|
20394
20394
|
return r = Object.assign({
|
|
20395
20395
|
useFetchStreams: ch
|
|
20396
20396
|
}, r), o._setSettings(r), o;
|
|
20397
|
-
}), "PUBLIC").setMultipleInstances(!0)), u(N, "3.5.0
|
|
20397
|
+
}), "PUBLIC").setMultipleInstances(!0)), u(N, "3.5.0", void 0),
|
|
20398
20398
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
20399
|
-
u(N, "3.5.0
|
|
20399
|
+
u(N, "3.5.0", "esm5");
|
|
20400
20400
|
|
|
20401
20401
|
export { Kl as AbstractUserDataWriter, Fc as Bytes, wc as CACHE_SIZE_UNLIMITED, lc as CollectionReference, ac as DocumentReference, ml as DocumentSnapshot, Mc as FieldPath, qc as FieldValue, bc as Firestore, K as FirestoreError, Uc as GeoPoint, gc as LoadBundleTask, cc as Query, Tl as QueryConstraint, gl as QueryDocumentSnapshot, wl as QuerySnapshot, yl as SnapshotMetadata, ot as Timestamp, lh as Transaction, zl as WriteBatch, oe as _DatabaseId, ht as _DocumentKey, $ as _EmptyAppCheckTokenProvider, z as _EmptyAuthCredentialsProvider, lt as _FieldPath, rc as _cast, U as _debugAssert, Yt as _isBase64Available, M as _logWarn, $a as _validateIsNotUsedTogether, ih as addDoc, vh as arrayRemove, ph as arrayUnion, Nc as clearIndexedDbPersistence, hc as collection, fc as collectionGroup, sc as connectFirestoreEmulator, rh as deleteDoc, fh as deleteField, kc as disableNetwork, dc as doc, Pc as documentId, Dc as enableIndexedDbPersistence, xc as enableMultiTabIndexedDbPersistence, Cc as enableNetwork, Pl as endAt, Ml as endBefore, Tc as ensureFirestoreConfigured, sh as executeWrite, Hl as getDoc, Xl as getDocFromCache, Zl as getDocFromServer, Jl as getDocs, $l as getDocsFromCache, th as getDocsFromServer, Ec as getFirestore, yh as increment, Ic as initializeFirestore, Cl as limit, kl as limitToLast, Vc as loadBundle, Lc as namedQuery, oh as onSnapshot, uh as onSnapshotsInSync, Nl as orderBy, Sl as query, vc as queryEqual, pc as refEqual, hh as runTransaction, dh as serverTimestamp, eh as setDoc, gh as setIndexConfiguration, V as setLogLevel, Il as snapshotEqual, Ll as startAfter, Vl as startAt, Oc as terminate, nh as updateDoc, Ac as waitForPendingWrites, xl as where, mh as writeBatch };
|
|
20402
20402
|
//# sourceMappingURL=index.esm5.js.map
|