@newtype-ai/nit-sdk 0.3.1 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,7 +57,7 @@ The server acts as an **identity registry** — it stores identity metadata, eva
57
57
  |-------|------|-------------|
58
58
  | `max_identities_per_ip` | `number` | Reject if too many identities from same registration IP |
59
59
  | `max_identities_per_machine` | `number` | Reject if too many identities from same machine |
60
- | `min_age_seconds` | `number` | Reject identities younger than this (default: 5) |
60
+ | `min_age_seconds` | `number` | Reject identities younger than this (e.g., 5) |
61
61
  | `max_login_rate_per_hour` | `number` | Reject if login rate is too high |
62
62
 
63
63
  **Returns** `Promise<VerifyResult>`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newtype-ai/nit-sdk",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Verify agent identity with one function call",
5
5
  "type": "module",
6
6
  "license": "MIT",