From 1c8fef7a07c18c0478771752797fde519e740e77 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 1 May 2023 14:02:25 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 614611c..ca785a8 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartntml', - version: '2.0.3', + version: '2.0.4', description: 'lit-html for the backend' } diff --git a/ts/index.ts b/ts/index.ts index fa48155..531c2ae 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,7 +1,7 @@ import './instrument/happydom.js'; import * as plugins from './smartntml.plugins.js'; -const deesElement = plugins.deesElement; +import * as deesElement from '@designestate/dees-element'; export { deesElement }; export class Smartntml {