@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.
@@ -4,7 +4,7 @@ import { Logger, LogLevel } from '@firebase/logger';
4
4
  import { FirebaseError, getDefaultEmulatorHostnameAndPort, deepEqual, createMockUserToken, getModularInstance } from '@firebase/util';
5
5
  import { Integer } from '@firebase/webchannel-wrapper/bloom-blob';
6
6
 
7
- const E = "4.7.7-canary.c8e5b3e77";
7
+ const E = "4.7.7-canary.dcfb3da2e";
8
8
 
9
9
  /**
10
10
  * @license
@@ -65,7 +65,7 @@ User.MOCK_USER = new User("mock-user");
65
65
  * See the License for the specific language governing permissions and
66
66
  * limitations under the License.
67
67
  */
68
- let m = "11.3.0-canary.c8e5b3e77";
68
+ let m = "11.3.0-canary.dcfb3da2e";
69
69
 
70
70
  /**
71
71
  * @license
@@ -4959,7 +4959,7 @@ function doc(t, e, ...r) {
4959
4959
  */
4960
4960
  /**
4961
4961
  * Represents a vector type in Firestore documents.
4962
- * Create an instance with {@link FieldValue.vector}.
4962
+ * Create an instance with <code>{@link vector}</code>.
4963
4963
  *
4964
4964
  * @class VectorValue
4965
4965
  */
@@ -4978,7 +4978,7 @@ class VectorValue {
4978
4978
  return this._values.map((t => t));
4979
4979
  }
4980
4980
  /**
4981
- * Returns `true` if the two VectorValue has the same raw number arrays, returns `false` otherwise.
4981
+ * Returns `true` if the two `VectorValue` values have the same raw number arrays, returns `false` otherwise.
4982
4982
  */ isEqual(t) {
4983
4983
  return function __PRIVATE_isPrimitiveArrayEqual(t, e) {
4984
4984
  if (t.length !== e.length) return !1;