4 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
eb9cae4be3 1.0.6 2022-05-28 20:17:17 +02:00
cd5cee545b fix(core): update 2022-05-28 20:17:17 +02:00
4 changed files with 6 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@pushrocks/smartntml",
"version": "1.0.5",
"version": "1.0.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@pushrocks/smartntml",
"version": "1.0.5",
"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.5",
"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.5',
version: '1.0.7',
description: 'lit-html for the backend'
}

View File

@ -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
@ -21,7 +22,7 @@ export class Smartntml {
}
// INSTANCE
render: typeof litTypes.render;
private render: typeof litTypes.render;
html: typeof litTypes.html;
constructor() {