@brainwires/idbvec 0.1.0 → 0.1.1

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 (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,14 +17,14 @@ A high-performance client-side vector database built with Rust/WebAssembly and I
17
17
  ┌─────────────────────────────────┐
18
18
  │ TypeScript API (wrapper.ts) │
19
19
  ├─────────────────────────────────┤
20
- │ WASM Module (Rust)
21
- │ - HNSW Index
22
- │ - Distance Metrics
23
- │ - Vector Operations
20
+ │ WASM Module (Rust)
21
+ │ - HNSW Index
22
+ │ - Distance Metrics
23
+ │ - Vector Operations
24
24
  ├─────────────────────────────────┤
25
- │ IndexedDB Storage
26
- │ - Persistent State
27
- │ - Automatic Serialization
25
+ │ IndexedDB Storage
26
+ │ - Persistent State
27
+ │ - Automatic Serialization
28
28
  └─────────────────────────────────┘
29
29
  ```
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brainwires/idbvec",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Client-side vector database built on IndexedDB with WASM",
5
5
  "main": "wrapper.js",
6
6
  "types": "wrapper.d.ts",