@dxos/echo-query 0.8.4-main.72ec0f3 → 0.8.4-main.7ace549

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/echo-query",
3
- "version": "0.8.4-main.72ec0f3",
3
+ "version": "0.8.4-main.7ace549",
4
4
  "description": "ECHO queries.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -32,20 +32,20 @@
32
32
  "@lezer/lezer": "^1.1.2",
33
33
  "@lezer/lr": "^1.4.2",
34
34
  "@orama/orama": "^3.1.7",
35
- "@dxos/debug": "0.8.4-main.72ec0f3",
36
- "@dxos/context": "0.8.4-main.72ec0f3",
37
- "@dxos/echo": "0.8.4-main.72ec0f3",
38
- "@dxos/errors": "0.8.4-main.72ec0f3",
39
- "@dxos/invariant": "0.8.4-main.72ec0f3",
40
- "@dxos/node-std": "0.8.4-main.72ec0f3",
41
- "@dxos/echo-protocol": "0.8.4-main.72ec0f3",
42
- "@dxos/util": "0.8.4-main.72ec0f3",
43
- "@dxos/vendor-quickjs": "0.8.4-main.72ec0f3"
35
+ "@dxos/context": "0.8.4-main.7ace549",
36
+ "@dxos/echo": "0.8.4-main.7ace549",
37
+ "@dxos/echo-protocol": "0.8.4-main.7ace549",
38
+ "@dxos/debug": "0.8.4-main.7ace549",
39
+ "@dxos/errors": "0.8.4-main.7ace549",
40
+ "@dxos/invariant": "0.8.4-main.7ace549",
41
+ "@dxos/node-std": "0.8.4-main.7ace549",
42
+ "@dxos/util": "0.8.4-main.7ace549",
43
+ "@dxos/vendor-quickjs": "0.8.4-main.7ace549"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@lezer/generator": "^1.7.1",
47
- "@dxos/echo-generator": "0.8.4-main.72ec0f3",
48
- "@dxos/random": "0.8.4-main.72ec0f3"
47
+ "@dxos/random": "0.8.4-main.7ace549",
48
+ "@dxos/echo-generator": "0.8.4-main.7ace549"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"
@@ -141,7 +141,7 @@ class FilterClass implements Echo.Filter<any> {
141
141
  });
142
142
  }
143
143
 
144
- static text(text: string, options?: Echo.Query.TextSearchOptions): Echo.Filter<any> {
144
+ static text(text: string, options?: Echo.Filter.TextSearchOptions): Echo.Filter<any> {
145
145
  return new FilterClass({
146
146
  type: 'text-search',
147
147
  text,