@prosopo/procaptcha-bundle 2.4.1 → 2.5.0

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 (28) hide show
  1. package/dist/bundle/{ProcaptchaWidget-DOETad4N.js → ProcaptchaWidget-CAyH6qD7.js} +33 -31
  2. package/dist/bundle/{ProcaptchaWidget-79FRw4Va.js → ProcaptchaWidget-CY3qomFu.js} +153 -149
  3. package/dist/bundle/{asU8a-2GgUBNjQ.js → asU8a-Br9wz334.js} +1 -1
  4. package/dist/bundle/{bip39-C01p7UHO.js → bip39-BtaWByKg.js} +7 -7
  5. package/dist/bundle/browser-ponyfill-Ck_bwPOY.js +339 -0
  6. package/dist/bundle/{hash-0yoKUuST.js → hash-KElfghPn.js} +7 -7
  7. package/dist/bundle/{index-Ckreqz7Q.js → index-B0trzdT2.js} +3 -3
  8. package/dist/bundle/index-Cb-XcaMX.js +4372 -0
  9. package/dist/bundle/index-VYSrdSle.js +11587 -0
  10. package/dist/bundle/{index-DlBTo0Xd.js → index-n-2hvBzo.js} +405 -405
  11. package/dist/bundle/locales/de/translation.json +405 -0
  12. package/dist/bundle/locales/en/translation.json +405 -0
  13. package/dist/bundle/locales/es/translation.json +405 -0
  14. package/dist/bundle/locales/fr/translation.json +405 -0
  15. package/dist/bundle/locales/it/translation.json +405 -0
  16. package/dist/bundle/locales/pt/translation.json +405 -0
  17. package/dist/bundle/locales/pt-BR/translation.json +405 -0
  18. package/dist/bundle/procaptcha.bundle.js +1 -1
  19. package/dist/bundle/useTranslation-CcYxvTxi.js +2435 -0
  20. package/package.json +11 -11
  21. package/stats.html +1 -1
  22. package/vite.cjs.config.ts +1 -1
  23. package/vite.config.ts +32 -1
  24. package/vite.test.config.ts +1 -1
  25. package/webpack.config.cjs +1 -1
  26. package/dist/bundle/index-C8sSamyh.js +0 -6521
  27. package/dist/bundle/index-DOFIggts.js +0 -17295
  28. package/dist/bundle/useTranslation-CgamIJ5S.js +0 -550
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosopo/procaptcha-bundle",
3
- "version": "2.4.1",
3
+ "version": "2.5.0",
4
4
  "author": "PROSOPO LIMITED <info@prosopo.io>",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./dist/index.js",
@@ -8,7 +8,7 @@
8
8
  "sideEffects": false,
9
9
  "engines": {
10
10
  "node": "20",
11
- "npm": ">=9"
11
+ "npm": "10.8.2"
12
12
  },
13
13
  "exports": {
14
14
  ".": {
@@ -33,14 +33,14 @@
33
33
  },
34
34
  "browserslist": ["> 0.5%, last 2 versions, not dead"],
35
35
  "dependencies": {
36
- "@prosopo/dotenv": "2.4.1",
37
- "@prosopo/locale": "2.4.1",
38
- "@prosopo/procaptcha-frictionless": "2.4.1",
39
- "@prosopo/procaptcha-pow": "2.4.1",
40
- "@prosopo/procaptcha-react": "2.4.1",
41
- "@prosopo/types": "2.4.1",
42
- "@prosopo/util": "2.4.1",
43
- "express": "4.21.1",
36
+ "@prosopo/dotenv": "2.5.0",
37
+ "@prosopo/locale": "2.5.0",
38
+ "@prosopo/procaptcha-frictionless": "2.5.0",
39
+ "@prosopo/procaptcha-pow": "2.5.0",
40
+ "@prosopo/procaptcha-react": "2.5.0",
41
+ "@prosopo/types": "2.5.0",
42
+ "@prosopo/util": "2.5.0",
43
+ "express": "4.21.2",
44
44
  "react": "18.3.1",
45
45
  "react-dom": "18.3.1"
46
46
  },
@@ -57,7 +57,7 @@
57
57
  "registry": "https://registry.npmjs.org"
58
58
  },
59
59
  "devDependencies": {
60
- "@prosopo/config": "2.4.1",
60
+ "@prosopo/config": "2.5.0",
61
61
  "@types/jsdom": "21.1.7",
62
62
  "@vitest/coverage-v8": "2.1.1",
63
63
  "concurrently": "9.0.1",