Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
9fa8754a15 | |||
6ff92ff880 | |||
eb9cae4be3 | |||
cd5cee545b |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartntml",
|
"name": "@pushrocks/smartntml",
|
||||||
"version": "1.0.5",
|
"version": "1.0.7",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@pushrocks/smartntml",
|
"name": "@pushrocks/smartntml",
|
||||||
"version": "1.0.5",
|
"version": "1.0.7",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@happy-dom/global-registrator": "^4.1.0",
|
"@happy-dom/global-registrator": "^4.1.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartntml",
|
"name": "@pushrocks/smartntml",
|
||||||
"version": "1.0.5",
|
"version": "1.0.7",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "lit-html for the backend",
|
"description": "lit-html for the backend",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartntml',
|
name: '@pushrocks/smartntml',
|
||||||
version: '1.0.5',
|
version: '1.0.7',
|
||||||
description: 'lit-html for the backend'
|
description: 'lit-html for the backend'
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
import * as plugins from './smartntml.plugins.js';
|
import * as plugins from './smartntml.plugins.js';
|
||||||
|
|
||||||
import type * as litTypes from 'lit';
|
import type * as litTypes from 'lit';
|
||||||
|
export type { TemplateResult } from 'lit';
|
||||||
|
|
||||||
export class Smartntml {
|
export class Smartntml {
|
||||||
// STATIC
|
// STATIC
|
||||||
@ -21,7 +22,7 @@ export class Smartntml {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// INSTANCE
|
// INSTANCE
|
||||||
render: typeof litTypes.render;
|
private render: typeof litTypes.render;
|
||||||
html: typeof litTypes.html;
|
html: typeof litTypes.html;
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
|
Reference in New Issue
Block a user