@capri-js/preact
Advanced tools
Comparing version 1.0.0-next.2 to 1.0.0
@@ -0,1 +1,16 @@ | ||
# @capri-js/preact 1.0.0 (2022-05-30) | ||
### Bug Fixes | ||
* prepare for initial release ([483f930](https://github.com/capri-js/capri/commit/483f9300986faba9cdd1d47f85b6e7173c11a797)) | ||
### Dependencies | ||
* **@capri-js/vite-plugin:** upgraded to 1.0.0 | ||
# @capri-js/preact [1.0.0-next.2](https://github.com/capri-js/capri/compare/@capri-js/preact@1.0.0-next.1...@capri-js/preact@1.0.0-next.2) (2022-05-29) | ||
@@ -2,0 +17,0 @@ |
{ | ||
"name": "@capri-js/preact", | ||
"version": "1.0.0-next.2", | ||
"version": "1.0.0", | ||
"description": "", | ||
@@ -16,3 +16,3 @@ "author": "Felix Gnass <fgnass@gmail.com>", | ||
"dependencies": { | ||
"@capri-js/vite-plugin": "^1.0.0-next.2", | ||
"@capri-js/vite-plugin": "^1.0.0", | ||
"preact-iso": "^2.3.0" | ||
@@ -19,0 +19,0 @@ }, |
@@ -0,3 +1,3 @@ | ||
import { VNode } from "preact"; | ||
import { prerender as render } from "preact-iso"; | ||
import { VNode } from "preact"; | ||
@@ -4,0 +4,0 @@ export async function prerender(vnode: VNode<any>) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4214
1
Updated@capri-js/vite-plugin@^1.0.0