@prosopo/procaptcha-bundle 1.0.1 → 1.0.2
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/{Captcha-CDaou025.js → Captcha-VFcjC-TM.js} +10 -10
- package/dist/bundle/{ProcaptchaWidget-ca6OEV5g.js → ProcaptchaWidget-YCG6trDR.js} +223 -223
- package/dist/bundle/{index-BnKiDSMF.js → index-Bvarorfv.js} +1851 -1885
- package/dist/bundle/procaptcha.bundle.js +1 -1
- package/dist/bundle/{utils-6l_jjPQ7.js → utils-o59wPRMZ.js} +3755 -3721
- package/package.json +11 -11
- package/stats.html +1 -1
- package/typedoc.config.js +0 -19
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prosopo/procaptcha-bundle",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"author": "PROSOPO LIMITED <info@prosopo.io>",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"engines": {
|
|
10
|
-
"node": ">=
|
|
10
|
+
"node": ">=20",
|
|
11
11
|
"npm": ">=9"
|
|
12
12
|
},
|
|
13
13
|
"exports": {
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"bundle:dev": "vite build --config vite.config.ts --mode development --debug",
|
|
28
28
|
"bundle:dev:webpack": "webpack build --config webpack.config.cjs --mode development",
|
|
29
29
|
"bundle:prod": "vite build --config vite.config.ts --mode production",
|
|
30
|
-
"eslint": "npx eslint . --no-error-on-unmatched-pattern --ignore-path ../../.eslintignore --quiet",
|
|
30
|
+
"eslint": "npx eslint . --cache --cache-location ../../node_modules/.cache/eslint/.eslintcache --no-error-on-unmatched-pattern --ignore-path ../../.eslintignore --quiet",
|
|
31
31
|
"eslint:fix": "npm run eslint -- --fix",
|
|
32
|
-
"prettier": "npx prettier . --check --no-error-on-unmatched-pattern --ignore-path ../../.eslintignore",
|
|
32
|
+
"prettier": "npx prettier . --cache --cache-location ../../node_modules/.cache/prettier/.prettiercache --check --no-error-on-unmatched-pattern --ignore-path ../../.eslintignore",
|
|
33
33
|
"prettier:fix": "npm run prettier -- --write",
|
|
34
34
|
"lint": "npm run eslint && npm run prettier",
|
|
35
35
|
"lint:fix": "npm run eslint:fix && npm run prettier:fix"
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"> 0.5%, last 2 versions, not dead"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@prosopo/procaptcha-frictionless": "1.0.
|
|
42
|
-
"@prosopo/procaptcha-pow": "1.0.
|
|
43
|
-
"@prosopo/procaptcha-react": "1.0.
|
|
44
|
-
"@prosopo/types": "1.0.
|
|
45
|
-
"@prosopo/util": "1.0.
|
|
41
|
+
"@prosopo/procaptcha-frictionless": "1.0.2",
|
|
42
|
+
"@prosopo/procaptcha-pow": "1.0.2",
|
|
43
|
+
"@prosopo/procaptcha-react": "1.0.2",
|
|
44
|
+
"@prosopo/types": "1.0.2",
|
|
45
|
+
"@prosopo/util": "1.0.2",
|
|
46
46
|
"react": "^18.3.1",
|
|
47
47
|
"react-dom": "^18.3.1"
|
|
48
48
|
},
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"registry": "https://registry.npmjs.org"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@prosopo/config": "1.0.
|
|
63
|
-
"@prosopo/cli": "1.0.
|
|
62
|
+
"@prosopo/config": "1.0.2",
|
|
63
|
+
"@prosopo/cli": "1.0.2",
|
|
64
64
|
"tslib": "2.6.2",
|
|
65
65
|
"vite": "^5.1.7",
|
|
66
66
|
"typescript": "^5.1.6"
|