@soulcraft/brainy 0.9.15 → 0.9.16
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/README.md +1 -1
- package/dist/cli.js +1 -1
- package/dist/utils/version.d.ts +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://nodejs.org/)
|
|
7
7
|
[](https://www.typescriptlang.org/)
|
|
8
8
|
[](CONTRIBUTING.md)
|
|
9
|
-
[](https://www.npmjs.com/package/@soulcraft/brainy)
|
|
10
10
|
|
|
11
11
|
[//]: # ([](https://github.com/sodal-project/cartographer))
|
|
12
12
|
|
package/dist/cli.js
CHANGED
|
@@ -13426,7 +13426,7 @@ var omelette = /*@__PURE__*/getDefaultExportFromCjs(omeletteExports);
|
|
|
13426
13426
|
* This file is auto-generated during the build process.
|
|
13427
13427
|
* Do not modify this file directly.
|
|
13428
13428
|
*/
|
|
13429
|
-
const VERSION = '0.9.
|
|
13429
|
+
const VERSION = '0.9.16';
|
|
13430
13430
|
|
|
13431
13431
|
/**
|
|
13432
13432
|
* Brainy CLI
|
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.16",
|
|
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",
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
"format": "prettier --write \"src/**/*.{ts,js}\"",
|
|
45
45
|
"check-format": "prettier --check \"src/**/*.{ts,js}\"",
|
|
46
46
|
"check-style": "node scripts/check-code-style.js",
|
|
47
|
+
"prepare": "npm run build && npm run build:cli",
|
|
47
48
|
"deploy": "npm run build && npm publish",
|
|
48
49
|
"deploy:cloud:aws": "cd cloud-wrapper && npm run build && npm run deploy:aws",
|
|
49
50
|
"deploy:cloud:gcp": "cd cloud-wrapper && npm run build && npm run deploy:gcp",
|