@soulcraft/brainy 1.1.1 → 1.1.2

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.
@@ -945,7 +945,6 @@ export declare class BrainyData<T = any> implements BrainyDataInterface<T> {
945
945
  * @deprecated Use add() instead - it's smart by default now
946
946
  * @hidden
947
947
  */
948
- addSmart(vectorOrData: Vector | any, metadata?: T, options?: any): Promise<string>;
949
948
  /**
950
949
  * Get the number of nouns in the database (excluding verbs)
951
950
  * This is used for statistics reporting to match the expected behavior in tests
@@ -3206,10 +3206,6 @@ export class BrainyData {
3206
3206
  * @deprecated Use add() instead - it's smart by default now
3207
3207
  * @hidden
3208
3208
  */
3209
- async addSmart(vectorOrData, metadata, options = {}) {
3210
- console.warn('⚠️ addSmart() is deprecated. Use add() instead - it\'s smart by default now!');
3211
- return this.add(vectorOrData, metadata, { ...options, process: 'auto' });
3212
- }
3213
3209
  /**
3214
3210
  * Get the number of nouns in the database (excluding verbs)
3215
3211
  * This is used for statistics reporting to match the expected behavior in tests
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soulcraft/brainy",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Multi-Dimensional AI Database - Vector similarity, graph relationships, metadata facets with HNSW indexing and OPFS storage",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -196,6 +196,8 @@
196
196
  "@vitejs/plugin-basic-ssl": "^2.1.0",
197
197
  "@vitest/coverage-v8": "^3.2.4",
198
198
  "@vitest/ui": "^3.2.4",
199
+ "aws-sdk-client-mock": "^4.1.0",
200
+ "aws-sdk-client-mock-jest": "^4.1.0",
199
201
  "buffer": "^6.0.3",
200
202
  "crypto-browserify": "^3.12.1",
201
203
  "eslint": "^9.0.0",