2 Commits

Author SHA1 Message Date
9fa8754a15 1.0.7 2022-05-28 23:52:46 +02:00
6ff92ff880 fix(core): update 2022-05-28 23:52:46 +02:00
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/smartntml",
"version": "1.0.6",
"version": "1.0.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smartntml",
"version": "1.0.6",
"version": "1.0.7",
"license": "MIT",
"dependencies": {
"@happy-dom/global-registrator": "^4.1.0",

View File

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

View File

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

View File

@ -22,7 +22,7 @@ export class Smartntml {
}
// INSTANCE
render: typeof litTypes.render;
private render: typeof litTypes.render;
html: typeof litTypes.html;
constructor() {