@lightningtv/solid
Advanced tools
Comparing version 0.0.10 to 0.0.11
import './jsx-runtime.js'; | ||
export { View } from './View.jsx'; | ||
export { Text } from './Text.jsx'; | ||
export * from '@lightningtv/core'; | ||
export * from './activeElement.js'; | ||
export * from './View.jsx'; | ||
export * from './Text.jsx'; | ||
export * from './utils.js'; | ||
export * from './render.js'; | ||
export { For, Show, Suspense, SuspenseList, Switch, Match, Index, ErrorBoundary, } from 'solid-js'; |
import './jsx-runtime.js'; | ||
export { View } from './View.jsx'; | ||
export { Text } from './Text.jsx'; | ||
export * from '@lightningtv/core'; | ||
export * from './activeElement.js'; | ||
export * from './View.jsx'; | ||
export * from './Text.jsx'; | ||
export * from './utils.js'; | ||
@@ -7,0 +7,0 @@ export * from './render.js'; |
{ | ||
"name": "@lightningtv/solid", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Lightning Renderer for Solid Universal", | ||
@@ -5,0 +5,0 @@ "type": "module", |
import './jsx-runtime.js'; | ||
export { View } from './View.jsx'; | ||
export { Text } from './Text.jsx'; | ||
export * from '@lightningtv/core'; | ||
export * from './activeElement.js'; | ||
export * from './View.jsx'; | ||
export * from './Text.jsx'; | ||
export * from './utils.js'; | ||
@@ -7,0 +7,0 @@ export * from './render.js'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
159975
0