@astrojs/solid-js
Advanced tools
Comparing version 0.4.0 to 0.4.1
# @astrojs/solid-js | ||
## 0.4.1 | ||
### Patch Changes | ||
- [#3937](https://github.com/withastro/astro/pull/3937) [`31f9c0bf0`](https://github.com/withastro/astro/commit/31f9c0bf029ffa4b470e620f2c32e1370643e81e) Thanks [@delucis](https://github.com/delucis)! - Roll back supported Node engines | ||
## 0.4.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@astrojs/solid-js", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Use Solid components within Astro", | ||
@@ -33,3 +33,3 @@ "type": "module", | ||
"devDependencies": { | ||
"astro": "1.0.0-beta.70", | ||
"astro": "1.0.0-beta.73", | ||
"astro-scripts": "0.0.6", | ||
@@ -42,3 +42,3 @@ "solid-js": "^1.4.3" | ||
"engines": { | ||
"node": "^14.20.0 || >=16.14.0" | ||
"node": "^14.18.0 || >=16.12.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
18605