@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.
@@ -8,7 +8,7 @@ import { FirebaseError as _, base64 as c, DecodeBase64StringError as l, getDefau
8
8
 
9
9
  import { Integer as m } from "@firebase/webchannel-wrapper/bloom-blob";
10
10
 
11
- const A = "4.7.7-canary.c8e5b3e77";
11
+ const A = "4.7.7-canary.dcfb3da2e";
12
12
 
13
13
  /**
14
14
  * @license
@@ -69,7 +69,7 @@ User.MOCK_USER = new User("mock-user");
69
69
  * See the License for the specific language governing permissions and
70
70
  * limitations under the License.
71
71
  */
72
- let T = "11.3.0-canary.c8e5b3e77";
72
+ let T = "11.3.0-canary.dcfb3da2e";
73
73
 
74
74
  /**
75
75
  * @license
@@ -4971,7 +4971,7 @@ function doc(t, e, ...r) {
4971
4971
  */
4972
4972
  /**
4973
4973
  * Represents a vector type in Firestore documents.
4974
- * Create an instance with {@link FieldValue.vector}.
4974
+ * Create an instance with <code>{@link vector}</code>.
4975
4975
  *
4976
4976
  * @class VectorValue
4977
4977
  */
@@ -4990,7 +4990,7 @@ class VectorValue {
4990
4990
  return this._values.map((t => t));
4991
4991
  }
4992
4992
  /**
4993
- * Returns `true` if the two VectorValue has the same raw number arrays, returns `false` otherwise.
4993
+ * Returns `true` if the two `VectorValue` values have the same raw number arrays, returns `false` otherwise.
4994
4994
  */ isEqual(t) {
4995
4995
  return function __PRIVATE_isPrimitiveArrayEqual(t, e) {
4996
4996
  if (t.length !== e.length) return !1;