fix(build): modernize project configuration, dependencies, and node-based test setup

This commit is contained in:
2026-05-01 18:10:45 +00:00
parent d10ec8d81f
commit 4209d7767b
11 changed files with 4903 additions and 3721 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartntml',
version: '2.0.8',
version: '2.0.9',
description: 'Provides lit-html rendering capabilities for backend applications.'
}
-3
View File
@@ -1,8 +1,5 @@
// @ts-ignore
import './instrument/happydom.js';
import { Smartntml } from './classes.smartntml.js';
export { Smartntml };
import * as deesElement from '@design.estate/dees-element';
export { deesElement };
-7
View File
@@ -1,11 +1,4 @@
// @pushrocks scope
import * as smartpromise from '@push.rocks/smartpromise';
export { smartpromise };
// designestate
import * as deesElement from '@design.estate/dees-element';
export { deesElement };
// third party scope