@hcaptcha/react-hcaptcha 1.12.0 → 1.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -137,7 +137,7 @@ return <HCaptcha ref={captchaRef} onLoad={onLoad} sitekey={sitekey} {...props} /
137
137
  |`host`|String|No|`-`|See enterprise docs.|
138
138
  |`imghost`|String|No|`-`|See enterprise docs.|
139
139
  |`reportapi`|String|No|`-`|See enterprise docs.|
140
- |`sentry`|String|No|`-`|See enterprise docs.|
140
+ |`sentry`|Boolean|No|`true`|See enterprise docs.|
141
141
  |`secureApi`|Boolean|No|`-`|See enterprise docs.|
142
142
  |`scriptSource`|String|No|`-`|See enterprise docs.|
143
143
  | `cleanup` | Boolean | No | `true` | Remove script tag after setup.|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hcaptcha/react-hcaptcha",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "types": "types/index.d.ts",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -56,10 +56,10 @@
56
56
  "wait-for-expect": "^3.0.2",
57
57
  "webpack": "^5.76.3",
58
58
  "webpack-cli": "^5.0.1",
59
- "webpack-dev-server": "^4.13.1"
59
+ "webpack-dev-server": "^5.2.1"
60
60
  },
61
61
  "dependencies": {
62
62
  "@babel/runtime": "^7.17.9",
63
- "@hcaptcha/loader": "^2.0.0"
63
+ "@hcaptcha/loader": "^2.0.1"
64
64
  }
65
65
  }