@duckedup/nidus 0.97.0 → 0.99.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.
package/README.md CHANGED
@@ -1,8 +1,9 @@
1
1
  # @duckedup/nidus
2
2
 
3
- The JavaScript/TypeScript client for [nidus](https://nidus.duckedup.org), a small,
4
- fast vector store. This package connects to a running `nidus serve` instance over
5
- HTTP, whether it's on your laptop or a remote host.
3
+ The JavaScript/TypeScript client for [nidus](https://nidus.duckedup.org), a pure-Rust
4
+ vector store with full-text search that runs anywhere Rust runs. This package connects
5
+ to a running `nidus serve` instance over HTTP, whether it's on your laptop or a remote
6
+ host.
6
7
 
7
8
  It is a **remote client**: zero runtime dependencies, built on the platform-global
8
9
  `fetch`, so it runs unchanged on Node 18+, Deno, Bun, Cloudflare Workers, and in the
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duckedup/nidus",
3
- "version": "0.97.0",
3
+ "version": "0.99.0",
4
4
  "description": "JavaScript/TypeScript client for nidus — a small, fast vector store. Connects to a local or remote `nidus serve` over HTTP.",
5
5
  "type": "module",
6
6
  "license": "MIT",