@soulcraft/brainy 2.14.1 → 2.14.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.
@@ -117,22 +117,6 @@ export declare abstract class BaseStorageAdapter implements StorageAdapter {
117
117
  hasMore: boolean;
118
118
  nextCursor?: string;
119
119
  }>;
120
- /**
121
- * Count total number of nouns (optional)
122
- * WARNING: Implementations should be efficient for large datasets.
123
- * Consider caching counts or using database COUNT operations.
124
- * @param filter Optional filter criteria
125
- * @returns Promise that resolves to the count
126
- */
127
- countNouns?(filter?: any): Promise<number>;
128
- /**
129
- * Count total number of verbs (optional)
130
- * WARNING: Implementations should be efficient for large datasets.
131
- * Consider caching counts or using database COUNT operations.
132
- * @param filter Optional filter criteria
133
- * @returns Promise that resolves to the count
134
- */
135
- countVerbs?(filter?: any): Promise<number>;
136
120
  protected statisticsCache: StatisticsData | null;
137
121
  protected statisticsBatchUpdateTimerId: NodeJS.Timeout | null;
138
122
  protected statisticsModified: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soulcraft/brainy",
3
- "version": "2.14.1",
3
+ "version": "2.14.2",
4
4
  "description": "Universal Knowledge Protocol™ - World's first Triple Intelligence database unifying vector, graph, and document search in one API. 31 nouns × 40 verbs for infinite expressiveness.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",