@firebase/firestore 4.7.7-canary.84dfeca39 → 4.7.7-canary.9d8266593
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/firestore/src/global_index.d.ts +2 -2
- package/dist/firestore/src/lite-api/vector_value.d.ts +2 -2
- package/dist/index.cjs.js +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.esm2017.js +4 -4
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +4 -4
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.node.mjs +4 -4
- package/dist/index.node.mjs.map +1 -1
- package/dist/index.rn.js +4 -4
- package/dist/index.rn.js.map +1 -1
- package/dist/internal.d.ts +2 -2
- package/dist/lite/firestore/src/lite-api/vector_value.d.ts +2 -2
- package/dist/lite/index.browser.esm2017.js +4 -4
- package/dist/lite/index.browser.esm2017.js.map +1 -1
- package/dist/lite/index.cjs.js +4 -4
- package/dist/lite/index.cjs.js.map +1 -1
- package/dist/lite/index.d.ts +2 -2
- package/dist/lite/index.node.cjs.js +4 -4
- package/dist/lite/index.node.cjs.js.map +1 -1
- package/dist/lite/index.node.mjs +4 -4
- package/dist/lite/index.node.mjs.map +1 -1
- package/dist/lite/index.rn.esm2017.js +4 -4
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/dist/lite/internal.d.ts +2 -2
- package/dist/lite/private.d.ts +2 -2
- package/dist/private.d.ts +2 -2
- package/package.json +9 -9
|
@@ -6078,7 +6078,7 @@ declare function documentId(): FieldPath;
|
|
|
6078
6078
|
*/
|
|
6079
6079
|
/**
|
|
6080
6080
|
* Represents a vector type in Firestore documents.
|
|
6081
|
-
* Create an instance with {@link
|
|
6081
|
+
* Create an instance with <code>{@link vector}</code>.
|
|
6082
6082
|
*
|
|
6083
6083
|
* @class VectorValue
|
|
6084
6084
|
*/
|
|
@@ -6094,7 +6094,7 @@ declare class VectorValue {
|
|
|
6094
6094
|
*/
|
|
6095
6095
|
toArray(): number[];
|
|
6096
6096
|
/**
|
|
6097
|
-
* Returns `true` if the two VectorValue
|
|
6097
|
+
* Returns `true` if the two `VectorValue` values have the same raw number arrays, returns `false` otherwise.
|
|
6098
6098
|
*/
|
|
6099
6099
|
isEqual(other: VectorValue): boolean;
|
|
6100
6100
|
}
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
/**
|
|
18
18
|
* Represents a vector type in Firestore documents.
|
|
19
|
-
* Create an instance with {@link
|
|
19
|
+
* Create an instance with <code>{@link vector}</code>.
|
|
20
20
|
*
|
|
21
21
|
* @class VectorValue
|
|
22
22
|
*/
|
|
@@ -32,7 +32,7 @@ export declare class VectorValue {
|
|
|
32
32
|
*/
|
|
33
33
|
toArray(): number[];
|
|
34
34
|
/**
|
|
35
|
-
* Returns `true` if the two VectorValue
|
|
35
|
+
* Returns `true` if the two `VectorValue` values have the same raw number arrays, returns `false` otherwise.
|
|
36
36
|
*/
|
|
37
37
|
isEqual(other: VectorValue): boolean;
|
|
38
38
|
}
|
package/dist/index.cjs.js
CHANGED
|
@@ -9,7 +9,7 @@ var util = require('@firebase/util');
|
|
|
9
9
|
var bloomBlob = require('@firebase/webchannel-wrapper/bloom-blob');
|
|
10
10
|
var webchannelBlob = require('@firebase/webchannel-wrapper/webchannel-blob');
|
|
11
11
|
|
|
12
|
-
const b = "@firebase/firestore", S = "4.7.7-canary.
|
|
12
|
+
const b = "@firebase/firestore", S = "4.7.7-canary.9d8266593";
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* @license
|
|
@@ -71,7 +71,7 @@ User.MOCK_USER = new User("mock-user");
|
|
|
71
71
|
* See the License for the specific language governing permissions and
|
|
72
72
|
* limitations under the License.
|
|
73
73
|
*/
|
|
74
|
-
let D = "11.3.0-canary.
|
|
74
|
+
let D = "11.3.0-canary.9d8266593";
|
|
75
75
|
|
|
76
76
|
/**
|
|
77
77
|
* @license
|
|
@@ -19632,7 +19632,7 @@ class AggregateField {
|
|
|
19632
19632
|
*/
|
|
19633
19633
|
/**
|
|
19634
19634
|
* Represents a vector type in Firestore documents.
|
|
19635
|
-
* Create an instance with {@link
|
|
19635
|
+
* Create an instance with <code>{@link vector}</code>.
|
|
19636
19636
|
*
|
|
19637
19637
|
* @class VectorValue
|
|
19638
19638
|
*/ class VectorValue {
|
|
@@ -19650,7 +19650,7 @@ class AggregateField {
|
|
|
19650
19650
|
return this._values.map((e => e));
|
|
19651
19651
|
}
|
|
19652
19652
|
/**
|
|
19653
|
-
* Returns `true` if the two VectorValue
|
|
19653
|
+
* Returns `true` if the two `VectorValue` values have the same raw number arrays, returns `false` otherwise.
|
|
19654
19654
|
*/ isEqual(e) {
|
|
19655
19655
|
return function __PRIVATE_isPrimitiveArrayEqual(e, t) {
|
|
19656
19656
|
if (e.length !== t.length) return !1;
|