solid-hcaptcha
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "solid-hcaptcha", | ||
"description": "hCaptcha Component Library for Solid.", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "source": "./src/index.tsx", |
@@ -117,3 +117,2 @@ # Solid hCaptcha Component Library | ||
| `hl` | `string` (ISO 639-2 code) | `auto` | hCaptcha auto-detects language via the user's browser. This overrides that to set a default UI language. See [language codes](https://hcaptcha.com/docs/languages). | | ||
| | ||
| `apihost` | `string` | `-` | See enterprise docs. | | ||
@@ -157,3 +156,3 @@ | `assethost` | `string` | `-` | See enterprise docs. | | ||
## Development | ||
## Development (for /package) | ||
@@ -166,8 +165,8 @@ > `git clone https://github.com/Vexcited/solid-hcaptcha` | ||
* `pnpm build`: Builds to the `dist` folder. | ||
* `pnpm build`: Lints and builds to the `dist` folder. | ||
* `pnpm lint`: Checks if there's any TypeScript error. | ||
* `pnpm release`: Script that I use to release new versions of this package. | ||
* `pnpm release`: Runs `release-it` to release new versions. | ||
### Example | ||
### Example Website | ||
You can see how to contribute to the [example website](https://vexcited.github.io/solid-hcaptcha) in the [`example` folder](./example/). | ||
You can see how to contribute to the [example website](https://vexcited.github.io/solid-hcaptcha/) in the [`example` folder](/example/). |
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
46772