solana-age-verify-sdk 2.0.0-beta.16 → 2.0.0-beta.17

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 (2) hide show
  1. package/dist/types.js +1 -1
  2. package/package.json +1 -1
package/dist/types.js CHANGED
@@ -2,7 +2,7 @@ export const DEFAULT_CONFIG = Object.freeze({
2
2
  challenges: [],
3
3
  minLivenessScore: 0.85,
4
4
  minAgeConfidence: 0.65,
5
- minAgeEstimate: 18,
5
+ minAgeThreshold: 18,
6
6
  timeoutMs: 90000,
7
7
  maxRetries: 3,
8
8
  cooldownMinutes: 15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solana-age-verify-sdk",
3
- "version": "2.0.0-beta.16",
3
+ "version": "2.0.0-beta.17",
4
4
  "type": "module",
5
5
  "description": "Solana Age Verify is a premium, client-side SDK for privacy-preserving age verification and liveness detection. It generates a deterministic Face Hash linked to a wallet without storing facial data.",
6
6
  "license": "MIT",