fix(core): update

This commit is contained in:
2024-05-28 10:40:38 +02:00
parent 7402967715
commit caa1e60cf6
4 changed files with 81 additions and 56 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartntml',
version: '2.0.6',
version: '2.0.7',
description: 'Provides lit-html rendering capabilities for backend applications.'
}

View File

@ -1,4 +1,5 @@
import './instrument/happydom.js';
import * as plugins from './smartntml.plugins.js';
import * as deesElement from '@design.estate/dees-element';