From cd5cee545b6dac2e3584026b4a9a47a227e8e72e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 28 May 2022 20:17:17 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a77f8f1..7bc5fec 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartntml', - version: '1.0.5', + version: '1.0.6', description: 'lit-html for the backend' } diff --git a/ts/index.ts b/ts/index.ts index 959b759..943f9a2 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,6 +1,7 @@ import * as plugins from './smartntml.plugins.js'; import type * as litTypes from 'lit'; +export type { TemplateResult } from 'lit'; export class Smartntml { // STATIC