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() {