chore(release): 3.34.0

This commit is contained in:
David Snelling 2025-10-09 18:33:37 -07:00
parent 1c5c77e144
commit 51e468bc15
3 changed files with 11 additions and 3 deletions

View file

@ -2,6 +2,14 @@
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.
### [3.34.0](https://github.com/soulcraftlabs/brainy/compare/v3.33.0...v3.34.0) (2025-10-09)
- test: adjust type-matching tests for real embeddings (v3.33.0) (1c5c77e)
- perf: pre-compute type embeddings at build time (zero runtime cost) (0d649b8)
- perf: optimize concept extraction for production (15x faster) (87eb60d)
- perf: implement smart count batching for 10x faster bulk operations (e52bcaf)
## [3.33.0](https://github.com/soulcraftlabs/brainy/compare/v3.32.5...v3.33.0) (2025-10-09)
### 🚀 Performance - Build-Time Type Embeddings (Zero Runtime Cost)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@soulcraft/brainy",
"version": "3.32.2",
"version": "3.34.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@soulcraft/brainy",
"version": "3.32.2",
"version": "3.34.0",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.540.0",

View file

@ -1,6 +1,6 @@
{
"name": "@soulcraft/brainy",
"version": "3.33.0",
"version": "3.34.0",
"description": "Universal Knowledge Protocol™ - World's first Triple Intelligence database unifying vector, graph, and document search in one API. 31 nouns × 40 verbs for infinite expressiveness.",
"main": "dist/index.js",
"module": "dist/index.js",