waf-captcha-frontend 0.0.5 → 0.0.6
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/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "waf-captcha-frontend",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "is a lightweight JavaScript/TypeScript library that provides seamless integration with AWS WAF Captcha for fetch-based HTTP requests. The package handles captcha challenges transparently, intercepting requests and displaying captcha modals when required by AWS WAF.",
|
|
5
5
|
"main": "dist/bundle.cjs.js",
|
|
6
6
|
"module": "dist/bundle.esm.js",
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
"keywords": [],
|
|
18
18
|
"author": "",
|
|
19
19
|
"license": "ISC",
|
|
20
|
-
"type": "module",
|
|
21
20
|
"devDependencies": {
|
|
22
21
|
"@rollup/plugin-terser": "^0.4.4",
|
|
23
22
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
@@ -26,4 +25,4 @@
|
|
|
26
25
|
"tslib": "^2.8.1",
|
|
27
26
|
"typescript": "^5.9.3"
|
|
28
27
|
}
|
|
29
|
-
}
|
|
28
|
+
}
|