fix(core): update

This commit is contained in:
2024-05-28 00:28:33 +02:00
parent 48989c17c7
commit d7c3f035ec
7 changed files with 5280 additions and 3230 deletions

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartntml',
version: '2.0.4',
description: 'lit-html for the backend'
name: '@push.rocks/smartntml',
version: '2.0.5',
description: 'Provides lit-html rendering capabilities for backend applications.'
}

View File

@ -1,7 +1,7 @@
import './instrument/happydom.js';
import * as plugins from './smartntml.plugins.js';
import * as deesElement from '@designestate/dees-element';
import * as deesElement from '@design.estate/dees-element';
export { deesElement };
export class Smartntml {

View File

@ -1,10 +1,10 @@
// @pushrocks scope
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartpromise from '@push.rocks/smartpromise';
export { smartpromise };
// designestate
import * as deesElement from '@designestate/dees-element';
import * as deesElement from '@design.estate/dees-element';
export { deesElement };