@lightningtv/solid
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -1,2 +0,2 @@ | ||
import { ElementNode, type Styles, type ElementText, TextNode } from '@lightningtv/core'; | ||
import { type ElementNode, type Styles, type ElementText, type TextNode } from '@lightningtv/core'; | ||
import type { JSXElement } from 'solid-js'; | ||
@@ -3,0 +3,0 @@ import { createRenderer } from 'solid-js/universal'; |
{ | ||
"name": "@lightningtv/solid", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Lightning Renderer for Solid Universal", | ||
@@ -5,0 +5,0 @@ "type": "module", |
import { | ||
ElementNode, | ||
type ElementNode, | ||
type Styles, | ||
type ElementText, | ||
TextNode, | ||
type TextNode, | ||
} from '@lightningtv/core'; | ||
@@ -7,0 +7,0 @@ import type { JSXElement } from 'solid-js'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
149410