@firebase/firestore 3.1.0-2021822203916 → 3.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/CHANGELOG.md +8 -6
- package/dist/firestore/src/util/input_validation.d.ts +1 -1
- package/dist/index.esm2017.js +4 -7
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +4 -8
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.esm2017.js +4 -8
- package/dist/index.node.cjs.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +4 -8
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.rn.js +4 -7
- package/dist/index.rn.js.map +1 -1
- package/dist/lite/firestore/src/util/input_validation.d.ts +1 -1
- package/dist/lite/index.browser.esm2017.js +1085 -1088
- package/dist/lite/index.browser.esm2017.js.map +1 -1
- package/dist/lite/index.browser.esm5.js +12 -16
- package/dist/lite/index.browser.esm5.js.map +1 -1
- package/dist/lite/index.node.cjs.js +4 -8
- package/dist/lite/index.node.cjs.js.map +1 -1
- package/dist/lite/index.node.esm2017.js +4 -8
- package/dist/lite/index.node.esm2017.js.map +1 -1
- package/dist/lite/index.rn.esm2017.js +4 -7
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/dist/lite/packages/firestore/dist/lite/index.browser.esm2017.d.ts +109 -109
- package/dist/lite/packages/firestore/src/util/input_validation.d.ts +1 -1
- package/dist/packages/firestore/src/util/input_validation.d.ts +1 -1
- package/package.json +9 -9
package/dist/index.esm5.js
CHANGED
|
@@ -69,7 +69,7 @@ R.MOCK_USER = new R("mock-user");
|
|
|
69
69
|
* See the License for the specific language governing permissions and
|
|
70
70
|
* limitations under the License.
|
|
71
71
|
*/
|
|
72
|
-
var O = "9.1.0
|
|
72
|
+
var O = "9.1.0", P = new h("@firebase/firestore");
|
|
73
73
|
|
|
74
74
|
/**
|
|
75
75
|
* @license
|
|
@@ -14882,13 +14882,9 @@ function $a(t, e, n) {
|
|
|
14882
14882
|
if ("object" == typeof t) {
|
|
14883
14883
|
if (t instanceof Array) return "an array";
|
|
14884
14884
|
var e =
|
|
14885
|
-
/**
|
|
14885
|
+
/** try to get the constructor name for an object. */
|
|
14886
14886
|
function(t) {
|
|
14887
|
-
|
|
14888
|
-
var e = /function\s+([^\s(]+)\s*\(/.exec(t.constructor.toString());
|
|
14889
|
-
if (e && e.length > 1) return e[1];
|
|
14890
|
-
}
|
|
14891
|
-
return null;
|
|
14887
|
+
return t.constructor ? t.constructor.name : null;
|
|
14892
14888
|
}(t);
|
|
14893
14889
|
return e ? "a custom " + e + " object" : "an object";
|
|
14894
14890
|
}
|
|
@@ -18379,7 +18375,7 @@ O = i, o(new c("firestore", (function(t, e) {
|
|
|
18379
18375
|
return n = Object.assign({
|
|
18380
18376
|
useFetchStreams: !0
|
|
18381
18377
|
}, n), i._setSettings(n), i;
|
|
18382
|
-
}), "PUBLIC" /* PUBLIC */)), s("@firebase/firestore", "3.1.0
|
|
18378
|
+
}), "PUBLIC" /* PUBLIC */)), s("@firebase/firestore", "3.1.0", undefined);
|
|
18383
18379
|
|
|
18384
18380
|
export { Kc as AbstractUserDataWriter, Vu as Bytes, wu as CACHE_SIZE_UNLIMITED, hu as CollectionReference, uu as DocumentReference, mc as DocumentSnapshot, Fu as FieldPath, qu as FieldValue, bu as Firestore, H as FirestoreError, Uu as GeoPoint, gu as LoadBundleTask, cu as Query, Ec as QueryConstraint, gc as QueryDocumentSnapshot, wc as QuerySnapshot, vc as SnapshotMetadata, at as Timestamp, uh as Transaction, Gc as WriteBatch, Ja as _DatabaseId, kt as _DocumentKey, J as _EmptyCredentialsProvider, yt as _FieldPath, ru as _cast, z as _debugAssert, mt as _isBase64Available, U as _logWarn, Za as _validateIsNotUsedTogether, rh as addDoc, dh as arrayRemove, lh as arrayUnion, Au as clearIndexedDbPersistence, fu as collection, lu as collectionGroup, au as connectFirestoreEmulator, nh as deleteDoc, hh as deleteField, xu as disableNetwork, du as doc, Mu as documentId, Nu as enableIndexedDbPersistence, _u as enableMultiTabIndexedDbPersistence, Cu as enableNetwork, Mc as endAt, Fc as endBefore, Eu as ensureFirestoreConfigured, sh as executeWrite, Hc as getDoc, Yc as getDocFromCache, Jc as getDocFromServer, Xc as getDocs, $c as getDocsFromCache, Zc as getDocsFromServer, Tu as getFirestore, ph as increment, Iu as initializeFirestore, Cc as limit, xc as limitToLast, Ru as loadBundle, Ou as namedQuery, ih as onSnapshot, oh as onSnapshotsInSync, Ac as orderBy, Sc as query, yu as queryEqual, pu as refEqual, ch as runTransaction, fh as serverTimestamp, th as setDoc, M as setLogLevel, Ic as snapshotEqual, Oc as startAfter, Rc as startAt, Lu as terminate, eh as updateDoc, ku as waitForPendingWrites, _c as where, yh as writeBatch };
|
|
18385
18381
|
//# sourceMappingURL=index.esm5.js.map
|