@astrojs/svelte
Advanced tools
Comparing version 0.4.0 to 0.4.1
# @astrojs/svelte | ||
## 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/svelte", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Use Svelte components within Astro", | ||
@@ -38,3 +38,3 @@ "type": "module", | ||
"devDependencies": { | ||
"astro": "1.0.0-beta.70", | ||
"astro": "1.0.0-beta.73", | ||
"astro-scripts": "0.0.6", | ||
@@ -47,3 +47,3 @@ "svelte": "^3.48.0" | ||
"engines": { | ||
"node": "^14.20.0 || >=16.14.0" | ||
"node": "^14.18.0 || >=16.12.0" | ||
}, | ||
@@ -50,0 +50,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
21584