@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.rn.js CHANGED
@@ -10,7 +10,7 @@ import { Integer as R, Md5 as V } from "@firebase/webchannel-wrapper/bloom-blob"
10
10
 
11
11
  import { XhrIo as m, EventType as f, ErrorCode as g, createWebChannelTransport as p, getStatEventTarget as y, WebChannel as w, Event as S, Stat as b } from "@firebase/webchannel-wrapper/webchannel-blob";
12
12
 
13
- const D = "@firebase/firestore", v = "4.7.7-canary.c8e5b3e77";
13
+ const D = "@firebase/firestore", v = "4.7.7-canary.dcfb3da2e";
14
14
 
15
15
  /**
16
16
  * @license
@@ -72,7 +72,7 @@ User.MOCK_USER = new User("mock-user");
72
72
  * See the License for the specific language governing permissions and
73
73
  * limitations under the License.
74
74
  */
75
- let C = "11.3.0-canary.c8e5b3e77";
75
+ let C = "11.3.0-canary.dcfb3da2e";
76
76
 
77
77
  /**
78
78
  * @license
@@ -19641,7 +19641,7 @@ class AggregateField {
19641
19641
  */
19642
19642
  /**
19643
19643
  * Represents a vector type in Firestore documents.
19644
- * Create an instance with {@link FieldValue.vector}.
19644
+ * Create an instance with <code>{@link vector}</code>.
19645
19645
  *
19646
19646
  * @class VectorValue
19647
19647
  */ class VectorValue {
@@ -19659,7 +19659,7 @@ class AggregateField {
19659
19659
  return this._values.map((e => e));
19660
19660
  }
19661
19661
  /**
19662
- * Returns `true` if the two VectorValue has the same raw number arrays, returns `false` otherwise.
19662
+ * Returns `true` if the two `VectorValue` values have the same raw number arrays, returns `false` otherwise.
19663
19663
  */ isEqual(e) {
19664
19664
  return function __PRIVATE_isPrimitiveArrayEqual(e, t) {
19665
19665
  if (e.length !== t.length) return !1;