@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.
@@ -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 FieldValue.vector}.
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 has the same raw number arrays, returns `false` otherwise.
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 FieldValue.vector}.
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 has the same raw number arrays, returns `false` otherwise.
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.84dfeca39";
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.84dfeca39";
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 FieldValue.vector}.
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 has the same raw number arrays, returns `false` otherwise.
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;