fix(collectionfactory): isolate collection caching per database and add easy store replace semantics

This commit is contained in:
2026-04-07 16:24:42 +00:00
parent 97d9302e71
commit d30ce5ccc7
5 changed files with 134 additions and 6 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartdata',
version: '7.1.6',
version: '7.1.7',
description: 'An advanced library for NoSQL data organization and manipulation using TypeScript with support for MongoDB, data validation, collections, and custom data types.'
}