@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/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @firebase/firestore
|
|
2
2
|
|
|
3
|
-
## 3.5.0
|
|
3
|
+
## 3.5.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
### Patch Changes
|
|
12
12
|
|
|
13
13
|
- Updated dependencies [[`7c0c640a4`](https://github.com/firebase/firebase-js-sdk/commit/7c0c640a446c729ac66fec27dfd77d6398a468db)]:
|
|
14
|
-
- @firebase/webchannel-wrapper@0.7.0
|
|
14
|
+
- @firebase/webchannel-wrapper@0.7.0
|
|
15
15
|
|
|
16
16
|
## 3.4.15
|
|
17
17
|
|
package/dist/index.esm2017.js
CHANGED
|
@@ -66,7 +66,7 @@ b.MOCK_USER = new b("mock-user");
|
|
|
66
66
|
* See the License for the specific language governing permissions and
|
|
67
67
|
* limitations under the License.
|
|
68
68
|
*/
|
|
69
|
-
let P = "9.10.0
|
|
69
|
+
let P = "9.10.0";
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
72
|
* @license
|
|
@@ -19751,9 +19751,9 @@ function Cl(t, e) {
|
|
|
19751
19751
|
return s = Object.assign({
|
|
19752
19752
|
useFetchStreams: e
|
|
19753
19753
|
}, s), r._setSettings(s), r;
|
|
19754
|
-
}), "PUBLIC").setMultipleInstances(!0)), registerVersion(R, "3.5.0
|
|
19754
|
+
}), "PUBLIC").setMultipleInstances(!0)), registerVersion(R, "3.5.0", t),
|
|
19755
19755
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
19756
|
-
registerVersion(R, "3.5.0
|
|
19756
|
+
registerVersion(R, "3.5.0", "esm2017");
|
|
19757
19757
|
}();
|
|
19758
19758
|
|
|
19759
19759
|
export { nl as AbstractUserDataWriter, Ya as Bytes, xa as CACHE_SIZE_UNLIMITED, Aa as CollectionReference, Ta as DocumentReference, Dh as DocumentSnapshot, Ha as FieldPath, Xa as FieldValue, Na as Firestore, B as FirestoreError, Za as GeoPoint, Ca as LoadBundleTask, Ea as Query, Oh as QueryConstraint, Ch as QueryDocumentSnapshot, xh as QuerySnapshot, Sh as SnapshotMetadata, et as Timestamp, El as Transaction, rl as WriteBatch, ee as _DatabaseId, ut as _DocumentKey, H as _EmptyAppCheckTokenProvider, q as _EmptyAuthCredentialsProvider, ot as _FieldPath, ma as _cast, O as _debugAssert, Qt as _isBase64Available, x as _logWarn, fa as _validateIsNotUsedTogether, gl as addDoc, vl as arrayRemove, Pl as arrayUnion, Ua as clearIndexedDbPersistence, Ra as collection, ba as collectionGroup, Ia as connectFirestoreEmulator, ml as deleteDoc, Rl as deleteField, Ga as disableNetwork, Pa as doc, Ja as documentId, $a as enableIndexedDbPersistence, Ba as enableMultiTabIndexedDbPersistence, Ka as enableNetwork, Jh as endAt, Hh as endBefore, Oa as ensureFirestoreConfigured, Il as executeWrite, ul as getDoc, al as getDocFromCache, hl as getDocFromServer, ll as getDocs, fl as getDocsFromCache, dl as getDocsFromServer, Ma as getFirestore, Vl as increment, ka as initializeFirestore, Kh as limit, Gh as limitToLast, ja as loadBundle, Wa as namedQuery, yl as onSnapshot, pl as onSnapshotsInSync, Uh as orderBy, Fh as query, Va as queryEqual, va as refEqual, Al as runTransaction, bl as serverTimestamp, _l as setDoc, Dl as setIndexConfiguration, S as setLogLevel, kh as snapshotEqual, Wh as startAfter, jh as startAt, Qa as terminate, wl as updateDoc, qa as waitForPendingWrites, Bh as where, Sl as writeBatch };
|