@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.
package/dist/index.d.ts CHANGED
@@ -2835,7 +2835,7 @@ export declare function vector(values?: number[]): VectorValue;
2835
2835
  */
2836
2836
  /**
2837
2837
  * Represents a vector type in Firestore documents.
2838
- * Create an instance with {@link FieldValue.vector}.
2838
+ * Create an instance with <code>{@link vector}</code>.
2839
2839
  *
2840
2840
  * @class VectorValue
2841
2841
  */
@@ -2846,7 +2846,7 @@ export declare class VectorValue {
2846
2846
  */
2847
2847
  toArray(): number[];
2848
2848
  /**
2849
- * Returns `true` if the two VectorValue has the same raw number arrays, returns `false` otherwise.
2849
+ * Returns `true` if the two `VectorValue` values have the same raw number arrays, returns `false` otherwise.
2850
2850
  */
2851
2851
  isEqual(other: VectorValue): boolean;
2852
2852
  }
@@ -5,7 +5,7 @@ import { FirebaseError, deepEqual, createMockUserToken, getModularInstance, getD
5
5
  import { Integer, Md5 } from '@firebase/webchannel-wrapper/bloom-blob';
6
6
  import { XhrIo, EventType, ErrorCode, createWebChannelTransport, getStatEventTarget, WebChannel, Event, Stat } from '@firebase/webchannel-wrapper/webchannel-blob';
7
7
 
8
- const b = "@firebase/firestore", S = "4.7.7-canary.c8e5b3e77";
8
+ const b = "@firebase/firestore", S = "4.7.7-canary.dcfb3da2e";
9
9
 
10
10
  /**
11
11
  * @license
@@ -67,7 +67,7 @@ User.MOCK_USER = new User("mock-user");
67
67
  * See the License for the specific language governing permissions and
68
68
  * limitations under the License.
69
69
  */
70
- let D = "11.3.0-canary.c8e5b3e77";
70
+ let D = "11.3.0-canary.dcfb3da2e";
71
71
 
72
72
  /**
73
73
  * @license
@@ -19628,7 +19628,7 @@ class AggregateField {
19628
19628
  */
19629
19629
  /**
19630
19630
  * Represents a vector type in Firestore documents.
19631
- * Create an instance with {@link FieldValue.vector}.
19631
+ * Create an instance with <code>{@link vector}</code>.
19632
19632
  *
19633
19633
  * @class VectorValue
19634
19634
  */ class VectorValue {
@@ -19646,7 +19646,7 @@ class AggregateField {
19646
19646
  return this._values.map((e => e));
19647
19647
  }
19648
19648
  /**
19649
- * Returns `true` if the two VectorValue has the same raw number arrays, returns `false` otherwise.
19649
+ * Returns `true` if the two `VectorValue` values have the same raw number arrays, returns `false` otherwise.
19650
19650
  */ isEqual(e) {
19651
19651
  return function __PRIVATE_isPrimitiveArrayEqual(e, t) {
19652
19652
  if (e.length !== t.length) return !1;