From 6ff92ff88076362da1d2008e1f44903e92d7a667 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 28 May 2022 23:52:46 +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 7bc5fec..f571f1a 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.6', + version: '1.0.7', description: 'lit-html for the backend' } diff --git a/ts/index.ts b/ts/index.ts index 943f9a2..180f404 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -22,7 +22,7 @@ export class Smartntml { } // INSTANCE - render: typeof litTypes.render; + private render: typeof litTypes.render; html: typeof litTypes.html; constructor() {