2 Commits

Author SHA1 Message Date
a7281760ac 2.0.4 2023-05-01 14:02:26 +02:00
1c8fef7a07 fix(core): update 2023-05-01 14:02:25 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartntml", "name": "@pushrocks/smartntml",
"version": "2.0.3", "version": "2.0.4",
"private": false, "private": false,
"description": "lit-html for the backend", "description": "lit-html for the backend",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@pushrocks/smartntml', name: '@pushrocks/smartntml',
version: '2.0.3', version: '2.0.4',
description: 'lit-html for the backend' description: 'lit-html for the backend'
} }

View File

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