@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
|
@@ -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.
|
|
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.
|
|
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
|
|
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
|
|
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;
|