From d7d86ede0a19521305915be2635fd8207097dba4 Mon Sep 17 00:00:00 2001 From: davidmezzetti <561939+davidmezzetti@users.noreply.github.com> Date: Tue, 11 Feb 2025 14:28:38 -0500 Subject: [PATCH] Sync with txtai 8.3 API, closes #38 --- examples/node/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/node/package.json b/examples/node/package.json index b153429..5f795ec 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -2,7 +2,7 @@ "name": "txtai-node", "dependencies": { "sprintf-js": ">=1.1.2", - "txtai": ">=8.2.0" + "txtai": ">=8.3.0" }, "devDependencies": { "@babel/cli": ">=7.10.5", diff --git a/package.json b/package.json index 5453813..2c235b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "txtai", - "version": "8.2.0", + "version": "8.3.0", "author": "NeuML", "description": "JavaScript client for txtai", "license": "Apache-2.0",