@soulcraft/brainy 0.9.7 → 0.9.9
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/dist/utils/version.d.ts +1 -1
- package/package.json +2 -1
package/dist/utils/version.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soulcraft/brainy",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.9",
|
|
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",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"start": "node dist/unified.js",
|
|
35
35
|
"demo": "npm run build && npm run build:browser && npx http-server -o /index.html",
|
|
36
36
|
"cli": "node ./cli-wrapper.js",
|
|
37
|
+
"version": "node scripts/generate-version.js",
|
|
37
38
|
"version:patch": "npm version patch",
|
|
38
39
|
"version:minor": "npm version minor",
|
|
39
40
|
"version:major": "npm version major",
|