@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/firestore/src/global_index.d.ts +2 -2
- package/dist/firestore/src/lite-api/vector_value.d.ts +2 -2
- package/dist/index.cjs.js +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.esm2017.js +4 -4
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.node.cjs.js +4 -4
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.node.mjs +4 -4
- package/dist/index.node.mjs.map +1 -1
- package/dist/index.rn.js +4 -4
- package/dist/index.rn.js.map +1 -1
- package/dist/internal.d.ts +2 -2
- package/dist/lite/firestore/src/lite-api/vector_value.d.ts +2 -2
- package/dist/lite/index.browser.esm2017.js +4 -4
- package/dist/lite/index.browser.esm2017.js.map +1 -1
- package/dist/lite/index.cjs.js +4 -4
- package/dist/lite/index.cjs.js.map +1 -1
- package/dist/lite/index.d.ts +2 -2
- package/dist/lite/index.node.cjs.js +4 -4
- package/dist/lite/index.node.cjs.js.map +1 -1
- package/dist/lite/index.node.mjs +4 -4
- package/dist/lite/index.node.mjs.map +1 -1
- package/dist/lite/index.rn.esm2017.js +4 -4
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/dist/lite/internal.d.ts +2 -2
- package/dist/lite/private.d.ts +2 -2
- package/dist/private.d.ts +2 -2
- package/package.json +9 -9
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.
|
|
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.
|
|
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
|
|
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
|
|
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;
|