@declaro/redis 2.0.0-beta.48 → 2.0.0-beta.50
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/bun/index.js +3 -2
- package/dist/bun/index.js.map +3 -3
- package/dist/node/index.cjs +1124 -1124
- package/dist/node/index.cjs.map +3 -3
- package/dist/node/index.js +1124 -1124
- package/dist/node/index.js.map +3 -3
- package/package.json +3 -3
package/dist/bun/index.js
CHANGED
|
@@ -38336,7 +38336,8 @@ var readMixin = defineMixin((h) => ({
|
|
|
38336
38336
|
var defaultMixin = defineMixin((h) => ({}));
|
|
38337
38337
|
var searchMixin = defineMixin((h) => ({
|
|
38338
38338
|
summary: { name: `${h.name}Summary` },
|
|
38339
|
-
filters: { name: `${h.name}Filters` }
|
|
38339
|
+
filters: { name: `${h.name}Filters` },
|
|
38340
|
+
sort: { name: `${h.name}Sort` }
|
|
38340
38341
|
}));
|
|
38341
38342
|
var writeMixin = defineMixin((h) => ({
|
|
38342
38343
|
input: { name: `${h.name}Input` }
|
|
@@ -38664,5 +38665,5 @@ export {
|
|
|
38664
38665
|
Config
|
|
38665
38666
|
};
|
|
38666
38667
|
|
|
38667
|
-
//# debugId=
|
|
38668
|
+
//# debugId=1A9921507F143D1564756E2164756E21
|
|
38668
38669
|
//# sourceMappingURL=index.js.map
|