@prosopo/procaptcha-bundle 2.4.2 → 2.5.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.
- package/dist/bundle/{ProcaptchaWidget-CWr3QJxQ.js → ProcaptchaWidget-CAyH6qD7.js} +2 -2
- package/dist/bundle/{ProcaptchaWidget-DNDHo0wy.js → ProcaptchaWidget-CY3qomFu.js} +4 -4
- package/dist/bundle/{asU8a-CzXEWKM2.js → asU8a-Br9wz334.js} +1 -1
- package/dist/bundle/{bip39-BY0qXKlh.js → bip39-BtaWByKg.js} +2 -2
- package/dist/bundle/{browser-ponyfill-QubLHHEB.js → browser-ponyfill-Ck_bwPOY.js} +1 -1
- package/dist/bundle/{hash-BtiXKZG7.js → hash-KElfghPn.js} +1 -1
- package/dist/bundle/{index-CUmhpcqe.js → index-B0trzdT2.js} +3 -3
- package/dist/bundle/{index-vKa71Rut.js → index-Cb-XcaMX.js} +4 -4
- package/dist/bundle/{index-5BQn0RdY.js → index-VYSrdSle.js} +2113 -2102
- package/dist/bundle/procaptcha.bundle.js +1 -1
- package/dist/bundle/{useTranslation-2VGhZyNk.js → useTranslation-CcYxvTxi.js} +2 -2
- package/package.json +10 -10
- package/stats.html +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { z as ot, r as I, B as at, D as ut } from "./index-
|
|
1
|
+
import { z as ot, r as I, B as at, D as ut } from "./index-VYSrdSle.js";
|
|
2
2
|
import { s as lt } from "./toU8a-BWKf-2UU.js";
|
|
3
3
|
function Tn(i) {
|
|
4
4
|
return ot(lt(i));
|
|
@@ -2084,7 +2084,7 @@ typeof ActiveXObject == "function" && (typeof global < "u" && global.ActiveXObje
|
|
|
2084
2084
|
typeof F != "function" && (F = void 0);
|
|
2085
2085
|
if (!F && !Z && !ae)
|
|
2086
2086
|
try {
|
|
2087
|
-
import("./browser-ponyfill-
|
|
2087
|
+
import("./browser-ponyfill-Ck_bwPOY.js").then((i) => i.b).then(function(i) {
|
|
2088
2088
|
F = i.default;
|
|
2089
2089
|
}).catch(function() {
|
|
2090
2090
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prosopo/procaptcha-bundle",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.1",
|
|
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": "
|
|
11
|
+
"npm": "10.8.2"
|
|
12
12
|
},
|
|
13
13
|
"exports": {
|
|
14
14
|
".": {
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
},
|
|
34
34
|
"browserslist": ["> 0.5%, last 2 versions, not dead"],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@prosopo/dotenv": "2.
|
|
37
|
-
"@prosopo/locale": "2.
|
|
38
|
-
"@prosopo/procaptcha-frictionless": "2.
|
|
39
|
-
"@prosopo/procaptcha-pow": "2.
|
|
40
|
-
"@prosopo/procaptcha-react": "2.
|
|
41
|
-
"@prosopo/types": "2.
|
|
42
|
-
"@prosopo/util": "2.
|
|
36
|
+
"@prosopo/dotenv": "2.5.1",
|
|
37
|
+
"@prosopo/locale": "2.5.1",
|
|
38
|
+
"@prosopo/procaptcha-frictionless": "2.5.1",
|
|
39
|
+
"@prosopo/procaptcha-pow": "2.5.1",
|
|
40
|
+
"@prosopo/procaptcha-react": "2.5.1",
|
|
41
|
+
"@prosopo/types": "2.5.1",
|
|
42
|
+
"@prosopo/util": "2.5.1",
|
|
43
43
|
"express": "4.21.2",
|
|
44
44
|
"react": "18.3.1",
|
|
45
45
|
"react-dom": "18.3.1"
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"registry": "https://registry.npmjs.org"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@prosopo/config": "2.
|
|
60
|
+
"@prosopo/config": "2.5.1",
|
|
61
61
|
"@types/jsdom": "21.1.7",
|
|
62
62
|
"@vitest/coverage-v8": "2.1.1",
|
|
63
63
|
"concurrently": "9.0.1",
|