@firebase/firestore 4.7.7-canary.c8e5b3e77 → 4.7.7-canary.dcfb3da2e

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.
@@ -34,7 +34,7 @@ var grpc__namespace = /*#__PURE__*/_interopNamespace(grpc);
34
34
  var protoLoader__namespace = /*#__PURE__*/_interopNamespace(protoLoader);
35
35
 
36
36
  const name = "@firebase/firestore";
37
- const version$1 = "4.7.7-canary.c8e5b3e77";
37
+ const version$1 = "4.7.7-canary.dcfb3da2e";
38
38
 
39
39
  /**
40
40
  * @license
@@ -87,7 +87,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
87
87
  User.FIRST_PARTY = new User('first-party-uid');
88
88
  User.MOCK_USER = new User('mock-user');
89
89
 
90
- const version = "11.3.0-canary.c8e5b3e77";
90
+ const version = "11.3.0-canary.dcfb3da2e";
91
91
 
92
92
  /**
93
93
  * @license
@@ -29336,7 +29336,7 @@ class GeoPoint {
29336
29336
  */
29337
29337
  /**
29338
29338
  * Represents a vector type in Firestore documents.
29339
- * Create an instance with {@link FieldValue.vector}.
29339
+ * Create an instance with <code>{@link vector}</code>.
29340
29340
  *
29341
29341
  * @class VectorValue
29342
29342
  */
@@ -29356,7 +29356,7 @@ class VectorValue {
29356
29356
  return this._values.map(n => n);
29357
29357
  }
29358
29358
  /**
29359
- * Returns `true` if the two VectorValue has the same raw number arrays, returns `false` otherwise.
29359
+ * Returns `true` if the two `VectorValue` values have the same raw number arrays, returns `false` otherwise.
29360
29360
  */
29361
29361
  isEqual(other) {
29362
29362
  return isPrimitiveArrayEqual(this._values, other._values);