@astrojs/solid-js
Advanced tools
Comparing version 4.0.1 to 4.1.0
import { | ||
NoHydration, | ||
Suspense, | ||
createComponent, | ||
generateHydrationScript, | ||
NoHydration, | ||
renderToString, | ||
renderToStringAsync, | ||
ssr, | ||
Suspense | ||
ssr | ||
} from "solid-js/web"; | ||
@@ -10,0 +10,0 @@ import { getContext, incrementId } from "./context.js"; |
{ | ||
"name": "@astrojs/solid-js", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"description": "Use Solid components within Astro", | ||
@@ -37,3 +37,3 @@ "type": "module", | ||
"solid-js": "^1.8.5", | ||
"astro": "4.1.1", | ||
"astro": "4.6.0", | ||
"astro-scripts": "0.0.14" | ||
@@ -45,3 +45,3 @@ }, | ||
"engines": { | ||
"node": ">=18.14.1" | ||
"node": "^18.17.1 || ^20.3.0 || >=21.0.0" | ||
}, | ||
@@ -48,0 +48,0 @@ "publishConfig": { |
14643