@strav/captcha 1.0.0-alpha.42 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strav/captcha",
3
- "version": "1.0.0-alpha.42",
3
+ "version": "1.0.1",
4
4
  "description": "Strav CAPTCHA primitive — stateless HMAC-signed tokens + pluggable challenge registry. Ships honeypot, hashcash-style proof of work, and inline-SVG distorted-text challenges in the root, with HTTP middleware + validation rule + refresh routes under @strav/captcha/http and a view helper under @strav/captcha/view.",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -21,11 +21,11 @@
21
21
  "access": "public"
22
22
  },
23
23
  "dependencies": {
24
- "@strav/kernel": "1.0.0-alpha.42"
24
+ "@strav/kernel": "1.0.1"
25
25
  },
26
26
  "peerDependencies": {
27
- "@strav/cache": "1.0.0-alpha.42",
28
- "@strav/http": "1.0.0-alpha.42",
27
+ "@strav/cache": "1.0.1",
28
+ "@strav/http": "1.0.1",
29
29
  "@types/bun": ">=1.3.14"
30
30
  },
31
31
  "peerDependenciesMeta": {