fix(watcher): Update dependencies, tooling and watcher import; add .serena cache ignore

This commit is contained in:
2025-11-16 18:19:57 +00:00
parent 7fab4e5dd0
commit 59186d84a9
9 changed files with 10074 additions and 1320 deletions

View File

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

View File

@@ -1,6 +1,6 @@
import { SmartDataDbDoc } from './classes.doc.js';
import * as plugins from './plugins.js';
import { EventEmitter } from 'events';
import { EventEmitter } from 'node:events';
/**
* a wrapper for the native mongodb cursor. Exposes better