chore(release): 0.43.0 [skip ci]

This commit is contained in:
David Snelling 2025-08-05 16:10:18 -07:00
parent 52a43d51d4
commit e44d9e39f9
3 changed files with 33 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@soulcraft/brainy",
"version": "0.42.0",
"version": "0.43.0",
"description": "A vector graph database using HNSW indexing with Origin Private File System storage",
"main": "dist/index.js",
"module": "dist/index.js",
@ -48,7 +48,7 @@
"scripts": {
"prebuild": "echo 'Prebuild step - no version generation needed'",
"build": "tsc",
"build:framework": "tsc",
"build:framework": "tsc",
"start": "node dist/framework.js",
"demo": "npm run build && cd demo/brainy-angular-demo && npm run build && npm run serve",
"prepare": "npm run build",