document-dataply 0.0.7-alpha.0 → 0.0.7-alpha.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/dist/cjs/index.js CHANGED
@@ -10540,10 +10540,7 @@ var DocumentDataplyAPI = class extends import_dataply3.DataplyAPI {
10540
10540
  for (const token of matchedTokens) {
10541
10541
  const pairs = await candidate.tree.where(
10542
10542
  { primaryEqual: { v: token } },
10543
- {
10544
- filterValues,
10545
- order
10546
- }
10543
+ { order }
10547
10544
  );
10548
10545
  for (const c of pairs.values()) {
10549
10546
  if (!c || typeof c.k !== "number") continue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "document-dataply",
3
- "version": "0.0.7-alpha.0",
3
+ "version": "0.0.7-alpha.1",
4
4
  "description": "Simple and powerful JSON document database supporting complex queries and flexible indexing policies.",
5
5
  "license": "MIT",
6
6
  "author": "izure <admin@izure.org>",