@k3000/store 1.5.0 → 1.5.1
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/generator.mjs +1 -1
- package/package.json +1 -1
package/generator.mjs
CHANGED
|
@@ -1314,7 +1314,7 @@ ${Object.entries(value).map(([k, v]) => {
|
|
|
1314
1314
|
|
|
1315
1315
|
if (${k}_2 === undefined) return super.findByValue($${k}, ${gen.set[v.type]}(${k}, $${k}))
|
|
1316
1316
|
|
|
1317
|
-
return super.findByRange($${k},
|
|
1317
|
+
return super.findByRange($${k}, ${gen.set[v.type]}(${k}, $${k}), ${gen.set[v.type]}(${k}_2, $${k}))
|
|
1318
1318
|
}`
|
|
1319
1319
|
}
|
|
1320
1320
|
|