Skip to content

Commit

Permalink
Merge pull request #49 from oramasearch/feat/ORM-1883-multi-index-ser…
Browse files Browse the repository at this point in the history
…ach-support-fixes

feat: ORM-1883 multi index search improvments and fixes
  • Loading branch information
matijagaspar authored Nov 6, 2024
2 parents 0e89661 + a50fb08 commit 3c38f27
Show file tree
Hide file tree
Showing 10 changed files with 3,146 additions and 3,644 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oramacloud/client",
"version": "1.3.19",
"version": "1.3.20",
"description": "Orama SDK for Node.js, Deno, and Browsers",
"type": "module",
"sideEffects": false,
Expand Down Expand Up @@ -30,7 +30,7 @@
"format": "bunx @biomejs/biome format src --write",
"build": "npm run build:lib && npm run build:react && npm run build:vue",
"dev": "run-p watch:lib watch:react watch:vue",
"watch:lib": "tsup --config tsup.lib.js --watch",
"watch:lib": "tsup --config tsup.lib.js --watch src",
"watch:react": "tsup --config tsup.react.js --watch",
"watch:vue": "tsup --config tsup.vue.js --watch",
"build:lib": "tsup --config tsup.lib.js",
Expand Down
Loading

0 comments on commit 3c38f27

Please sign in to comment.