@firebase/firestore 4.4.2 → 4.4.3-canary.245dd26e1
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 +92 -92
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +92 -92
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +87 -87
- 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 +96 -96
- 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/dist/packages/firestore/dist/index.esm2017.d.ts +16 -16
- package/package.json +10 -10
|
@@ -2393,14 +2393,14 @@ declare class DelayedOperation {
|
|
|
2393
2393
|
fieldTransforms: any;
|
|
2394
2394
|
fieldMask: any;
|
|
2395
2395
|
get path(): any;
|
|
2396
|
-
get
|
|
2396
|
+
get Eu(): any;
|
|
2397
2397
|
/** Returns a new context with the specified settings overwritten. */ Au(e: any): __PRIVATE_ParseContextImpl;
|
|
2398
2398
|
Ru(e: any): __PRIVATE_ParseContextImpl;
|
|
2399
2399
|
fu(e: any): __PRIVATE_ParseContextImpl;
|
|
2400
2400
|
gu(e: any): __PRIVATE_ParseContextImpl;
|
|
2401
2401
|
pu(e: any): FirestoreError;
|
|
2402
2402
|
/** Returns 'true' if 'fieldPath' was traversed when creating this context. */ contains(e: any): boolean;
|
|
2403
|
-
|
|
2403
|
+
du(): void;
|
|
2404
2404
|
mu(e: any): void;
|
|
2405
2405
|
}
|
|
2406
2406
|
/**
|
|
@@ -2982,11 +2982,11 @@ declare class __PRIVATE_IndexedDbPersistence {
|
|
|
2982
2982
|
referenceDelegate: __PRIVATE_IndexedDbLruDelegateImpl;
|
|
2983
2983
|
Ti: string;
|
|
2984
2984
|
serializer: __PRIVATE_LocalSerializer;
|
|
2985
|
-
|
|
2985
|
+
di: __PRIVATE_SimpleDb;
|
|
2986
2986
|
Qr: __PRIVATE_IndexedDbTargetCache;
|
|
2987
2987
|
remoteDocumentCache: __PRIVATE_IndexedDbRemoteDocumentCacheImpl;
|
|
2988
2988
|
$r: __PRIVATE_IndexedDbBundleCache;
|
|
2989
|
-
|
|
2989
|
+
Ei: any;
|
|
2990
2990
|
/**
|
|
2991
2991
|
* Attempt to start IndexedDb persistence.
|
|
2992
2992
|
*
|
|
@@ -3109,7 +3109,7 @@ declare class __PRIVATE_LocalClientState {
|
|
|
3109
3109
|
/**
|
|
3110
3110
|
* Converts this entry into a JSON-encoded format we can use for WebStorage.
|
|
3111
3111
|
* Does not encode `clientId` as it is part of the key in WebStorage.
|
|
3112
|
-
*/
|
|
3112
|
+
*/ Es(): string;
|
|
3113
3113
|
}
|
|
3114
3114
|
/**
|
|
3115
3115
|
* @license
|
|
@@ -3718,7 +3718,7 @@ declare class __PRIVATE_OnlineStateTracker {
|
|
|
3718
3718
|
Tr: SortedSet;
|
|
3719
3719
|
/** Returns true if the reference set contains no references. */ isEmpty(): any;
|
|
3720
3720
|
/** Adds a reference to the given document key for the given ID. */ addReference(e: any, t: any): void;
|
|
3721
|
-
/** Add references to the given document keys for the given ID. */
|
|
3721
|
+
/** Add references to the given document keys for the given ID. */ Er(e: any, t: any): void;
|
|
3722
3722
|
/**
|
|
3723
3723
|
* Removes a reference to the given document key for the given
|
|
3724
3724
|
* ID.
|
|
@@ -3778,7 +3778,7 @@ declare class __PRIVATE_TargetIdGenerator {
|
|
|
3778
3778
|
/**
|
|
3779
3779
|
* Parses a RemoteClientState from the JSON representation in WebStorage.
|
|
3780
3780
|
* Logs a warning and returns null if the format of the data is not valid.
|
|
3781
|
-
*/ static
|
|
3781
|
+
*/ static ds(e: any, t: any): __PRIVATE_RemoteClientState | null;
|
|
3782
3782
|
constructor(e: any, t: any);
|
|
3783
3783
|
clientId: any;
|
|
3784
3784
|
activeTargetIds: any;
|
|
@@ -3791,13 +3791,13 @@ declare class __PRIVATE_MutationMetadata {
|
|
|
3791
3791
|
/**
|
|
3792
3792
|
* Parses a MutationMetadata from its JSON representation in WebStorage.
|
|
3793
3793
|
* Logs a warning and returns null if the format of the data is not valid.
|
|
3794
|
-
*/ static
|
|
3794
|
+
*/ static ds(e: any, t: any, n: any): __PRIVATE_MutationMetadata | null;
|
|
3795
3795
|
constructor(e: any, t: any, n: any, r: any);
|
|
3796
3796
|
user: any;
|
|
3797
3797
|
batchId: any;
|
|
3798
3798
|
state: any;
|
|
3799
3799
|
error: any;
|
|
3800
|
-
|
|
3800
|
+
Es(): string;
|
|
3801
3801
|
}
|
|
3802
3802
|
/**
|
|
3803
3803
|
* Holds the state of a query target, including its target ID and whether the
|
|
@@ -3807,12 +3807,12 @@ declare class __PRIVATE_QueryTargetMetadata {
|
|
|
3807
3807
|
/**
|
|
3808
3808
|
* Parses a QueryTargetMetadata from its JSON representation in WebStorage.
|
|
3809
3809
|
* Logs a warning and returns null if the format of the data is not valid.
|
|
3810
|
-
*/ static
|
|
3810
|
+
*/ static ds(e: any, t: any): __PRIVATE_QueryTargetMetadata | null;
|
|
3811
3811
|
constructor(e: any, t: any, n: any);
|
|
3812
3812
|
targetId: any;
|
|
3813
3813
|
state: any;
|
|
3814
3814
|
error: any;
|
|
3815
|
-
|
|
3815
|
+
Es(): string;
|
|
3816
3816
|
}
|
|
3817
3817
|
/**
|
|
3818
3818
|
* This class represents the online state for all clients participating in
|
|
@@ -3822,7 +3822,7 @@ declare class __PRIVATE_QueryTargetMetadata {
|
|
|
3822
3822
|
/**
|
|
3823
3823
|
* Parses a SharedOnlineState from its JSON representation in WebStorage.
|
|
3824
3824
|
* Logs a warning and returns null if the format of the data is not valid.
|
|
3825
|
-
*/ static
|
|
3825
|
+
*/ static ds(e: any): __PRIVATE_SharedOnlineState | null;
|
|
3826
3826
|
constructor(e: any, t: any);
|
|
3827
3827
|
clientId: any;
|
|
3828
3828
|
onlineState: any;
|
|
@@ -4147,8 +4147,8 @@ declare class __PRIVATE_IndexedDbIndexManager {
|
|
|
4147
4147
|
* Constructs a key range query on `DbIndexEntryStore` that unions all
|
|
4148
4148
|
* bounds.
|
|
4149
4149
|
*/ In(e: any, t: any, n: any, r: any, i: any, s: any, o: any): IDBKeyRange[];
|
|
4150
|
-
/** Generates the lower bound for `arrayValue` and `directionalValue`. */
|
|
4151
|
-
/** Generates the upper bound for `arrayValue` and `directionalValue`. */
|
|
4150
|
+
/** Generates the lower bound for `arrayValue` and `directionalValue`. */ dn(e: any, t: any, n: any, r: any): __PRIVATE_IndexEntry;
|
|
4151
|
+
/** Generates the upper bound for `arrayValue` and `directionalValue`. */ En(e: any, t: any, n: any, r: any): __PRIVATE_IndexEntry;
|
|
4152
4152
|
ln(e: any, t: any): any;
|
|
4153
4153
|
getIndexType(e: any, t: any): PersistencePromise;
|
|
4154
4154
|
/**
|
|
@@ -4581,7 +4581,7 @@ declare class __PRIVATE_AscendingIndexByteEncoder {
|
|
|
4581
4581
|
Gt: any;
|
|
4582
4582
|
ft(e: any): void;
|
|
4583
4583
|
At(e: any): void;
|
|
4584
|
-
|
|
4584
|
+
Et(e: any): void;
|
|
4585
4585
|
Tt(): void;
|
|
4586
4586
|
}
|
|
4587
4587
|
declare class __PRIVATE_DescendingIndexByteEncoder {
|
|
@@ -4589,7 +4589,7 @@ declare class __PRIVATE_DescendingIndexByteEncoder {
|
|
|
4589
4589
|
Gt: any;
|
|
4590
4590
|
ft(e: any): void;
|
|
4591
4591
|
At(e: any): void;
|
|
4592
|
-
|
|
4592
|
+
Et(e: any): void;
|
|
4593
4593
|
Tt(): void;
|
|
4594
4594
|
}
|
|
4595
4595
|
export { fe as CACHE_SIZE_UNLIMITED, __PRIVATE_AutoId as _AutoId, ByteString as _ByteString, DatabaseId as _DatabaseId, DocumentKey as _DocumentKey, __PRIVATE_EmptyAppCheckTokenProvider as _EmptyAppCheckTokenProvider, __PRIVATE_EmptyAuthCredentialsProvider as _EmptyAuthCredentialsProvider, FieldPath$1 as _FieldPath, TestingHooks as _TestingHooks, __PRIVATE_cast as _cast, __PRIVATE_debugAssert as _debugAssert, __PRIVATE_isBase64Available as _isBase64Available, __PRIVATE_logWarn as _logWarn, __PRIVATE_validateIsNotUsedTogether as _validateIsNotUsedTogether };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/firestore",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.3-canary.245dd26e1",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=10.10.0"
|
|
6
6
|
},
|
|
@@ -96,22 +96,22 @@
|
|
|
96
96
|
"lite/package.json"
|
|
97
97
|
],
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"@firebase/component": "0.6.5",
|
|
100
|
-
"@firebase/logger": "0.4.0",
|
|
101
|
-
"@firebase/util": "1.9.4",
|
|
102
|
-
"@firebase/webchannel-wrapper": "0.10.5",
|
|
99
|
+
"@firebase/component": "0.6.5-canary.245dd26e1",
|
|
100
|
+
"@firebase/logger": "0.4.0-canary.245dd26e1",
|
|
101
|
+
"@firebase/util": "1.9.4-canary.245dd26e1",
|
|
102
|
+
"@firebase/webchannel-wrapper": "0.10.5-canary.245dd26e1",
|
|
103
103
|
"@grpc/grpc-js": "~1.9.0",
|
|
104
104
|
"@grpc/proto-loader": "^0.7.8",
|
|
105
|
-
"undici": "5.
|
|
105
|
+
"undici": "5.28.3",
|
|
106
106
|
"tslib": "^2.1.0"
|
|
107
107
|
},
|
|
108
108
|
"peerDependencies": {
|
|
109
|
-
"@firebase/app": "0.
|
|
109
|
+
"@firebase/app": "0.9.28-canary.245dd26e1"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
|
-
"@firebase/app": "0.9.
|
|
113
|
-
"@firebase/app-compat": "0.2.
|
|
114
|
-
"@firebase/auth": "1.6.
|
|
112
|
+
"@firebase/app": "0.9.28-canary.245dd26e1",
|
|
113
|
+
"@firebase/app-compat": "0.2.28-canary.245dd26e1",
|
|
114
|
+
"@firebase/auth": "1.6.1-canary.245dd26e1",
|
|
115
115
|
"@rollup/plugin-alias": "3.1.9",
|
|
116
116
|
"@rollup/plugin-json": "4.1.0",
|
|
117
117
|
"@types/eslint": "7.29.0",
|