@astrojs/solid-js
Advanced tools
Comparing version 1.0.0 to 1.1.0
# @astrojs/solid-js | ||
## 1.1.0 | ||
### Minor Changes | ||
- [#4496](https://github.com/withastro/astro/pull/4496) [`824a2addd`](https://github.com/withastro/astro/commit/824a2adddd09f57ad3f4bd950a1fbf65b6f9d833) Thanks [@mzaien](https://github.com/mzaien)! - Update solid to 1.5 | ||
## 1.0.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@astrojs/solid-js", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Use Solid components within Astro", | ||
@@ -25,4 +25,4 @@ "type": "module", | ||
"./*": "./*", | ||
"./client.js": "./client.js", | ||
"./server.js": "./server.js", | ||
"./client.js": "./dist/client.js", | ||
"./server.js": "./dist/server.js", | ||
"./package.json": "./package.json" | ||
@@ -34,5 +34,5 @@ }, | ||
"devDependencies": { | ||
"astro": "1.0.0", | ||
"astro": "1.1.0", | ||
"astro-scripts": "0.0.7", | ||
"solid-js": "^1.4.3" | ||
"solid-js": "^1.5.1" | ||
}, | ||
@@ -39,0 +39,0 @@ "peerDependencies": { |
@@ -19,7 +19,7 @@ # @astrojs/solid-js 💙 | ||
# Using NPM | ||
npx astro add solid | ||
npm run astro add solid | ||
# Using Yarn | ||
yarn astro add solid | ||
# Using PNPM | ||
pnpx astro add solid | ||
pnpm astro add solid | ||
``` | ||
@@ -26,0 +26,0 @@ |
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
24485
21
370
1