@cap.js/widget 0.0.16 → 0.0.17

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/package.json +1 -1
  2. package/src/cap.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cap.js/widget",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "Cap widget",
5
5
  "keywords": [
6
6
  "captcha",
package/src/cap.js CHANGED
@@ -247,7 +247,7 @@
247
247
  this.#div.querySelector("a").addEventListener("click", (e) => {
248
248
  e.stopPropagation();
249
249
  e.preventDefault();
250
- window.open("#", "_blank");
250
+ window.open("https://capjs.js.org", "_blank");
251
251
  });
252
252
 
253
253
  this.#div.addEventListener("click", () => {