Comparing version 0.4.1 to 0.4.2
@@ -6,3 +6,3 @@ declare type TagNames = keyof HTMLElementTagNameMap; | ||
constructor(tagName: K); | ||
append(...children: (string | Node | Noliter<K>)[]): this; | ||
append(...children: (string | Node | Noliter<TagNames>)[]): this; | ||
attrs(...attributes: Primitive[]): this; | ||
@@ -9,0 +9,0 @@ props(...properties: Primitive[]): this; |
{ | ||
"name": "noliter", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Write code with no literal and get tiny bundle", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27229
0