@soulcraft/brainy 0.34.0 → 0.35.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soulcraft/brainy",
3
- "version": "0.34.0",
3
+ "version": "0.35.0",
4
4
  "description": "A vector graph database using HNSW indexing with Origin Private File System storage",
5
5
  "main": "dist/unified.js",
6
6
  "module": "dist/unified.js",
@@ -72,6 +72,7 @@
72
72
  "test:specialized": "vitest run tests/specialized-scenarios.test.ts",
73
73
  "test:performance": "vitest run tests/performance.test.ts",
74
74
  "test:comprehensive": "npm run test:error-handling && npm run test:edge-cases && npm run test:storage && npm run test:environments && npm run test:specialized",
75
+ "_generate-pdf": "node dev/scripts/generate-architecture-pdf.js",
75
76
  "_release": "standard-version",
76
77
  "_release:patch": "standard-version --release-as patch",
77
78
  "_release:minor": "standard-version --release-as minor",
@@ -151,7 +152,7 @@
151
152
  "happy-dom": "^18.0.1",
152
153
  "jsdom": "^26.1.0",
153
154
  "node-fetch": "^3.3.2",
154
- "puppeteer": "^22.5.0",
155
+ "puppeteer": "^22.15.0",
155
156
  "rollup": "^4.13.0",
156
157
  "rollup-plugin-terser": "^7.0.2",
157
158
  "standard-version": "^9.5.0",