@appsemble/preact
Advanced tools
Comparing version 0.18.14 to 0.18.15
@@ -13,3 +13,2 @@ import { BootstrapParams, Messages } from '@appsemble/sdk'; | ||
* @param Component - The Preact component to mount. | ||
* | ||
* @returns A promise which gets resolved if the component calls `ready()`. | ||
@@ -23,5 +22,3 @@ */ | ||
* @deprecated Use `useBlock()` instead. | ||
* | ||
* @param Component - The Preact componen to wrap. | ||
* | ||
* @returns The wrapper component. | ||
@@ -28,0 +25,0 @@ */ |
@@ -10,3 +10,2 @@ import { jsx as _jsx } from "preact/jsx-runtime"; | ||
* @param Component - The Preact component to mount. | ||
* | ||
* @returns A promise which gets resolved if the component calls `ready()`. | ||
@@ -33,5 +32,3 @@ */ | ||
* @deprecated Use `useBlock()` instead. | ||
* | ||
* @param Component - The Preact componen to wrap. | ||
* | ||
* @returns The wrapper component. | ||
@@ -38,0 +35,0 @@ */ |
{ | ||
"name": "@appsemble/preact", | ||
"version": "0.18.14", | ||
"version": "0.18.15", | ||
"description": "Build your own blocks using Preact", | ||
@@ -36,5 +36,5 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@appsemble/sdk": "0.18.14", | ||
"@appsemble/sdk": "0.18.15", | ||
"preact": "^10" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
6330
93