@soulcraft/brainy 5.10.1 → 5.10.3
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/CHANGELOG.md +10 -0
- package/README.md +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [5.10.3](https://github.com/soulcraftlabs/brainy/compare/v5.10.2...v5.10.3) (2025-11-14)
|
|
6
|
+
|
|
7
|
+
- docs: add production service architecture guide to public docs (759e7fa)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### [5.10.2](https://github.com/soulcraftlabs/brainy/compare/v5.10.1...v5.10.2) (2025-11-14)
|
|
11
|
+
|
|
12
|
+
- docs: remove external project references from documentation (ccd6c54)
|
|
13
|
+
|
|
14
|
+
|
|
5
15
|
### [5.10.1](https://github.com/soulcraftlabs/brainy/compare/v5.10.0...v5.10.1) (2025-11-14)
|
|
6
16
|
|
|
7
17
|
### 🚨 CRITICAL BUG FIX - Blob Integrity Regression
|
package/README.md
CHANGED
|
@@ -197,6 +197,7 @@ const brain = new Brainy({
|
|
|
197
197
|
})
|
|
198
198
|
```
|
|
199
199
|
**Scale:** Thousands to hundreds of thousands • **Performance:** <5ms queries
|
|
200
|
+
**→ [Production Service Architecture](docs/PRODUCTION_SERVICE_ARCHITECTURE.md)** — Singleton patterns, caching, and scaling for Express/Node.js services
|
|
200
201
|
|
|
201
202
|
### 🏢 Growing Company → Multi-Million Scale
|
|
202
203
|
```javascript
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soulcraft/brainy",
|
|
3
|
-
"version": "5.10.
|
|
3
|
+
"version": "5.10.3",
|
|
4
4
|
"description": "Universal Knowledge Protocol™ - World's first Triple Intelligence database unifying vector, graph, and document search in one API. Stage 3 CANONICAL: 42 nouns × 127 verbs covering 96-97% of all human knowledge.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|