@voltro/plugin-search 0.55.0 → 0.56.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +497 -0
  2. package/dist/index.js +114 -113
  3. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voltro/plugin-search",
3
- "version": "0.55.0",
3
+ "version": "0.56.0",
4
4
  "description": "Keep an external search index (Typesense / Meilisearch / Algolia) in sync with framework tables via the post-commit ChangeEvent tap, then query it — tenant-scoped, with a backfill path and a useSearch() hook.",
5
5
  "keywords": [
6
6
  "voltro",
@@ -43,9 +43,9 @@
43
43
  "node": ">=24.0.0"
44
44
  },
45
45
  "dependencies": {
46
- "@voltro/client": "0.55.0",
47
- "@voltro/database": "0.55.0",
48
- "@voltro/protocol": "0.55.0"
46
+ "@voltro/client": "0.56.0",
47
+ "@voltro/database": "0.56.0",
48
+ "@voltro/protocol": "0.56.0"
49
49
  },
50
50
  "optionalDependencies": {
51
51
  "algoliasearch": "^5.56.0",