vendure-plugin-capjs 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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vendure-plugin-capjs",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A Vendure plugin that integrates Cap.js for privacy-focused, lightweight CAPTCHA protection. Provides challenge/redeem endpoints and a guard decorator for protecting GraphQL mutations.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"lint": "eslint .",
|
|
19
19
|
"test": "vitest --run"
|
|
20
20
|
},
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@cap.js/server": "^4.0.5"
|
|
23
|
+
},
|
|
21
24
|
"peerDependencies": {
|
|
22
|
-
"@cap.js/server": "^4.0.5",
|
|
23
|
-
"@google-cloud/pubsub": ">=4.0.0",
|
|
24
25
|
"@vendure/common": ">=3.0.0",
|
|
25
26
|
"@vendure/core": ">=3.0.0"
|
|
26
27
|
},
|
|
27
28
|
"devDependencies": {
|
|
28
|
-
"@google-cloud/pubsub": "^4.11.0",
|
|
29
29
|
"@nestjs/testing": "^11.1.13",
|
|
30
30
|
"@types/supertest": "^6.0.3",
|
|
31
31
|
"@vendure/common": "^3.5.3",
|