chore(release): 3.25.0

This commit is contained in:
David Snelling 2025-10-07 11:56:11 -07:00
parent 8939f59f74
commit df13c196be
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.25.0](https://github.com/soulcraftlabs/brainy/compare/v3.24.0...v3.25.0) (2025-10-07)
- test: skip GitBridge Integration test (empty suite) (8939f59)
- test: skip batch-operations-fixed tests (flaky order test) (d582069)
- test: skip comprehensive VFS tests (pre-existing failures) (1d786f6)
- feat: add resolvePathToId() method and fix test issues (2931aa2)
### [3.24.0](https://github.com/soulcraftlabs/brainy/compare/v3.23.1...v3.24.0) (2025-10-07)
- feat: simplify sharding to fixed depth-1 for reliability and performance (87515b9)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@soulcraft/brainy",
"version": "3.24.0",
"version": "3.25.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",