@soulcraft/brainy 2.0.0 → 2.0.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 +4 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # Brainy
2
2
 
3
3
  <p align="center">
4
- <img src="brainy.png" alt="Brainy Logo" width="200">
4
+ <img src="https://raw.githubusercontent.com/soulcraftlabs/brainy/main/brainy.png" alt="Brainy Logo" width="200">
5
5
  </p>
6
6
 
7
- [![npm version](https://badge.fury.io/js/brainy.svg)](https://www.npmjs.com/package/brainy)
8
- [![npm downloads](https://img.shields.io/npm/dm/brainy.svg)](https://www.npmjs.com/package/brainy)
7
+ [![npm version](https://badge.fury.io/js/%40soulcraft%2Fbrainy.svg)](https://www.npmjs.com/package/@soulcraft/brainy)
8
+ [![npm downloads](https://img.shields.io/npm/dm/@soulcraft/brainy.svg)](https://www.npmjs.com/package/@soulcraft/brainy)
9
9
  [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
10
10
  [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](https://www.typescriptlang.org/)
11
11
 
@@ -26,7 +26,7 @@ The industry's first truly zero-configuration AI database that combines vector s
26
26
  ## ⚡ Quick Start
27
27
 
28
28
  ```bash
29
- npm install brainy
29
+ npm install @soulcraft/brainy
30
30
  ```
31
31
 
32
32
  ```javascript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soulcraft/brainy",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Multi-Dimensional AI Database - Vector search, graph relationships, field filtering with Triple Intelligence Engine, HNSW indexing and universal storage",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -98,13 +98,13 @@
98
98
  "publishConfig": {
99
99
  "access": "public"
100
100
  },
101
- "homepage": "https://github.com/brainy-org/brainy",
101
+ "homepage": "https://github.com/soulcraftlabs/brainy",
102
102
  "bugs": {
103
- "url": "https://github.com/brainy-org/brainy/issues"
103
+ "url": "https://github.com/soulcraftlabs/brainy/issues"
104
104
  },
105
105
  "repository": {
106
106
  "type": "git",
107
- "url": "git+https://github.com/brainy-org/brainy.git"
107
+ "url": "git+https://github.com/soulcraftlabs/brainy.git"
108
108
  },
109
109
  "files": [
110
110
  "dist/**/*.js",