@ahoo-wang/fetcher-wow 2.12.8 → 2.13.0
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +8 -8
- package/dist/index.es.js.map +1 -1
- package/dist/query/condition.d.ts +1 -1
- package/dist/query/condition.d.ts.map +1 -1
- package/dist/query/snapshot/snapshotQueryClient.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -75,16 +75,16 @@ function at(...t) {
|
|
|
75
75
|
function Gt(...t) {
|
|
76
76
|
return t.length === 0 ? G() : { operator: e.NOR, children: t };
|
|
77
77
|
}
|
|
78
|
-
function
|
|
78
|
+
function gt(t) {
|
|
79
79
|
return { operator: e.ID, value: t };
|
|
80
80
|
}
|
|
81
|
-
function
|
|
81
|
+
function Ct(t) {
|
|
82
82
|
return { operator: e.IDS, value: t };
|
|
83
83
|
}
|
|
84
|
-
function
|
|
84
|
+
function x(t) {
|
|
85
85
|
return { operator: e.AGGREGATE_ID, value: t };
|
|
86
86
|
}
|
|
87
|
-
function
|
|
87
|
+
function q(t) {
|
|
88
88
|
return { operator: e.AGGREGATE_IDS, value: t };
|
|
89
89
|
}
|
|
90
90
|
function Mt(t) {
|
|
@@ -713,8 +713,8 @@ export {
|
|
|
713
713
|
f as SnapshotQueryEndpointPaths,
|
|
714
714
|
$ as SortDirection,
|
|
715
715
|
Pt as active,
|
|
716
|
-
|
|
717
|
-
|
|
716
|
+
x as aggregateId,
|
|
717
|
+
q as aggregateIds,
|
|
718
718
|
G as all,
|
|
719
719
|
vt as allIn,
|
|
720
720
|
it as and,
|
|
@@ -737,8 +737,8 @@ export {
|
|
|
737
737
|
Kt as exists,
|
|
738
738
|
rt as gt,
|
|
739
739
|
$t as gte,
|
|
740
|
-
|
|
741
|
-
|
|
740
|
+
gt as id,
|
|
741
|
+
Ct as ids,
|
|
742
742
|
v as ignoreCaseOptions,
|
|
743
743
|
jt as isFalse,
|
|
744
744
|
Xt as isIn,
|