@soulcraft/brainy 0.62.1 → 0.62.2

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 +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,9 +9,8 @@
9
9
  [![Node.js](https://img.shields.io/badge/node-%3E%3D24.4.1-brightgreen.svg)](https://nodejs.org/)
10
10
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.4.5-blue.svg)](https://www.typescriptlang.org/)
11
11
 
12
- # 🧠 BRAINY: Your AI-Powered Second Brain
12
+ # 🧠 The World's First Multi-Dimensional AI Database™
13
13
 
14
- **The World's First Multi-Dimensional AI Database™**
15
14
  *Vector similarity • Graph relationships • Metadata facets • Neural understanding*
16
15
 
17
16
  **Build AI apps that actually understand your data - in minutes, not months**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soulcraft/brainy",
3
- "version": "0.62.1",
3
+ "version": "0.62.2",
4
4
  "description": "Multi-Dimensional AI Database - Vector similarity, graph relationships, metadata facets with HNSW indexing and OPFS storage",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",