@dereekb/firebase 12.0.0 → 12.0.2
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/index.cjs.js +1 -0
- package/index.esm.js +1 -0
- package/package.json +1 -1
- package/test/CHANGELOG.md +8 -0
- package/test/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -8283,6 +8283,7 @@ function firestoreIdentityTypeArrayName(input, separator = FIRESTORE_COLLECTION_
|
|
|
8283
8283
|
function firestoreIdentityTypeArray(input) {
|
|
8284
8284
|
const array = [];
|
|
8285
8285
|
let current = input;
|
|
8286
|
+
// eslint-disable-next-line no-constant-condition
|
|
8286
8287
|
while (true) {
|
|
8287
8288
|
array.push(current.collectionName);
|
|
8288
8289
|
if (current.type === 'nested') {
|
package/index.esm.js
CHANGED
|
@@ -8281,6 +8281,7 @@ function firestoreIdentityTypeArrayName(input, separator = FIRESTORE_COLLECTION_
|
|
|
8281
8281
|
function firestoreIdentityTypeArray(input) {
|
|
8282
8282
|
const array = [];
|
|
8283
8283
|
let current = input;
|
|
8284
|
+
// eslint-disable-next-line no-constant-condition
|
|
8284
8285
|
while (true) {
|
|
8285
8286
|
array.push(current.collectionName);
|
|
8286
8287
|
if (current.type === 'nested') {
|
package/package.json
CHANGED
package/test/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [12.0.2](https://github.com/dereekb/dbx-components/compare/v12.0.1-dev...v12.0.2) (2025-04-26)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## [12.0.1](https://github.com/dereekb/dbx-components/compare/v12.0.0-dev...v12.0.1) (2025-04-25)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
5
13
|
# [12.0.0](https://github.com/dereekb/dbx-components/compare/v11.1.8-dev...v12.0.0) (2025-04-23)
|
|
6
14
|
|
|
7
15
|
|